Forum Replies Created
-
AuthorPosts
-
ssoulless45
ParticipantCould you please tell me how to refresh the database?
ssoulless45
ParticipantIs there a way to disable the live loader just for mobile devices and keep it working on desktop?
ssoulless45
Participantcould it has something to do with W3 total cache plugin?
ssoulless45
ParticipantI had to downgrade because of this issue
ssoulless45
ParticipantHello, after updating the plugin Im getting this error!
ssoulless45
ParticipantOk, I tried this snipet and added another extra code to close search filters once a filter is applied on mobile (it’s an usability adjustment), however it is breaking up my website, creating an infinite loop and making my website load and load until browser just breaks.
/*trigger the lazyload once the search filtering is finished*/ jQuery(function($) { var t; $('body').on("DOMSubtreeModified", function(event, id, instance, phrase) { clearTimeout(t); setTimeout(function(){ $(window).scroll(); $(document).scroll(); //Also remove filter screen on mobile once results are loaded if($('.close-sidebar').length){ $('.close-sidebar').click(); } }, 1000); }); });I really need to catch the exact event once the search filter is applied…
ssoulless45
ParticipantI tried using another event like
/*trigger the lazyload once the search filtering is finished*/ jQuery(function($) { $(".asp_search_end").on("asp_results_show", function(event, id, instance) { console.log("Results loaded ASP"); setTimeout(function(){ $(window).scroll(); $(document).scroll(); }, 250); }); });But not working neither, also tried to use the results container but it’s not working neither:
/*trigger the lazyload once the search filtering is finished*/ jQuery(function($) { $("#mf-shop-content").on("asp_results_show", function(event, id, instance) { console.log("Results loaded ASP"); setTimeout(function(){ $(window).scroll(); $(document).scroll(); }, 250); }); });ssoulless45
ParticipantI tried the code you gave me, however it does not work, the event is not triggered.
i have “Live load the results on the results page?” enabled, the event you said is not triggering… is there another event handler I can try when search is finished that works even when you have “Live load the results on the results page?” option enabled?
December 16, 2019 at 5:15 pm in reply to: Display settings only when settings shortcode is present #25050ssoulless45
ParticipantAlright, however having a lot of unnecessary dom elements in the page is not good, I would like to request this feature, if the search settings shortcode is not present then do not show it.
December 13, 2019 at 2:50 pm in reply to: Search settings shortcode prints duplicated filters #25030ssoulless45
ParticipantIt worked! nice thank you very much!
December 12, 2019 at 3:27 pm in reply to: Search settings shortcode prints duplicated filters #25006ssoulless45
ParticipantBut I need to display my search bar on a different location than my search filters, my search bar is in the header and the search filters need to show up at the sidebar of my store, so Im using a shortcode to display the searchbar and another shortcode for just the search settings…
December 10, 2019 at 5:08 pm in reply to: Search Settings shortcode not working & how to show only filters that have resul #24990ssoulless45
ParticipantOk if you can’t access I will send you my settings I have the text widget on the sidebar of my website, and I also attach the config of the search settings. The shortcode is not working at all, I have tried html widget as well with no results, when I turn on the option “Show search settings switch on the frontend?” the switch button is shown on the search bar, and with I turn on the option “Set the search settings to visible by default” then the options are shown below the search bar and not in the sidebar of my website…
By the way very weird you can’t access the website, I have admins on many countries you’re the only one that can’t access.
December 5, 2019 at 2:58 pm in reply to: Search Settings shortcode not working & how to show only filters that have resul #24922ssoulless45
Participanthave you tried https://ebani.com.co/wp-admin
December 5, 2019 at 2:37 pm in reply to: Search Settings shortcode not working & how to show only filters that have resul #24920ssoulless45
ParticipantCould you ask a colleague and check if the issue persists? I have 5 laptops in my office and I can access the website with all of them, very weird.
December 4, 2019 at 3:36 pm in reply to: Search Settings shortcode not working & how to show only filters that have resul #24903ssoulless45
ParticipantOk thanks for answering, I just want you to check the settings I have, because I have tried everything even the “Text Widget shortcode” you mention and still I can manage to make it appear on the sidebar of my marketplace.
Are you accessing from an old chrome browser? that error occurs for an issue with the SSL on old browsers, please try using another browser.
-
AuthorPosts