Forum Replies Created

Viewing 30 posts - 12,271 through 12,300 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 15:45

    Thank you for your understanding.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 15:45

    Hello,

    Our brand option is theme custom option. I’m afraid that you need to contact Dokan plugin author and ask them to allow choosing of our Brands in the Dokan Dashboard for the vendor. We can’t add it from the theme side to that plugin Dashboard.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 15:40

    Hello,

    Go to Theme Options > Custom CSS > find the code below and change the max-height to what you need

    .content-product .product-content-image img {
        width: auto;
        max-height: 250px;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 15:30

    Hello,

    Number of columns where placed the element is the limit.
    But maybe I do not clearly understand the thing you are trying to implement. Could you, please, provide screenshots for better understanding and highlight the things you want to make wider? You can use the Lightshot screenshot tool to make screenshot.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 15:25

    Hello,

    You are welcome.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 15:25

    Hello,

    Fixed. Check now, please.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 15:24

    Hello,

    1) Yes, you can choose another layout in the single product settings http://prntscr.com/w38cqu

    2) Go to Theme Options > WooCommerce > Single product builder > Remove the HTML block with the Product Information content from the column of the single product.

    3) If you need to create new product you can create it from Products > Add new. Using the Elementor builder you can edit just the main product description but it’s not obligatory. You can use simple HTML tags if you don’t need something extra for the product description.

    4) Do you mean you want to use one of the templates created using single product builder?

    5) Elementor and WPBakery are page builders. So, you can use it to build the simple page layout, posts content, product description, Static block content (that could be used to create mega-menu, footer layout) etc http://prntscr.com/w38tg7

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 14:27

    Hello,

    1), 2) There is no such option, unfortunately. It’s possible only by additional customization.
    3) Add the below code to Theme Options > Custom CSS

     .sidebar-widget.etheme_widget_brands ul li {
        width: 33%;
        display: inline-block;
        padding: 5px;
    }
    .sidebar-widget.etheme_widget_brands ul li.all-items {
        display: block;
        width: 100%;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 10:45

    Hello,

    That is the slider. So, go to https://www.8theme.com/downloads and download XStore import files archive, extract it and find the engineer folder inside. You’ll be able to find slider.zip archive. Import in (Revolution Slider > Import > upload archive). After that just add the slider element to your home page.

    You provided FTP access but I asked you about WP Dashboard access to your site if you can’t import slider using our instructions.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 10:43

    Hello,

    Go to Theme Options > Header builder > add the HTML block element to the top header connection block and add the currency switcher shortcode to the HTML block. Remove the existing test elements with the demo content. Watch the video tutorial on how to edit header using header builder https://www.youtube.com/playlist?list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 10:40

    Hello,

    1) What is the WP Dashboard access to your site to check the settings of the mega menu that you use in Appearance > Menus?
    2) Provide screenshot of the mega-menu that you are trying to achieve.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 10:28

    Hello,

    This price will inherit all the options from WooCommerce > Settings > Currency http://prntscr.com/w31i06 in the next theme update.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 10:21

    Hello,

    Add the below code to Theme Options > Custom CSS

    .single-product .swipers-couple-wrapper.woocommerce-product-gallery .swiper-wrapper img {
        max-height: 500px;
        width: auto;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 15, 2020 at 10:16

    Hello,

    That’s really strange because we checked the search and menu using Sarafi and it works
    Search results https://gyazo.com/718d2e94c221bdb733e810eb27d2c961
    Menu https://gyazo.com/115c333894dd51fe5e11668c9f8a4237
    Did you clear the browser cache? What model do you use to test?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 19:38

    Hello,

    I disabled the third-party plugin, enabled them again, and errors that you had in the console disappeared. Try to edit the page now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 19:23

    Hello,

    Check your site now. We have imported the demo.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 19:12

    Hello,

    2/ I don’t see the wishlist button anymore on the shop page http://prntscr.com/w2mbc3
    You can install the Yellow Pencil plugin and use it to customize CSS styles if you don’t have CSS skills.

    3/ Add the below custom CSS to change the color of the Buy Now button and sale label

    .et-single-buy-now.single_add_to_cart_button.button {
        background-color: var(--single-add-to-cart-background-color) !important;
        color: var(--single-add-to-cart-color) !important;
        display: inline-flex !important;
    }
    .single-product .onsale.single-sale.left {
        left: 18%;
        top: 5%;
    }

    4) Find the below code from the Theme Options > Custom CSS and remove it

    .footer-product .et-wishlist-holder.type-icon-text.position-under, .yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-add-button a.delete_item:before, .yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-add-button a:before {
        display: none;
    }

    There is no option to add the caption.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:59

    Hello,

    Edit the static block and Menu list element > go to the Design tab and add the right border the same way it was done for the element in the first column.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:48

    Hello,

    Give our user admin permissions because we don’t have access to Theme Options, to plugins etc http://prntscr.com/w2m18e
    What about FTP access?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:43

    Hello,

    That progress bar appears in the mini-cart only http://prntscr.com/w2lwh6, not on the shop page.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:41

    Hello,

    In this case our theme is not the reason of the issue if it does not work even with the default Storefront theme.
    Contact plugin author to get help with this.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:39

    Hello,

    Try to add the following code to Theme Options > Custom CSS

    .single-product .swiper-container.swiper-control-bottom:not(.second-initialized) li.thumbnail-item {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:27

    Hello,

    Could you, please, provide us with temporary WP Dashboard and FTP access to your site?
    We’ll check the issue and help you with the demo content import.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:25

    Hello,

    Oh, sorry, missed that.
    Replace by this one

    .template-container .woocommerce-info.wc-memberships-message {
    position: relative;
    visibility: visible;
    opacity: 1;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:24

    Hello,

    1) Do you face error while installing the plugin from XStore > Plugin Installer? Or you want to install some third-party plugin?

    2) What CSS are you trying to change? Provide us with the screenshot for better understanding. You can use the Lightshot screenshot tool to share the screenshot.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:22

    Hello,

    You can find the latest version of the mentioned plugin here https://www.8theme.com/downloads
    Also, the update notification should be available in the Dashboard soon.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:16

    Hello,

    If you want to import just a slider then go to https://www.8theme.com/downloads and download XStore import files archive, extract it and find the engineer folder inside. You’ll be able to find slider.zip archive. Import in (Revolution Slider > Import > upload archive). After that just add the slider element to your home page.

    If you want we could also help you with this. Just provide us with WP Dashboard access to your site.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:13

    Hello,

    If the domain suits you then you can change the hosting without any problems. Even if you decide to change the domain you can do this and migrate to new domain but then just deactivate theme on the previous domain and remove theme from that site. After that inform us about this.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:11

    Hello,

    1) Checked your site and don’t see the problem with the search results preview http://prntscr.com/w2l3nq

    2) Checked site using Safari and mobile menu works https://gyazo.com/25dbfe4c84be989b41e0e0f44243fcdd

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 14, 2020 at 18:03

    Hello,

    Provide us with Wp Dashboard and FTP access to the site where you get the PHP Warning. Tell me what actions do you do when it appears?

    Regards

  • 1 2 3 409 410 411 1,012 1,013 1,014
    Viewing 12,300 results - 12,271 through 12,300 (of 30,391 total)
Viewing 30 posts - 12,271 through 12,300 (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.