Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:42

    Hello,

    Please provide us with wp-admin panel credentials and show a page where you have a problem.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:41

    Hello,

    There is no possibility to add different styles for categories and shop page because one template is used for those pages.
    Add this code to Theme options > Custom CSS > Global Custom CSS:

    .archive body, .archive .st-content, .archive .page-wrapper, .archive .fixNav-enabled {
      background-color: #bbb6a8;
    }
    
    .archive .menu-item > a {
     color: white;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:36

    Hello,

    Please provide us with FTP and WP Dashboard credentials.
    Have you made any changes in the theme files?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:32

    Hello,

    As I see French site version is working fine http://storage5.static.itmages.com/i/16/0425/h_1461569568_9028390_01b553200e.png . Please clarify where you see that error and show a screenshot.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:27

    Hello,

    This just a warning related to WordPress. You can ignore it and disable debug mode in wp-config.php file https://codex.wordpress.org/WP_DEBUG or ask your hosting provider support to deactivate “display_errors” function on a server.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:21

    Hello dear customers,

    Are your issues resolved now?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:19

    Hello,

    You need create variable product https://docs.woothemes.com/document/variable-product/ .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:16

    Hello,

    You have to recreate the elements that are deprecated, remove current ones and add new elements.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:13

    Hello,

    Your site is under maintenance, we can’t view it. Please provide wp-admin credentials in the Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 08:10

    Hello,

    I’ve updated Woocommerce translation files. Please check your translation now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 07:55

    Hello,

    Please provide us with WP Dashboard credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 07:53

    Hello,

    There is no such feature in the theme. You have to search for some plugins.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 07:52

    Hello,

    As I see heart icons are colored http://storage9.static.itmages.com/i/16/0425/h_1461567122_8493336_b16ff73fa4.png . What phone do you test on?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 25, 2016 at 07:49

    Hello,

    If you’re using our default contact form you can change it in the file wp-content/themes/royal/framework/shortcodes.php in line 424.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 23, 2016 at 13:06

    Hello,

    Please use this css code in Custom CSS for desktop:

    .row-count-4 .product:nth-child(4n+1) {
        clear: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 23, 2016 at 08:33

    Hello,

    1. Go to Theme Options > E-Commerce > Shop > and remove image in “Product Page Banner” section.

    2. Go to Pages > edit your home page > open row settings of the block with parallax background as shown on the screenshot http://prntscr.com/avqw4l

    3. All woocommerce pages are created automatically after you install woocommerce plugin and press woocommerce wizard setup.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 23, 2016 at 08:16

    Hello,

    In this case you have to translate default.po file in the directory wp-content/themes/legenda/languages as described in the documentation https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 20:51

    Hello,

    Please use this css code:

    header.header .menu-wrapper {
        background-color: #a6a6a6;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        background: #a6a6a6 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 20:25

    Hello,

    We didn’t change images sizes, only that code was removed.
    On our side all images are shown properly in FF:
    http://storage3.static.itmages.com/i/16/0422/h_1461353152_9690678_6ce9e0d8fe.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 20:19

    Hello,

    To change image height you need add padding values in the row settings http://storage7.static.itmages.com/i/16/0422/h_1461352780_1192718_dba9cf878b.png .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 17:52

    Hello,

    As I see you copied whole code in your child theme style.css file and there is the code:

    .payment_methods input[type="radio"]:checked {
      background-image: url(images/radio-icon-check.png);
      background-repeat: no-repeat;
      background-position: center center;
    }

    In this case image radio-icon-check.png will load from the directory wp-content/themes/woopress-child/images/radio-icon-check.png but there is no such image in your child theme folder.
    Please read how to create child theme correctly https://codex.wordpress.org/Child_Themes . You mustn’t copy parent style.css to the child theme. Read the WordPress article and make the changes.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 17:45

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 17:45

    Hello,

    Password protected section is also displayed for 2 footer areas.
    Use this css code to hide them:

    .main-footer form.post-password-form, .footer-top form.post-password-form {
        display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 17:38

    Hello,

    The problem is related to the plugin “WooCommerce RealTimeDesigner”. Disable it and check featured products then.
    Also you need update Visual Composer plugin https://www.8theme.com/download-plugins/ as old version isn’t compatible with WordPress 4.5.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 17:32

    Hello,

    Please use this code in Custom CSS for desktop:

    .products-grid .product-title {
       height: 30px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 16:21

    Hello,

    Yes, please see our demo page https://www.8theme.com/demo/idstore/maps/ what shortcode to use.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 16:18

    Hello,

    We recommend you to update the theme via FTP, overwrite “classico” folder in wp-content/themes directory.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 16:17

    Hello,

    We can’t know what was the reason as we didn’t make any changes in your dashboard.
    Perhaps you enabled/disabled some function in Woocommerce settings.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 15:26

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 15:26

    Hello,

    You need remove sale price for the products where you don’t want to show Sale icon.

    Regards,
    Eva Kemp.

  • 1 2 3 148 149 150 1,045 1,046 1,047
    Viewing 4,470 results - 4,441 through 4,470 (of 31,382 total)
Viewing 30 posts - 4,441 through 4,470 (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.