Forum Replies Created

Viewing 30 posts - 11,851 through 11,880 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 16:34

    Hello,

    Unfortunately we can’t recommend you other 3rd-party plugins as we didn’t test them with the theme. You can check some plugins yourself.
    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 16:33

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 16:32

    Hello @g7studios,

    Unfortunately there is no such feature. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 15:38

    Hello,

    How exactly are the elements not working?
    Please check if the options “Optimized CSS” and “Optimized JS” are enabled in wp-admin panel > Ultimate > Modules > Scripts and Styles tab. After that check the elements again.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 15:35

    Hello,

    I’ve added the code in the section “Custom CSS for mobile landscape” too. Please check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 15:30

    Hello,

    Please read our documentation how to translate the theme:
    https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 15:24

    Hello,

    If you want to disable Wishlist you need deactivate Wishlist plugin in the Plugins section of wp-admin panel.
    Your login link to WP Dashboard is incorrect. We’re getting 404 error.
    Please give us correct url.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 15:10

    Hello,

    I’ve imported demo slider. You can find it in Revolution Slider > “Home Tall” slider.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 13:59

    Hello @Aziina,

    I’ve updated Visual Composer plugin. Please clear browser cache and check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 13:55

    Hello,

    If you want to show only 2 lines in the title try to change max-height value in the code:

    .content-product .product-title a {
        color: #0063BE;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3.2em;
    }

    Set max-height to 2.4em.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 13:47

    Hello @Mackenzy,

    Please don’t duplicate your queries. You’ve been replied in other topic. Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 13:46

    Hello @Mackenzy,

    You enabled Shipping in Woocommerce > Settings > Shipping tab, but you didn’t select any of the shipping options – “Flat rate”, “Free Shipping” and so on. Enable the options you need and check the Checkout page after that.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 13:12

    Hello @digitalfound,

    Please reset the password to something without special characters as we can’t log in.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 13:08

    Hello @Benny,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:57

    Hello,

    As I see you haven’t added the code.
    Please provide us with wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:55

    Hello,

    I’ve added this code in functions.php file to show the content of custom tab “Key Ingredients”:
    echo do_shortcode(etheme_get_custom_field('custom_tab1'));
    Please check it now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:49

    Hello,

    Did you deactivated the plugin? I don’t see the content that had been before:
    http://storage1.static.itmages.com/i/15/0825/h_1440503325_3084685_b0e00a8cc5.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:46

    Hello,

    Login details to wp-admin panel are incorrect. Please check them.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:44

    Hello,

    Please give us FTP credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:43

    Hello,

    This is plugins directory and you’d better ask the plugin authors http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments how to make changes for the plugin in the child theme correctly.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:40

    Hello,

    I’ve disabled Template Debug Mode in Woocommerce > System Status > Tools. Please clear browser cache and check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 12:37

    Hello @Benny,

    Please use this css code:

    .emodal .emodal-text .btn, .cart-collaterals .checkout-button {
        color: white !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 10:59

    Hello,

    I’ve commented lines “min-height: 3.2em;” and “line-height: 1.1em;” in the code:

    .content-product .product-title a {
    		color: #0063be;
    		text-overflow: ellipsis;
    		word-wrap: break-word;
    		overflow: hidden;
    		max-height: 3.2em;
    		/*min-height: 3.2em;
    		line-height: 1.1em; */
    		position: relative;
    		text-decoration: none;
    }

    Please check product pages now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 10:08

    Hello,

    I’ve added this code in .htaccess file:

    <IfModule mod_headers.c>
       Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Please clear browser cache and check the site.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 10:05

    Hello @g7studios,

    As I see menu is shown on your product categories pages.
    Please specify what you want to achieve.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 10:01

    Hello @isaac_mx,

    1. The problem is you set your home page as a Shop page in Woocommerce > Settings > Products > Display. In this case you should either remove slider from home page or set “Shop” page as your products page.

    2. I’ve disabled “Template Debug Mode” in Woocommerce > System Status > Tools tab. Please clear browser cache and check pages now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:47

    Hello,

    WP admin panel asks for additional authorization. Please provide us with login details.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:45

    Hello,

    I’ve updated the theme for you.
    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:38

    Hello,

    For some reason product images weren’t imported, so I imported them manually. Also I updated Revolution Slider to 5.0.4.1 version as previous version was bugged.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:34

    Hello,

    You can disable zoom in Theme Options > Single Product Page > Zoom effect > Disable.

    Regards,
    Eva Kemp.

  • 1 2 3 395 396 397 1,045 1,046 1,047
    Viewing 11,880 results - 11,851 through 11,880 (of 31,382 total)
Viewing 30 posts - 11,851 through 11,880 (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.