Forum Replies Created

Viewing 30 posts - 11,671 through 11,700 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    August 31, 2015 at 08:30

    Hello,

    Add this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:

    .template-container {
       overflow-y: hidden;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 31, 2015 at 08:09

    Hello,

    I’ve added margin value in the row settings in your “Footer” static block:
    http://storage6.static.itmages.com/i/15/0831/h_1441004916_7680051_c693852a86.png

    Please check footer now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:57

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:57

    Hello,

    Please use this code:

    .single-product-page .images.shown {
     height: 300px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:56

    Hello,

    Please provide us with a link to your site.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:53

    Hello,

    We’re glad you managed to resolve the problem.

    Have a nice weekend.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:51

    Hello,

    Please add this code in custom.css:

    @media (max-width: 480px) {.top-bar {
       height: 60px;
    }
    .top-bar .languages-area {
        display: block;
    }}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:47

    Hello,

    We can provide you only with German, Chinese, Greek, Korean, Norwegian and Turkish translations.
    Please specify which files you need.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:39

    Hello,

    Could you please show a screenshot what exactly you want to achieve and provide us with wp-admin panel credentials?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:37

    Hello,

    Please add this code in custom.css:

    .register-link .register-popup {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 19:32

    Hello,

    Please provide us with FTP and wp-admin panel credentials in Private Content.
    Did you make any changes in the theme files?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 16:22

    Hello,

    To disable “Register” link in the header, just remove “Register” page from Pages section.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 16:02

    Hello,

    You’re welcome.

    Have a nice weekend.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 15:55

    Hello,

    Where have you added the code?
    As I see it’s shown in your home page:
    http://storage6.static.itmages.com/i/15/0828/h_1440773643_4643250_13a0533114.png

    Do you want to change background color for all content and footer?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 15:51

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 15:46

    Hello,

    Sorry for a delay.
    We’ve fixed the issue (edited woo.php file). It’ll be also included in the next theme update. Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 15:40

    Hello,

    The same issue persists with default WordPress theme. You may contact Woocommerce regarding this problem or try to use “Products” element or “Post Grid” element.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 15:19

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 14:46

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 14:45

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 14:27

    Hello,

    In this case you have to disable parallax effect for your background image. Please try it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 14:25

    Hello,

    As I see Visual Composer editor is working fine:
    http://storage6.static.itmages.com/i/15/0828/h_1440768285_8903398_a2c162cea6.png

    Try to clear browser cache/cookies and check again or check it in another browser.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 14:22

    Hello,

    I’ve added this code in child functions.php:

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    	return 100;
    }
    
    add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );

    You can read about it here:
    https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/

    Now clear browser cache and check products.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 14:18

    Hello,

    Please try to use this code in custom.css file:

    .single-product-page .images.shown {
      width: 300px !important;
    }

    How to create custom.css you can watch in this tutorial.

    Concerning the links on Shop page you need contact Woocommerce support team for the solution.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 13:19

    Hello,

    There is no such service.
    You should translate theme as described in our documentation:
    https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 13:16

    Hello,

    I’ve checked Twenty Fifteen theme and haven’t seen brand names in product category “Gezicht” too.
    Have you checked it with default WordPress theme?
    But as I see brands logos are shown on single product pages http://storage2.static.itmages.com/i/15/0828/h_1440764084_6551961_c78b01ddf5.png so as with Twenty Fifteen theme too.

    Please check if that plugin works properly with default WordPress theme and let us know.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 13:02

    Hello,

    Please pay attention to the description of the new theme version:
    http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
    The files were removed:
    DELETED : royal/woocommerce/order/order-details.php
    DELETED : royal/woocommerce/myaccount/my-orders.php

    You must deleted them in your wp-content/themes/royal/woocommerce directory. After that check “My Account” page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 12:01

    Hello,

    I’ve added this code in Global Custom CSS:

    .main-footer {
        background-color: #2E353D;
    }
    .content-page {
        margin-top: 0px;
    }
    .navbar {
        padding: 0px 0px;
    }

    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 11:58

    Hello,

    I’ve added this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:

    footer {
        margin-top: 0px;
    }

    Please check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 28, 2015 at 11:43

    Hello,

    Where are you adding <br> tag, in text editor of product description or in attributes section as showed on your screenshot https://yadi.sk/i/7uxWG_v0ig4Dv ?

    Please describe step by step how we can replicate the issue.
    Thank you.

    Regards,
    Eva Kemp.

  • 1 2 3 389 390 391 1,045 1,046 1,047
    Viewing 11,700 results - 11,671 through 11,700 (of 31,382 total)
Viewing 30 posts - 11,671 through 11,700 (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.