Schedule a Free Consultation
#javascript

Find the Resources to Succeed with WordPress

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

View
Articles

What are the most common WordPress issues and how can you fix them - WPRiders Article
What are the most common WordPress issues and how can you fix them
Let’s be honest — we’ve all been there. Where? On a painfully slow website, of course. And if you’re one of the lucky few who haven’t experienced it yet, let us fill you in: website slowness is one of the most common WordPress issues, and it can ruin both user experience and SEO if left unchecked. Imagine the […]
Javascript JSON form ARRAY
Javascript JSON form ARRAY
An easy way to transform a JavaScript Array into a JavaScript JSON.
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 startcallback 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, […]