Flexslider Tabs WP default query script issues
-
Hi All, I’m having some issues with flexslider and tabs to work together.
Example 1 – if i add google cdn to header above <?php wp_head(); ?> all works fine. Now the thing is, i know it’s not a proper way of adding jquery script especially when wordpress has it own. So i tried calling the same but with no luck
Example 2: I tried with putting <?php wp_enqueue_script(‘jquery’); ?> in header but it doesnt work, if i replace it with google cdn it works.
Also here i added inside function wp_enqueue_script( ‘jquery’ ); but nothing.Example 3. With 2 above if i open single post tabs widget is working (bcs there is no slider there)
Example 4- if i replace inside slider script $ with jQuery slider appears in works, if i leave default $ then i need to again call google cdn query, inside header or inside slider widget.
As it seems i cant find a way to call a defaul wordpress script and i think i have tried everything.
Anyone know a solution for this? I wonder could it be that the problem is because i work on a local server(building a theme to fit my needs)?
The topic ‘Flexslider Tabs WP default query script issues’ is closed to new replies.