• Hi,
    I have installed plugin but Filter Title is not shown online – ok this can I fix with css but I think it is not normal.
    But also the change hide/show for “show value(s) does not work
    What happens?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Your theme has styles to hide all h3 in the sidebar

    View post on imgur.com

    As I see Javascript is not working for filters at all. I see it attached but it is not doing anything. I don’t see the reason for this.

    Please try to change theme and check how it will work with Storefront. Will it be working correctly or the issues will persist?

    Regards,
    Dima

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Our developer did check your theme Javascript and found this part

    
    $('.portfolio-filters-list', $portfolio).on('click', '.portfolio-show-filters-button', function () {
    	$portfolio.addClass('filters-opened');
    	$(this).next().addClass('visible');
    }).on('click', '.portfolio-close-filters', function () {
    	closeFiltersPopup($portfolio);
    }).on('click', '.portfolio-filters-outer', function () {
    	closeFiltersPopup($portfolio);
    }).on('click', '.portfolio-filters-area', function (e) {
    	e.stopPropagation();
    });
    

    There is e.stopPropagation(); that is preventing other Javascript to fire in the sidebar.

    Regards,
    Dima

    Thread Starter urka

    (@urka)

    Thank you so much, didn’t see the display:none before ..stupid.
    Thx for cheching my Theme I wrote to the support about this now.

    Thread Starter urka

    (@urka)

    Hi Dima @dholovnia
    the support of the theme did some work but unfortunately only the titles are shown after.
    Function for “Show value(s)” or up/down arrow between the title do nothing and unfortunately the support-team of theme think I should use another plugin, it’s not their problem.
    I couldn’t believe that it doesn’t work because I use your plugin well on my 2nd page where I have the same theme but only with page builder WPBackery and now at the new one with Elementor because I thought this will be the future and give me more options.

    Please be so kind and have a look again on my example page
    https://jay-parts.us/product-category/make/polaris
    It would be terrible if I must change theme now after done a few settings in CSS and page build.

    Best regards
    Uschi

    • This reply was modified 3 years, 2 months ago by urka.
    Plugin Author RazyRx

    (@razyrx)

    Hello,

    The problem is in sidebar that is used.
    It use this code

    $('.portfolio-filters-list', $portfolio).on('click', '.portfolio-show-filters-button', function () {
    	$portfolio.addClass('filters-opened');
    	$(this).next().addClass('visible');
    }).on('click', '.portfolio-close-filters', function () {
    	closeFiltersPopup($portfolio);
    }).on('click', '.portfolio-filters-outer', function () {
    	closeFiltersPopup($portfolio);
    }).on('click', '.portfolio-filters-area', function (e) {
    	e.stopPropagation();
    });

    for mobile devices, when sidebar opened with button.
    We cannot change how it work from our side, because any changes can cause issues for other.

    Regards,
    Oleg

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title of Filters not shown, show value(s) for ore does not work’ is closed to new replies.