Forum Replies Created

Viewing 30 posts - 5,911 through 5,940 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    February 21, 2016 at 09:05

    Hello,

    Sorry, but there is no option to add slider above single product pages.
    In this case you have to edit the file wp-content/themes/classico/woocommerce/single-product.php and add shortcode of the slider echo do_shortcode('[revslider alias]'); (write your correct shortcode) after line 19.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 21, 2016 at 08:40

    Hello,

    Please use this css code:

    .product-information table.variations td.value select {
       border-radius: 10px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 21, 2016 at 08:34

    Hello,

    In this case you have to edit the file header.php and add your code for image there.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 21, 2016 at 08:33

    Hello,

    Glad to hear it.
    Have a nice day!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 20:03

    Hello,

    I’ve updated Woocommerce translation files. Please clear browser cache and check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:57

    Hello,

    Try to add this code in your .htaccess file via FTP:

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

    If the issue is still there please provide us with FTP and wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:54

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:53

    Hello,

    You can close the first category by editing wp-content/themes/royal/js/etheme.js file. Find and comment out line 1808
    $this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:52

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:51

    Hello,

    I’ve changed Selector Settings in “WooCommerce Infinite Scroll” settings page.
    Please clear browser cache and check your Shop page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:41

    Hello,

    You were provided with the documentation link https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/ .
    Please read it attentively.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:39

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:37

    Hello,

    Your content will be saved.
    But we always recommend create back up of files and database before starting update process!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:34

    Hello,

    Password reset option is related to Woocommerce configuration.
    You have to contact their support team regarding this issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:30

    Hello,

    Please provide us with correct FTP and WP admin credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:26

    Hello,

    Currently memory_limit value is set to 128M. Try to increase it to 256M.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:13

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:12

    Hello,

    Unfortunately it can’t be done.
    Please take our apologies.
    You can disable Ajax Add to Cart in Theme Options > E-Commerce > Single Product Page and default Woocommerce message will be shown.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:01

    Hello,

    Sorry, but there is no such feature in the theme, you may try to use some plugin to get “search by sku” option.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 19:00

    Hello,

    Could you please show a screenshot what you want to achieve for our better understanding?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 18:57

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 17:38

    Hello,

    At first you need create child theme as described here:
    http://codex.wordpress.org/Child_Themes
    Then activate it in Appearance > Themes and add the code in Appearance > Editor > functions.php file.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 17:35

    Hello,

    You can add your image instead of search icon using this css code:

    .fa-search:before {
        content: url('http://path_to_image');
    }

    To remove grey background for search icon use this code:

    .et-search-trigger .fa-search {
       background: transparent;
    }

    To fix the issue with drop down menu use this code:

    .menu .nav-sublist-dropdown {
        top: 100%;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 17:30

    Hello,

    So is your issue resolved?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 17:29

    Hello,

    You’re using old plugins versions.
    Please update required plugins https://www.8theme.com/download-plugins/ and check the page after that.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 17:08

    Hello,

    You can change search icon using Font Awesome icons http://fortawesome.github.io/Font-Awesome/icons/ and add this code in Global Custom CSS:

    .fa-search:before {
        content: "\f002";
    }

    Replace current code \f002 with a new one.

    To move cart and icons to the middle add this code in Global Custom CSS:

    .shopping-cart-widget {
        padding: 10px 0px;
    }

    To change height of top bar use this css code:

    .top-bar {
       padding: 16px 0;
    }

    for middle bar:

    .navbar {
       height: 114px;
    }

    for menu bar:

    .header-type-7 .menu-wrapper .menu > li > a {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 16:40

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 16:38

    Hello,

    I’ve added this code in wp-config.php file define( 'WP_MEMORY_LIMIT', '256M' );. Clear browser cache and check your dashboard now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 16:29

    Hello,

    Please check row settings in Visual Composer editor and select option in Stretch Row field.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 19, 2016 at 16:27

    Hello,

    In this case you have to refer to Woocommerce support team as this is related to their configuration.
    Sorry for inconveniences.

    Regards,
    Eva Kemp.

  • 1 2 3 197 198 199 1,045 1,046 1,047
    Viewing 5,940 results - 5,911 through 5,940 (of 31,382 total)
Viewing 30 posts - 5,911 through 5,940 (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.