Schedule a Free Consultation
#jquery

Find the resources to succeed with WordPress

The go-to resource for WordPress insights & tips
and where WordPress experts share their knowledge.

View
Articles

Opening Isotope panel in modal view
We matched Isotope’s innate ability to manage content with the need to display more details in a modal view. The popular Isotope framework for displaying content offers novel ways of arranging elements on a page. Specifically, in this post, we explain how we managed to display the content of table cell under the current table […]
Test if Flexslider loaded
Test if Flexslider loaded
Recently I had a mini project for a client and I had to test if Flexslider has been shown on the screen in order to further modify it. Subscribing to the start callback didn’t work because the slider was shown by the theme and not by my code. jQuery(document).ready(…) didn’t work either. The slider was there, […]