Obviously, there is a conflict with an other plugin … did you tried to deactivated recent plugin to see ?
In addition you have many javascript errors in your page … it may the problem
Thread Starter
wpgeanie
(@wordpressgeanie)
I have a brand new blog that is experiencing the exact same problem: http://betterbakingbible.com/
Do you have any idea how I could fix this? How can I fix the javascript errors?
Is there any other plugins ?
Try to deactivate category-grid-view-gallery plugin
Thread Starter
wpgeanie
(@wordpressgeanie)
Thanks that works! But how am I supposed to be able to use both plugins and have them working at the same time?
Obviously you have to contact the author of the other plugin to make him correct his plugin š
This issue is clearly that this plugin generates javascript error which break others
Thread Starter
wpgeanie
(@wordpressgeanie)
Just to make things clear: The category-grid-view plugin generates a javascript error?
Yes : just tell the other author that there is an issue with the initialization of the a variate for pagination “<script type="text/javascript">paginateVal = ;</script>” should be at least “<script type="text/javascript">paginateVal = 0 ;</script>”
Thread Starter
wpgeanie
(@wordpressgeanie)
Okay, great thanks I will tell that to the author of the category-grid-view plugin.
Thread Starter
wpgeanie
(@wordpressgeanie)
Is there any way I can manually change this myself in the coding of the plugin? Do you know which file this code is located?
Thanks :))
Nope I do not know
I would have to look the code and und=fortunately I do not have time for that
Thread Starter
wpgeanie
(@wordpressgeanie)
Found a fix for anyone that has the same problem:
Simply delete ../js/cgview.js and colorbox javascripts from that folder.
All plugins now working!