Forum Replies Created

Viewing 30 posts - 28,231 through 28,260 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 14:56

    Hello,

    Has it happened after our fix?

    which is set to “don’t show” in Category options

    – Where exactly, provide a screenshot, please.
    Check how it works with a default theme, like Storefront.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 14:45

    Hello,

    There is no option to upload different logos for desktop and mobile, unfortunately.
    You can create a static block with the desired image there and show it for mobile-only, delete the logo element from the Mobile header content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 14:38

    Hello,

    Theme Options > WooCommerce > Shop > Shop page layout > Sidebar Position For Mobile > Top

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 14:30

    Hello,

    There is no option to change number of products there. You can submit a feature request here – https://www.8theme.com/taskboard/ or go Theme Option > find Linked Products Type and set None.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 14:04

    Hello,

    Go to Theme options > Header builder > All departments > Select The Menu then Publish changes. Clear cache and check the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 13:57

    Hello,

    Use the next custom CSS code:

    .widget_product_categories.sidebar-widget ul.children li .count {
         display:none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 13:36

    Hello @Nixatsnow,

    Reply times can vary from time to time and be up to 24 hours Monday – Friday and up to 48 hours on weekends, Sat-Sun. But is usually faster than that.
    We have a large number of requests during these days and reply may take some time, but your request is in the queue and it’s very important for us. Please be patient.

    1/ Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check then. Maybe one of the additional plugins is a reason for the problem.
    2/ Deselect the custom banner above breadcrumbs, go to Theme Options > WooCommerce > Shop > Shop page layout > set the mentioned static block as “Shop Page Banner Content”.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 13:21

    You’re welcome!
    Have a nice day!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 13:19

    Hello,

    Thanks for using our theme.
    Please provide a screenshot for a better understanding. You can use Lightshot screenshot or Gyazo tool to share the link to your screenshot.
    Your site is under maintenance mode, so we can’t check it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 13:17

    Hello,

    Please provide URL, temporary wp-admin, and FTP access, so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 13:16

    Hello,

    Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check then. Maybe one of the additional plugins is a reason for the problem.
    If this situation is not caused by a plugin, provide temporary FTP access (contact your hosting provider and ask for FTP host, FTP username, and FTP password).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 13:08

    Hello,

    Thanks for the reply. Provide FTP access also – FTP host, FTP username, and FTP pass. Contact your hosting provider, they will help you to get this info.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 11:57

    Hello,

    Your site is under maintenance mode, so we can’t check it. Please provide temporary wp-admin access via the Private Content area.
    Also, provide an example of mentioned changes in screenshots. You can use Lightshot screenshot or Gyazo tool to share links to your screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 11:55

    Thanks for port, but we need FTP host, FTP username and FTP pass also. Contact your hosting provider, they will help you to get this info.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 11:52

    Hello,

    As we can see any plugin can’t be installed even manually, for example, an archive of WooCommerce plugin – https://prnt.sc/26vjgux Contact your hosting provider and ask about assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 11:44

    Contact support of that plugin – https://prnt.sc/26vjcms We are not responsible for 3rd party plugins functionality or errors.

    Please note that we do not give a guaranty for full theme compatibility with all existing 3rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our support.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 11:22

    Freshdesk Official plugin gives js error that caused the problem. I’ve disabled the plugin and now you can set the header for the mentioned page. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:54

    Hello,

    We can’t access Theme Options – https://prnt.sc/26vihc1 Please set the administrator role for the user.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:36

    Hello,

    There is no option to show 2 or 3, unfortunately.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:35

    Hello,

    Sorry, but your request is a bit unclear to me. Please describe in more detail.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:33

    Hello,

    Try to add the next code here – https://prnt.sc/1qxxryo

    reInitIsotope();
    function reInitIsotope() {
    $('.et-isotope').isotope('destroy');
    var $isotope = $('.et-isotope');
    
    $isotope.each(function () {
    
        var $grid;
        $grid = $(this).isotope({
            itemSelector: '.et-isotope-item',
            isOriginLeft: !etConfig.layoutSettings.is_rtl,
            masonry: {
                columnWidth: '.grid-sizer'
            }
        });
    
        // layout Isotope after each image loads
        $grid.imagesLoaded().progress( function() {
            $grid.isotope('layout');
        });
    
    });
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:28

    Hello,

    There is no such option, by default. Please submit your request here – https://www.8theme.com/taskboard/ If it takes votes from other customers then our developers will be able to add it to the queue.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:26

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:25

    Hello,

    You can find this option in the settings of the widget – https://prnt.sc/26vhyjy , but there is no possibility to enable it for the primary category only.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:22

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 10:20

    Hello,

    Use the next custom CSS code:

    .product-categories .et-down-arrow:before, 
    .product-categories .et-up-arrow:before {
        content: "\e910" !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 09:34

    Hello,

    Please provide temporary wp-admin and FTP access, so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 09:17

    Hello,

    Thanks for contacting us.
    Download archive of the slider from this page – https://dropmefiles.com/4wY7A , go to Slider revolution > Manual import, then set this new slider for the Home page.
    It will be fixed in version import also.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 08:59

    Hello,

    Provide URL of page where the custom header should be set and temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2022 at 08:58

    Hello,

    It looks like you have sorted out – https://prnt.sc/26vgiwi Isn’t it? Clear cache of the browser and check one more time.

    Regards

  • 1 2 3 941 942 943 2,273 2,274 2,275
    Viewing 28,260 results - 28,231 through 28,260 (of 68,231 total)
Viewing 30 posts - 28,231 through 28,260 (of 68,231 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.