Forum Replies Created

Viewing 30 posts - 14,281 through 14,310 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 14:40

    Hello,

    Go to Pages > edit page where you have the wrong breadcrumbs image and remove the featured image of this page to use the breadcrumbs image uploaded from general options or upload the custom one.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 14:35

    Hello,

    Then keep the featured image uploaded and add the below code to Theme Options > Custom CSS to hide it

    .page .page-heading {
        background-image: none;
    }

    Use the page content to add the image below breadcrumbs because we don’t have any special option for this.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 14:30

    Hello,

    I changed the email and did not face any issues. Check now?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 14:28

    Hello,

    1) Go to Theme Options > Header builder > edit the Newsletter element and choose the Static block you want to show there or change other settings. What is the static blocks you can read here https://www.8theme.com/documentation/xstore/support/static-blocks/

    2) What exactly you want to change? We have an option just to enable or disable the prev/next products.

    3) Slider element has limited responsive options and it uses the image as the background. Do you plan texts layer on your slider?

    4) Add the below code to Theme Options > Custom CSS to change the bg color of the sticky add to cart for mobile:

    @media only screen and (max-width: 480px) {
        .content-page .etheme-sticky-cart .single_add_to_cart_button {
            background-color: red;
        }
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 14:15

    Hello,

    Check now, please. I have deactivated and reactivated swatches and widget appeared.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 14:01

    Hello,

    1) Watch the video tutorial on how to edit the header created header builder https://youtu.be/RbdKjQrFnO4 Did you changed the logo element (Theme Options > Header builder > Logo)?
    2) You used the Files Generator and probably missed the widgets checkbox. So, go to XStore > File Generator > make sure that you checked the Widgets styles there. If it does not help provide us with WP Dashboard access to your site.

    3)-5) Go to Appearance > Widgets > edit footer widgets according to your needs, remove widgets you don’t need. Or create your own footer using Static Blocks https://youtu.be/gY-x4m47Duo

    6) Repor Abuse – it’s not our theme option, I suppose it’s multivendor plugin option, so contact multivendor plugin to find out how to remove this. To hide the categories and tags add the below code to Theme Options > Custom CSS:

    .product_meta .products-page-cats, .product_meta .tagged_as {
        display: none;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 13:52

    Hello,

    Do you have this issue only if our theme is enabled? Because PayPal settings are default WooCommerce settings and our theme should not affect it in any way. What PayPal email do you want to use there in both fields?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 13:46

    Hello,

    You are welcome.
    I installed Hummingbird plugin. You may try any other cache you plugin you prefer (WPRoket or W3 Total cache etc).

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 13:41

    Hello,

    A1. But I see the divider http://prntscr.com/utg4xm And it’s ok in theme settings if you edit the column settings http://prntscr.com/utgbw5
    A2. Fixed http://prntscr.com/utgecr . Check now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 13:24

    Hello,

    Use the following code to remove the opacity

    .et-mini-content .menu li a:hover, div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist), 
    div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist > ul {
        opacity: 1;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 13:18

    Hello,

    Yes, XStore supports the mentioned versions.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 12:51

    Hello,

    We have added some custom code to Theme Options > Custom CSS. Check the grid now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 11:38

    Hello,

    Please, increase the Max input vars limit to 4000 and try again after that. If you still get the same error after that then provide us with FTP access to your site and server error logs.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 11:31

    Hello,

    Still the same error http://prntscr.com/utdwh8 . Could you, please, provide the correct link to your Dashboard and temporary disable limits for the connections from other countries if you have such protection?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 11:15

    Hello,

    Swap image is the first image from the product gallery. So, to get the swap effect use the different image as the first image of the product gallery than your featured image, in other case you get duplication in the gallery http://prntscr.com/utdm8k and missing swap effect.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 11:11

    Hello,

    Royal Core is the plugin, it’s not the theme. So, to update theme to the latest version you need to install theme updated archive and then install Royal core plugin, Redux plugin and CMB2 plugin. If you provide us with temporary WP Dashboard and FTP access to your site we’ll be able to check and help you with the update.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 11:05

    Hello,

    Unfortunately, our Legenda theme does not have such option for the mobile cart. So, it’s possible to implement only by additional customization. You can submit customization request here.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:45

    Hello,

    There is no option to add image there but you can implement this by additions customization.
    Use the child theme > copy > xstore/woocommerce/checkout/thankyou.php file to child theme and edit it according to your needs or use the WooCommerce snippet in the child theme functions.php, for example https://www.businessbloomer.com/woocommerce-display-product-up-sells-thank-you-page/

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:39

    Hello,

    I have switched to WCMP plugin and don’t see issues with new product http://prntscr.com/utcwwu
    Could you, please, explain how do you add your products when getting that error?
    Are you trying to open the Dokan plugin dashboard when Dokan is disabled and WCMP plugin is enabled?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:34

    Hello,

    Could you, please, provide us with the temporary WP Dashboard and FTP access to your site and credentials required to activate the Elementor in the Private content area?
    We’ll try to fix the issue and need to check the registration process after that.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:31

    Hello,

    Check now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:31

    Hello,

    Check now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:14

    Hello,

    Use the plugins that allow importing/exporting custom taxonomy, for example, All WP Import/Export. It allows to check the Brand field during export and then import it.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:12

    Hello,

    You need to ask this question to multivendor plugin authors. We are able to help you only with our theme options but the mentioned options are related to plugins.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:11

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:10

    Hello,

    Go to Theme Options > Custom CSS and add the below code:

    .et-off-canvas.et_b_header-account input#rememberme + span {
        max-width: 110px;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 10:08

    Hello,

    The mentioned strings are related to theme translation. So, make sure that you placed translation files into the correct folder with the correct name https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    Also, make sure that your files are updated https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/
    If it does not help then provide us with the correct link to your WP Dashboard and temporary WP Dashboard access to allow us to check the situation.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 5, 2020 at 09:59

    Hello,

    GA code is added as we can see http://prntscr.com/utc5o3 So, do you still need any help from our side?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 2, 2020 at 17:13

    Hello,

    Don’t make changes in the parent theme files because you will lose them after the update. If you want to make changes install and use the child theme https://www.8theme.com/documentation/docs/child-theme/
    After switching to the child theme you will need to import options from the parent theme.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 2, 2020 at 17:12

    Hello,

    We don’t have such option for the variable products. You may try third-party plugins to add the Ajax add to cart for the variable products https://wordpress.org/plugins/woocommerce-ajax-add-to-cart-for-variable-products/ or https://wordpress.org/plugins/woo-ajax-add-to-cart/

    Regards

  • 1 2 3 476 477 478 1,012 1,013 1,014
    Viewing 14,310 results - 14,281 through 14,310 (of 30,391 total)
Viewing 30 posts - 14,281 through 14,310 (of 30,391 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.