Home Forums WoodMart support forum I did not find anywhere Custom off-canvas sidebar elementor tutorial

I did not find anywhere Custom off-canvas sidebar elementor tutorial

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #568098

    Hi, I want to show filter button on my product archive, you already have the tutorial but not for elementor. https://xtemos.com/docs-topic/custom-off-canvas-sidebar/

    Please give me guide and also tell me, I do not button name show sidebar, it should be filters

    #568156

    Hello,

    Navigate to Theme Settings > Product Archive > Sidebar > Enable the option “Off canvas sidebar for desktop”.

    If you are using custom layout for archive pages, Navigate to Layouts > Edit Layout with Elementor and add the off canvas columns button in the layout. You should have 2 columns and one of them should have the “Column role for off-canvas layout” option.

    Best Regards.

    #569969

    Instructions:

    1. Navigate to **Layouts > Product Archive > Edit with Elementor**.
    2. Add a two-column container.
    3. In the first column, place an off-canvas column button:
    – Go to **Container > Advanced Settings > [XTmose Extra]**.
    – Set the column role to **Off Canvas Layout: Content Column**.
    4. In the second container, place the sidebar element and select your sidebar.
    5. Then, go to **Container > Advanced Settings > [XTmose Extra]**.
    – Set the column role to **Off Canvas Layout: Off Canvas Column**.
    – Don’t forget to select your device.

    Attachments:
    You must be logged in to view attached files.
    #569979

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards.

    #569992

    In private

    #570138

    Hello,

    Sorry to say I am unable to log in or visit your site. Please clear the site/server caches.
    https://ibb.co/WVnQbMn

    Best Regards.

    #570737

    can you please check now

    #570778

    Hello,

    You have chosen the layout condition “Product Categories” that is why it is working only on the categories page. Try to create the layout and set the condition of “All products archives”. It will work on both shop and category pages.

    You need to edit the layout with elementor and edit the sidebar widget and in the advanced tab set the sidebar padding.
    https://ibb.co/Bq8hzdK

    Best Regards.

    #571289

    My both problem solved, thank you.

    Please check the video

    #571294

    studio.ambasador
    Participant

    Hi there cam You share video
    Thank You

    #571295

    I did not understand what you mean, I share video URL in private

    #571311

    studio.ambasador
    Participant

    That’s why I ask If You can share public in other field (public) to learn other members if it’s possible

    #571328

    I uploaded video on YouTube which is unlisted. You want me to make video public or I share video URL here in private message, you want me to share link in forum public view?

    #571339

    Hello,

    Navigate to Theme Settings > Performance > Preloader > Enable the option “Prelader” and check how it works.

    Best Regards.

    #571359

    studio.ambasador
    Participant

    Yes share to public if it’s possible, we can’t message eachother here, that’s why I ask, if not don’t worrie

    #571431

    Firstly, I uploaded that video on my official Craple channel where I post product videos. Anyone can watch the video with the URL. I can do that if you want me to share the video URL here.

    #571432

    Alright! I made another video to help you understand my problem.

    I enabled the preloader

    When the product page opens, the browser downloads all the product images. But when I click “Next,” it downloads the images again, and in inspect mode, it shows “initiator: other.”

    As you saw in the video, sometimes the image for a single product doesn’t load. This happens very rarely, but it’s an issue. There seems to be a problem with image downloading.

    URL: https://youtu.be/hbihxo3GoZ4

    #571517

    Hello,

    It is due to your slow site speed. I have checked your site speed and it is too low.
    https://ibb.co/JzmvTt2

    it’s possible that your website’s performance is affected by the content you have added. For instance, the use of too many plugins, large unoptimized images, or other resources can slow down your website.

    We recommend that you remove any unnecessary plugins and install a JS & CSS optimization plugin such as WP Rocket. Our guide on how to optimize your website using our themes can be found here: https://xtemos.com/wordpress-performance-optimization-the-ultimate-guide-in-2021/.

    Best Regards.

    #571581

    Hi,

    My images are optimized, I checked your ultimate guide, I do not have unnecessary plugins, I do not use large images, You have my access, you can check everything by yourself. Please check and let me know

    #572000

    Hello,

    Yes, we understand your issue, but it is not actually a bug. As seen in the screenshot https://monosnap.com/file/KW9AgKxZtEy5nCjLzsf4tppDYt8KXm, two identical images are loaded but with different sizes. This is how Srcset works in the browser https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/srcset.

    Srcset is an HTML attribute for the img element that allows the browser to choose from multiple versions of an image to display, based on the device’s screen size and resolution. This helps optimize image loading and display for different devices, improving performance and visual quality.
    It can be disabled, but only globally for the entire site.

    Best Regards.

    #572041

    Is disabling this feature will affect my website or SEO? Other websites like amazon do not load images in multiple size, loading multiple size images, making website slower.

    #572178

    Hello,

    In fact, this feature allows web browsers to choose the best version of an image depending on the screen size, resolution, and other factors. This helps optimize page loading and improve performance on various devices. It is used on many websites, including Amazon, as we can see in the video: https://monosnap.com/file/HH3lUf8xpfjcsL1TIT26LMSjshxpTj, where two identical images with different names and sizes are loaded.

    However, if you don’t need this, you can disable it by adding the following custom code to the child theme funtcion.php file.

    add_filter('max_srcset_image_width', function () {
    	return 1;
    });

    Best Regards.

Viewing 22 posts - 1 through 22 (of 22 total)