I figured this out–seems like it was an issue with the theme not getting jquery properly.
Can you tell me what the issue was and how te resolve it?
Looks as if I have the same problem.
Thanks a lot in advance!
For reference, I’m using the Simple Grid theme, so not sure if yours will end up being the same exact problem, but this is what I did.
I went into the theme’s header.php file and I looked for where it was getting jquery. I found these two lines:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js" type="text/javascript" charset="utf-8"></script> -->
Originally, the first line was commented out and the second line wasn’t. It looked like the first line was a newer version of jquery so I commented the second line and uncommented the first and that seemed to work for me. I’m not sure why it was set up like that in the first place.
Hope this helps!
Hi sginsbe,
Thanks a lot for your quick response! Very kind!!
The jquery problem was mentioned a view times in this forum. Now I know how to resolve.
But it wasn’t the cause of my problem. I use the theme Circle-lite. And the header.php doesn’t have a jquery rule in it at all.
So I’ll have to look further…