Dean Williams
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Integrate slider panelHey VSHALL,
you do not need the .ready part as the reload function is handled for you when necessary, so just try:jQuery(".gallery1 a").attr("rel","gallery1"); jQuery('a[rel="gallery1"]').colorbox({title: function(){ return jQuery(this).children().attr("alt"); }}); jQuery(".wine:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'facebook',slideshow:3000, autoplay_slideshow: false,social_tools: false}); jQuery(".wine:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'facebook',slideshow:3000, autoplay_slideshow: false,social_tools: false});could you please provide me a link to this problem?
As far as I’m aware my script already maintains page height when it changes to the loading bar?
Asha, firstly external URLS are ignored. Secondly you can use the “ignore patterns” to ignore pages/urls. Thirdly this plugin works fine in IE from IE6 and up – and only the “browser history” part is not supported because IE has not implemented this feature.
What you need is completely different to what my plugin offers. Well done.Thanks for being a complete gonk!
Glynn1987, we share the same year of birth!!! WHOOOO!! anyway yeah as I said above please refer to the ignore patterns to define what links to ignore on the reload.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] reload_code.js in new plugin versionHey Andreu,
you must have had a very old version of this plugin. Yes some time ago I did away with the reload_code.js file.Now all reload codes are handled in your wordpress admin panel, go to “settings > Advanced Ajax Page Loader” and look at the “reload codes” input box.
This means any updates in future retain your reload code and obviously also means you no longer have to manually edit files which is nasty.
Finally…
The commercial purchase option is for those using AAPL on commercial websites, this means a site selling products or services and making money. Or someone who is installing AAPL for a client that is paying them for the work.
If you make a donation I have been pretty lenient to just add you as “commercial” licensed as a thank you 🙂Forum: Plugins
In reply to: [Advanced AJAX Page Loader] AAPL very long to reload the pagewhen you load a page normally and you see the content, is the loading indicator still going off?
Usually web browsers will display parts of a page as it loads more of the HTML, if you have a big document then this is more likely to happen. AJAX will download the whole HTML file and then display it which explains the longer waiting periods.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Issues with using Advanced AJAX Page Loaderunfortunately IE does not support the URL update features, there is nothing that can be done about this.
Also I dont fully understand what you mean by make it friendly with other ajax methods?
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Browser back button doesn't workI’m a little confused, is there anything I can change to try and fix this issue? People should be utilizing the ignore pattern feature. Please give me an example of the problem so I can diagnose.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] two navigation barssorry I dont understand please explain with more detail and link me to your site.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Site is not being indexedUnfortunately this has nothing to do with AAPL whatsoever.
However please add me to your webmaster tools so I can view your report and also contact me via email and I will try and help you out.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Integrate slider panelThese are features coming soon to AAPL. They are not possible without custom coding the .js file at this time.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload code only works the first timeor instead of adding it into the footer, add this as a reload code:
FB.XFBML.parse(); twttr.widgets.load();Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Custom javascript conflictplugin url?
Forum: Reviews
In reply to: [Advanced AJAX Page Loader] very good plugin! I like it))Thank you! Enjoy 🙂
Forum: Reviews
In reply to: [Advanced AJAX Page Loader] uselessvery good review.
Firstly my comments are for any other developer who decides to extend or understand the code. Also obviously some things are there for entertainment as “easter eggs” and is part of my general personality.
Whether you agree with the comments or not does not even begin to excuse a poor review, either way.
And as poorly as this is coded (apparently) there ARE NO deactivation bugs, are you using the latest WordPress and is your Apache Server set-up correctly N00b?
Anyway glad you are not interested in the plugin as it appears your incompetent and would probably waste my time fixing problems that are your own fault.
Have a nice day 🙂
ninja,
your missing the point. the site is crawled just fine! but google will visit and crawl the site using direct HTTP paths.there is no need to set-up a site so google can “AJAX” through it, especially when static pages exist which we can utilize for google (this is exactly what is done now).
So again, you do not need to update meta data and should not worry about it, ever. Google will land on pages as if AAPL is not even been installed and correct HTML and META is read according to what wordpress spills out.