Displaying filters after clicking on the top filters

This topic has 5 replies, 3 voices, and was last updated 1 months, 2 weeks ago ago by Andrew Mitchell

  • Avatar: Kombajn88
    Kombajn88
    Participant
    March 18, 2024 at 11:20

    Hello,
    I’m trying to add code that will allow the filters that are on the left side in the image (left center, in green) to slide out, so that when they slide out they also click on the “Filters” button (on top) that I added as a widget shop filters.

    I would like the filters in shop filters to work like this button that ejects the filters (on mobile devices)

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    4 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    March 18, 2024 at 15:40

    Dear @Kombajn88,

    We trust this message finds you well.

    We would like to kindly suggest that you insert the following snippet of code into the functions.php file located within your child theme directory:

    
    add_action('wp_footer', 'n2t_wp_footer', 999);
    function n2t_wp_footer(){
    	?>
    	<script>
    		jQuery(document).ready(function($) {
    			$('.open-filters-btn a').on('click touchend', function (event){
    				event.preventDefault();
    				$('.et-toggle-mob-sidebars-inner .et-toggle').trigger('click');
    			});
    		});
    	</script>
    	<?php
    }
    

    This code is intended to enhance the functionality of your website. Should you require any further assistance or have any questions regarding this process, please do not hesitate to reach out.

    Warm regards,
    The 8Theme Team

    Avatar: Kombajn88
    Kombajn88
    Participant
    March 19, 2024 at 11:55

    The code works, thank you very much for it, I added it to the child theme but…

    I have a small problem, I used the parent theme all the time, only now I realized what the child theme is really for (after the xstore update, this code will stop working in the parent theme).

    I exported (photo) custom settings, but unfortunately not all the changes I made transferred to the child theme, for example, in the child theme I have a double header or untranslated things.

    Hence my question, what should I do? Is it possible somehow to transfer all settings to the child theme? Or am I left with adding codes anew every time after updating xstore?

    Or maybe an option is to restore from backup (after enabling the child theme temporarily?).

    Thank you in advance for your help

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    March 19, 2024 at 12:08

    Dear @Kombajn88,

    We would like to suggest that you consider utilizing the following plugin to incorporate your custom codes:

    https://wordpress.org/plugins/code-snippets/

    Should you require any further assistance, please do not hesitate to reach out.

    Warm regards,
    The 8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 19, 2024 at 12:16

    Dear Kombajn88,

    We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.

    Click here to rate now: https://themeforest.net/downloads

    Thank you sincerely for your ongoing support!

    Best Regards,
    The 8Theme Team

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Displaying filters after clicking on the top filters’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.