Disable Pageload by Json ?
-
Hi,
I wonder if it is possible to disable the Json-load for pagenavigation?I have two issues with that:
-
Custom JS with $('document').ready is not working
-
The stats plugin only counts the first entry page and it won't be triggered on further navigation
Thanks a lot for any advice and hint...
Greets
Stefan -
-
Hi Stefan!
Have a look here:
http://laytheme.com/documentation.html#custom-javascriptWhen using jQuery, please use "jQuery" instead of "$".
Do not insert jQuery by yourself using <script src="jquery.js"></script>", because jQuery is already included. If you insert jQuery another time, this will cause bugs.
You can put all of your custom JavaScript into "Lay Options" → "Custom CSS & HTML" → "Custom <head> content". Don't forget to wrap your JavaScript with <script> … </script>.
To your second question:
Laytheme is developed as a single-page-Javascript-Page. That means that the stats plugin might get confused
I will check this!
Best!
Marius
-
Thanks a lot.
Those two events helped me out of both questions.
For the stats tool (slimstat) I analyzed what it is doing on window load and I copied these lines to the on newpageshown-event.
For me navigation through the site looks good in access log.Greets
Stefan -
Yea! Great!
Try this to fix issues before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it