Forum Replies Created

Viewing 30 posts - 29,071 through 29,100 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    July 24, 2014 at 13:40

    Hello,

    Have you followed the instructions described in our documentation?
    https://www.8theme.com/demo/docs/legenda/index.html#!/widgets > Twitter Feed widget
    You can find “Create My Access Token” button on API Keys tab after you submitted all fields at https://dev.twitter.com/apps.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 24, 2014 at 13:37

    Hello,

    You can use some search plugin for your purposes.
    On this topic which you created https://www.8theme.com/topic/search-widget-not-working/ you were provided with the link of search plugin as an example.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 24, 2014 at 12:47

    Yes, it will.
    You can check it on your side.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 24, 2014 at 11:30

    Thank you for the link.
    I’ve just checked Instagram share link on one of the product pages and it’s working fine. I was redirected to your Instagram page.
    Please clarify what problem you’re experiencing with the share link?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 24, 2014 at 11:21

    Hello,

    Please provide us with the link to wp-admin panel as well.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 24, 2014 at 11:02

    Hello,

    Also I’ve added the code to fix the issue with parallax effect.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 22:47

    Hello,

    Please provide us with the site link as well.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 22:45

    Hello,

    Please refer to this topic regarding product extra content:
    https://www.8theme.com/topic/product-extra-content/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 22:38

    Hello,

    1. I’ve created custom.css in wp-content/themes/legenda directory as you didn’t have it and inserted the following code to change the shopping cart color:

    .header-type-3 .shopping-cart-link:before { color: white !important;}
    
    .header-type-3 .shopping-cart-link span.amount {
    color: white !important;
    }

    2. To have Visual Composer visible on all content type you need go to Settings > Visual Composer > General Settings tab and select Content Types.

    3. Concerning image link in VC you may try to add the code img_link="the_path_to_your_image" via classic editor in the single image VC shortcode.

    Regards.
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 22:16

    Hello,

    Could you please provide us with the link to your product item and show a screenshot of a page how you want it to be looked like?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 22:12

    Hello,

    Please watch this tutorial where is explained how to set up cross-sells and up-sells:
    http://www.youtube.com/watch?v=GF8vdvjmrIw

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 22:08

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 21:46

    Hello,

    I’ve checked the page and there are errors
    Failed to load resource: the server responded with a status of 404 (Not Found) http://khm1.googleapis.com/kh?v=154&hl=en-US&x=8191&y=8191&z=14&token=44148
    Failed to load resource: the server responded with a status of 404 (Not Found) http://khm1.googleapis.com/kh?v=154&hl=en-US&x=8191&y=8192&z=14&token=91304
    Failed to load resource: the server responded with a status of 404 (Not Found) http://khm0.googleapis.com/kh?v=154&hl=en-US&x=8192&y=8191&z=14&token=112704
    Failed to load resource: the server responded with a status of 404 (Not Found) http://khm0.googleapis.com/kh?v=154&hl=en-US&x=8192&y=8192&z=14&token=28789

    We recommend you to contact Google support regarding this issue.

    Also if you’re using Visual Composer to add a map you can try adding it via Google Maps element.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 20:56

    Hello,

    Please provide us with the link of the page where google map is placed and wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 20:55

    Hello,

    You need edit the file wp-content/themes/legenda/framework/shortcodes.php (from the line 1252).
    We recommend you make the changes in a child theme not to lose modifications after the theme update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 20:48

    Hello,

    I’ve edited header.php file (line 166) in the theme directory. I’ve removed the following code to disable cart widget:

    <?php if (class_exists('Woocommerce')): ?>
    <a href="<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>" class="shopping-cart-link" ><span><?php _e('Cart', ETHEME_DOMAIN) ?></span><span class="price-summ cart-totals"><?php echo $woocommerce->cart->get_cart_subtotal(); ?></span></a>
    <?php endif ?>

    and replaced it with the following one to insert the links from your text widget:

    <div class="shopping-cart-link">
    <a href="#">About Us</a> | <a href="#">Contact Us</a> | <a href="#">Costumer Area </a>
    </div>

    And added the code into custom.css file:

    .header-type-6 .shopping-cart-link:before {
        content: none;
    }

    Please note you won’t be able to enable Cart widget via Theme Options. If you want to revert back you’ll need to remove the current code and insert the default one which was used.

    Also keep the file header.php safe not to lose changes after the theme update or you can create a child theme and copy this file into its directory.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 17:59

    Thank you for the login details.
    Could you please insert a text widget with the code to be able to investigate the issue?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 16:41

    Hello,

    Sorry, but login credentials are incorrect. Please check them.
    Thank you.

    Also you can edit languages area in wp-content/themes/legenda/header.php (line 143).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 14:44

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 14:38

    Hello,

    In this case you may transfer files without any worries.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 13:40

    Hello,

    You need enable Fixed navigation in Theme Options > General > Fixed navigation > On.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 13:31

    Hello,

    You’re welcome.
    Yes, you’re right.

    If you need more help don’t hesitate to contact us.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 13:18

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 13:14

    Hello,

    We’ve added the following code into functions.php file of the child theme:

    <?php
    require_once( get_stylesheet_directory() . '/framework/theme-options.php' );

    It’s described in the link we provided to you: http://codex.wordpress.org/Child_Themes > Referencing / Including Files in Your Child Theme.
    Now you can check the Products editor in admin panel.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 11:08

    Thank you for the credentials. Could you please specify what changes you’ve made to the theme-options.php file?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 10:38

    Please provide us with wp-admin panel credentials and FTP access in Private Content.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 10:37

    Hello,

    Please try to check the site with some other browser. Perhaps it was cached. Also clear the cache in the current browser you’re using. And to be sure we recommend you to check the site via proxy: http://anonymouse.org/anonwww.html

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 10:32

    Please add this code into custom.css file:
    @media only screen and (max-width: 479px) {.product_layout_variant2 .variations_form table.variations tr select { width: 170px !important; } }
    You’ve been already provided with the tutorial link how to create custom.css.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 10:16

    Hello,

    You’re welcome.
    You need make the folder structure. Please read this article carefully: http://codex.wordpress.org/Child_Themes > Referencing / Including Files in Your Child Theme

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 23, 2014 at 09:59

    Hello,

    You can edit those blocks in wp-content/themes/legenda/framework/theme-options.php file.
    Unfortunately there is no such option to have the “Title for custom tab” section filled automatically. Sorry.

    Regards,
    Eva Kemp.

  • 1 2 3 969 970 971 1,045 1,046 1,047
    Viewing 29,100 results - 29,071 through 29,100 (of 31,382 total)
Viewing 30 posts - 29,071 through 29,100 (of 31,382 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.