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!
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it