Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matt Lowe

    (@squelch)

    Hi Tejas,

    Which version of WordPress are you using, and what theme? And have you got a link to the site?

    Thread Starter Tejas -The WP Chef

    (@tejasbusiness)

    Hi Matt,

    Thanks for reply.

    I am using WordPress version 3.5.2 and theme I am using is Responsive (Responsive child).

    This is the link to site :
    http://www.globalonlineadvertisement.com/electronics/

    Awaiting your reply.

    Thanks and Regards,

    Tejas

    Plugin Author Matt Lowe

    (@squelch)

    It looks to me like your theme is broken as your site correctly loads jQuery 1.8.3 as shipped with WordPress, and then later loads another instance of jQuery, this time version 1.4.2 from the Google CDN.

    <!-- DIALOG POP UP SCRIPTING START -->
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
    
    <script type="text/javascript">
    $(document).ready(function() {

    The fact it is being loaded twice makes me think it has been hard-coded into the theme instead of being enqueued.

    I’m not familiar with the Responsive theme, but I note that you are the author of the child them you are using. Please ensure you are loading jQuery the correct way in your child theme. If it’s not your child theme that’s loading jQuery incorrectly then it is most likely the Responsive theme, in which case you will need to raise a ticket with that theme’s author. Please see:

    http://codex.wordpress.org/Function_Reference/wp_enqueue_script

    Thread Starter Tejas -The WP Chef

    (@tejasbusiness)

    Hi Matt,

    Thanks a ton for your timely and valuable response.

    I have found that it was bug in child theme wherein I had hard coded that jQuery version uploading, which created problems.

    I have removed and problem has been resolved.

    Once again, bunch of thanks for the help and may God Bless you..!!

    Regards

    Tejas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Squelch Tabs and Accordions Shortcodes not working’ is closed to new replies.