This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • in reply to: Lots of errors in error_log #29322
    ssoulless45ssoulless45
    Participant

    Could you please tell me how to refresh the database?

    in reply to: Search not working well on mobile devices #25774
    ssoulless45ssoulless45
    Participant

    Is there a way to disable the live loader just for mobile devices and keep it working on desktop?

    in reply to: Plugin update error #25647
    ssoulless45ssoulless45
    Participant

    could it has something to do with W3 total cache plugin?

    in reply to: Plugin update error #25633
    ssoulless45ssoulless45
    Participant

    I had to downgrade because of this issue

    in reply to: Plugin update error #25608
    ssoulless45ssoulless45
    Participant

    Hello, after updating the plugin Im getting this error!

    in reply to: Issue with Lazy Loading of images #25210
    ssoulless45ssoulless45
    Participant

    Ok, 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…

    in reply to: Issue with Lazy Loading of images #25075
    ssoulless45ssoulless45
    Participant

    I 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);
     });
    });
    in reply to: Issue with Lazy Loading of images #25073
    ssoulless45ssoulless45
    Participant

    I 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?

    in reply to: Display settings only when settings shortcode is present #25050
    ssoulless45ssoulless45
    Participant

    Alright, 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.

    in reply to: Search settings shortcode prints duplicated filters #25030
    ssoulless45ssoulless45
    Participant

    It worked! nice thank you very much!

    in reply to: Search settings shortcode prints duplicated filters #25006
    ssoulless45ssoulless45
    Participant

    But 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…

    ssoulless45ssoulless45
    Participant

    Ok 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.

    ssoulless45ssoulless45
    Participant
    ssoulless45ssoulless45
    Participant

    Could 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.

    ssoulless45ssoulless45
    Participant

    Ok 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.

Viewing 15 posts - 16 through 30 (of 31 total)