• I believe I have a jQuery conflict that I don’t know how to solve it. The problem does not appear in FireFox, but does appear in IE, Chrome and Safari. My site is: https://www.naturalcosmeticnews.com/

    The Featured tabs on the homepage and the horizontal tabs in the sidebar on all pages are all being displayed at the same time – stacked one-by-one, instead of only displaying the 1 highlighted tab.

    I have tried deactivating recent plugins I have installed, but no change occurred. I also recently made some CSS changes to the blog, but don’t think that should be causing the problem.

    Any suggestions on how to fix the problem will be great.

    My Featured Tab .php is as follows:

    <?php query_posts('cat='.$theme_options["firstTabCatID"].'&showposts='.$theme_options["firstTabPostCount"]); ?>
    			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    And the sidebar tabs .php is:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('GabWidget-Area-1') ) : ?>
    				<?php endif; ?>
  • The topic ‘Tabs all displayed at once – jquery conflict? how to resolve?’ is closed to new replies.