• Resolved Lodestarmg

    (@lodestarmg)


    I am trying to make a list of sliders that are able to collapse so that multiple sliders can be viewed on one page easily. To do this I am trying to use the Collapse-O-Matic plugin. As you can see from the page here: https://www.alderbrookproperties.com/build-to-suit-golf-course-homes-hood-canal/new-construction-update-2/ , When you click the drop-down, the slider appears much lower on the page and in the wrong dimensions. I noticed that if you zoom the page out while it is not collapsed (ctrl + scroll wheel down), the slider fixes itself.

    It seems to be that the slider doesn’t load properly with the page until it is un-collapsed. I have tried the advanced setting of loading all the assets on the page, as well. Is there anything I can try to get the slider to show how it does when you zoom the page out?

    • This topic was modified 7 years, 3 months ago by Lodestarmg.
    • This topic was modified 7 years, 3 months ago by Lodestarmg.
Viewing 1 replies (of 1 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    Please add this code to Slider Callbacks -> Add new callback on slider Init :

    function(event){
      var api = event.target;
      
      jQuery('.wpsm_panel-title a').on('click', function(){
     setTimeout( msCli('update'), 200 );
      });
      
    }

    Please let me know the result.

    Best,
    Averta

Viewing 1 replies (of 1 total)
  • The topic ‘Interaction with Collapse-O-Matic Plugin’ is closed to new replies.