Dean Williams
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Retrieve Body Class from DATAAYou need to wrap your content area with a class or id that is constant, you should not ever be binding to the body tag as this will reload everything.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Internal Link via ImagePlease drop me a link to your website, also try enabling debug mode and let me know what messages you get while browsing your site.
I see you have fixed this yourself, could you explain how you fixed it? Glad you love the plugin 🙂
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Error on page loadIt appears the plugin has not installed correctly, please check your permissions on the required directories of wordpress and try again.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Disable plugin on mobile devices?Thanks for this, I will add an option to the next AAPL for this – seems like a good idea.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Adsense!It is against google’s Terms & Conditions to reload adverts with javascript, so you will have to place your adverts outside of the area that AJAX is reloading.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] SEO for wordpress site using Ajax # in urlsHey Thanks for your question.
AAPL uses AJAX for moving between pages of your website, google and other crawlers DO NOT SUPPORT JAVASCRIPT. So will attempt to read and follow URLS with normal HTTP.
AAPL is designed to be backwards compatible, so all A links work like you would expect for a HTTP website, however AAPL then takes over on a mouse click and loads that url with AJAX instead.
So to answer your question, AAPL does not cause any problems for Google or any other search engine, as your site will operate as normal when javascript is disabled.
Forum: Reviews
In reply to: [Advanced AJAX Page Loader] Works perfectlyThanks Stylishjm 🙂
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] SEOHey Michael,
AAPL was programmed to work around the “normal” operation of your website, for instance if you disabled JavaScript, your site will work still because all<a href>tags still exist and are still valid.All AAPL does it capture those clicks and do some javascript instead of allowing the browser to handle them normally.
Google doesnt use javascript, so they see the site as a plain html site 🙂
Also if you set your tracking code in AAPL it will also track clicks, visits and visit duration while still working through AJAX, which means your Analytics will be correct.
Hope this helps.
[Please post code between backticks or use the code button. Your post may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] URL update in IEThere is no solution, and no alternative. IE does NOT support the feature, its not hackable, emulate-able, or mask-able. It’s IMPOSSIBLE.
And that’s the only time any developer has an excuse to use the word “impossible” is when referring to IE.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Portfolio Slideshow Reload CodeIT seems this is what he is using (looked at the source myself). If someone can confirm this works I will add it to the site 🙂
jQuery.getScript(‘/wp-content/plugins/portfolio-slideshow/js/portfolio-slideshow.min.js?ver=1.4.1’);
jQuery(window).load(); // trigger load event on window so that script’s run-on-load fn is forced to run
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload Code for Adsense?Unfortunately I dont even do this on my sites, I just position adverts outside of the AJAX area.
Thanks, added this to the reload codes site.
There are too many questions to track in this topic, if your still after help anyone here please start your own topic with clear instructions and any error messages you may have.
Thanks “doubled” added your code to the site 🙂
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Twitter Facebook and sharethis reload codesThese are on the reloads code page:
http://software.resplace.net/WordPress/AAPL/reload-codes/
Thanks 🙂