Forum Replies Created

Viewing 30 posts - 57,961 through 57,990 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 10:30

    Hello,

    Could you please explain in more details your question?
    Site preloader you may activate in Theme Options > General > Layout.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 10:25

    Hello,

    Thanks for the topic.
    This doesn’t relate to theme functionality, please read more https://wordpress.org/support/topic/woocommerce-category-issue-uncategorized/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 10:17

    Hello,

    Please see this screenshot https://prnt.sc/ii6s67 you need to check settings of your static block content http://prntscr.com/ii6u4j

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 10:13

    Hello,

    Please see these screenshots http://prntscr.com/ii6s10 http://prntscr.com/ii6s2y Please open the site in the incognito browser window, where the cache won’t make any effect.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 10:03

    Hello,

    Thanks for screenshots. Sorry, but this is impossible to change without additional customization in legenda/woocommerce/content-single-product.php file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 09:40

    Hello,

    Please provide screenshots for better understanding. You may use such screenshot maker as Lightshot and provide screenshot link in Private content area.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 09:39

    Hello,

    Thank you for purchasing our theme and for reaching us.
    1. Please provide me link to page with the problem.
    2. Theme Options > Products Page Layout > Product Image Hover.
    3. Please describe the problem in details and provide screenshot for better understanding.
    Breadcrumbs settings you may find in Theme Options > Header Settings.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 09:32

    Hello, @Robert

    You’re welcome!
    Thanks for using our theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 09:31

    Hello, @fluffy

    You forgot to include the dynamic.css in woopress-child/functions.php file. Please check custom css now.
    The problem caused by your custom css code https://gyazo.com/4dbed84971c2e77bd2abf77b3791b48d https://gyazo.com/6a5c5bed1f1a91a74cb9cd4c9ff4b6d0 https://gyazo.com/b86e94f522cbb2c3e12c477c21e3d1c4 You need to change or remove the code http://prntscr.com/ii68pw

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 09:27

    Hello,

    You need to add a row and set 3/4, then in biggest column of this row add one more row and set 1/4+1/4+1/4+1/4 http://prntscr.com/ii678l
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 09:23

    Hello,

    The problem caused by your changes in child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 09:05

    Hello,

    Please update theme to latest version https://www.8theme.com/reply/183089

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:58

    Hello,

    Today we are planning to release a new theme update. Then you will be able to change the favicon via Theme Options.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:56

    Hello,

    Please check this link https://www.criticalenvironmentsolutions.co.uk/brands/dupont/
    If custom css dasn’t work from Theme Options > Custom css, you need to create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' ); in woopress-child/functions.php file. Then go to Theme Options and re-save them.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:51

    Hello,

    Clear your cache after changes
    5-6 (8 the same screen)

    .button, .btn {
    color: #fff;
    }

    You may change the icon via Customizer http://prntscr.com/ih7qnm
    7

    .single-product #wc-stripe-payment-request-wrapper {
        display:  none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:51

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:50

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:38

    Hello,

    Thank you for purchasing our theme and for reaching us.
    Menu and images aren’t included in demo data.
    To create mega menu you need refer to the documentation https://www.8theme.com/demo/docs/woopress/#!/primary_menu

    We excluded real images from demo content and replaced them by placeholders because many of our clients had the problems with demo content import because of the large size of import file and server settings. With placeholders it takes seconds to import demo content, with images – minutes or some of users, who had limits in server setting, get the error.

    As a rule, our customers have their own images and there is no any problem to replace placeholders by real images.

    On our fullwidth demo selected header type – 6 in Theme Options > Header.

    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:30

    Hello,

    You may change the icon via Customizer http://prntscr.com/ih7qnm

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:29

    Hello,

    Please provide us with temporary wp-admin and FTP access in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:27

    Hello,

    We replaced all your code from theme-child.js (it was not able to work) and added working code

    jQuery(document).ready(function($){
    	var menu_switcher = $('.header-wrapper').find('.mobile-language-switcher').html();
    	var fixed_menu = $('.fixed-header').find('.menu-wrapper');
    	$(fixed_menu).after('<div class="mobile-language-switcher">'+menu_switcher+'</div>');
    })

    Now you should not worry about changing etheme.js and compressing into etheme.min.js in our theme. Menu switcher will be added without any worries just from your child-theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:26

    Hello,

    Could you please provide wp-admin access in Private Content?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:20

    Hello,

    Thank you for purchasing our theme and for reaching us.
    I’ve checked your site and do not see any problem with the front end. Please describe the problem in more details.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2018 at 08:17

    Hello,

    The wp-admin credentials are incorrect.
    Please watch this video tutorial https://wpbakery.com/video-academy/full-height-row-and-video-background/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2018 at 17:33

    Hello,

    Please check single product page with Storefront theme – official WC theme. If all works without any problem, provide us with FTP access we will check what can be done to fix the problem from our side.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2018 at 17:02

    Hello,

    You may update woocommerce and WooCommerce Stripe Gateway plugins to latest versions, likely the problem will be solved. But will appear a message about outdated files in legenda theme, this message you may ignore, because it won’t make any effect on site functionality.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2018 at 16:31

    Hello,

    We’ve sent the PSD file to your registration email. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2018 at 16:24

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2018 at 16:22

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2018 at 16:21

    Hello,

    .order-review table .cart-subtotal {
        display:  none;
    }
    .product-title {
        text-transform: none;
    }

    Regards

  • 1 2 3 1,932 1,933 1,934 2,273 2,274 2,275
    Viewing 57,990 results - 57,961 through 57,990 (of 68,223 total)
Viewing 30 posts - 57,961 through 57,990 (of 68,223 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.