AT Tabs not working
-
AT Tabs only display popular post. I can’t click on the Latest and Tags tab. Anyone can help?
-
I’m having the same issue!
Hi
Can you share a url for us to have a look
Thanks
My site url is http://www.minkerr.com
Hi M
Please check the console and correct the js error and everything would be just fine.
Thanks
Can you tell me where to go to correct this and what I should do?
If you know how to use firebug, then check the console and you would know what to do next.
Hi Maruti, I’m having the same issue with the AT Tabs plugin. The “latest” and “tags” tab are not showing a submenu the same way the “popular” tab does.
I’m not familiar with firebug… is there an alternative way to correct the js error? Or can you list the firebug steps we should follow? Thanks for being so helpful throughout all the threads!
Hi Rozelini
can you please share a link to your site for us to have a look?
Thanks
It’s still not working for me, can you walk me through the steps?
Yep it’s not working on my blog too
Hi Leonuts
can you share a link to your blog
Thanks
Yeah, I tried that and I can’t find what’s wrong with it, can you tell me which line item and how to fix it the actual line item? What should the line item read?
I think we’re all are looking for the solution and not having to go through firebug to figure it out.
we’d appreciate your help.
Hi All
I will report this issue to the theme author, in the mean while please follow the below steps and get it fixed for the time being.
1) create a file name custom.js inside fashionistas(theme)/js so the path will be fashionistas/js/custom.js
2) add the below js in the file and save it
jQuery(document).ready(function(){ jQuery('#widget-tab li').click(function(e){ e.preventDefault(); var activeTab = jQuery(this).children('a').attr('href'); jQuery('#widget-tab li').removeClass('active'); jQuery(this).addClass('active'); jQuery('.widget-tab-content').children('div').removeClass('active'); jQuery(activeTab).addClass('active'); }); });3) add the below line in theme’s functions.php file after line 179, which read as
wp_enqueue_script( 'athemes-settings', get_template_directory_uri() . '/js/settings.js', array( 'jquery' ) );the new line to be added is
wp_enqueue_script( 'athemes-custom', get_template_directory_uri() . '/js/custom.js', array( 'jquery' ) );now save and check. This must have fixed the issue.
Hope it helps!!
Thanks
Hi Maruti,
I just tried your solution (adding custom.js + modifying functions.php), and it worked for me. Thank you!
The topic ‘AT Tabs not working’ is closed to new replies.
