yoav.aner
Forum Replies Created
-
Forum: Reviews
In reply to: [Ajaxize] Indispensable plugin if you use a caching pluginThanks for the positive review, Joshua!
I really appreciate it.
Somehow your link got removed, but checking the site, one of the parts loaded via ajaxize was returning -1. This rare problem was solved with the latest version. You might need to de-select the Ajax Referer Check option though (check the FAQ).
Cheers
YoavForum: Plugins
In reply to: [Ajaxize] Not working on my 404 pagesI think this can be closed now.
Forum: Plugins
In reply to: [Ajaxize] Ajaxize not working with w3Total cache after updateclosing this, since I didn’t hear back for a while now.
Forum: Plugins
In reply to: [Ajaxize] Ajaxize not working with w3Total cache after updateI’m not aware of any issues and have Ajaxize working with W3TC without any problems.
Which version of W3TC / Ajaxize are you using? Can you provide more info about what’s not working / which error message you get? Please also provide a link to the page(s) where this is happening.
Forum: Plugins
In reply to: [W3 Total Cache] relative image links in CSS delivered by CDN(SSL)I bumped into the same problem, and even after enabling SSL (Always use SSL) – those links are still HTTP 🙁 All other links are fine, apart from those relative links inside CSS as the original poster mentioned.
Forum: Plugins
In reply to: [Ajaxize] Great Plugin but what about seo?Ajaxize just gives you a way to use ajax for some content. Whether or not it affects SEO is something different. Search engines become better with indexing dynamic content, but if this is a concern for you, then don’t use Ajax / Ajaxize.
Forum: Plugins
In reply to: [Ajaxize] Refresh ajaxized div on clickHi again Joshua,
I’ve updated the FAQ with your suggestion on another thread!
Cheers
YoavForum: Plugins
In reply to: [Ajaxize] W3TC and Ajaxize getting the dreaded "-1" again.I’ve released version 1.4.1 which has an option to disable Ajax Referer Check. This should resolve those -1 issues I believe. Please try and let me know.
Forum: Plugins
In reply to: [Ajaxize] Not working on my 404 pagesHi Joshua,
I’ve released version 1.4.1 of Ajaxize. It has an option to remove Ajax Referer Check. Perhaps this could help with your 404 page? I’m not entirely sure, because it fixes something slightly different. Worth trying though.
Cheers
Yoavp.s. I made a comment on another thread, but would be nice if you could also link directly to my blog from your post about Ajaxize.
Forum: Plugins
In reply to: [Ajaxize] PHP Deprecated: Function split()Hi worldrtavlr,
Version 1.4.1 was released with a fix for this problem. Please upgrade and let me know if you’re still having trouble.
Thanks for your patience.
Cheers
YoavForum: Plugins
In reply to: [Ajaxize] Not working on my 404 pagesOk, great. I’m curious. I’d love to help, but just time is a bit tight right now unfortunately… and without being able to reproduce this on a wordpress instance that I can ‘play’ with directly, it’s going to be difficult to troubleshoot anyway.
Forum: Plugins
In reply to: [Ajaxize] Not working on my 404 pagesYeah, it’s strange. I just tested it on my own wordpress blog and it seems to work ok, even on the 404 page… So I’m not entirely sure.
The more info I have about your wordpress setup, the easier it is to troubleshoot, but even then I’m not 100% sure.
Perhaps you can try on a separate wordpress instance with a similar configuration as yours? try to see if it happens there. Maybe disable some plugins one by one and check if any of those has an effect?
Forum: Plugins
In reply to: [Ajaxize] Not working on my 404 pagesHi Joshua,
Apologies for the late reply. I somehow missed this.
Ajaxize should work on all pages, including 404’s. I’m not entirely sure why it doesn’t work for you. As far as I can see, the call that fetches data from ajaxize returns a 404. However, when I access it directly, e.g.
it works.
So could be because it’s an XHR or something… Not entirely sure.
I wish I had time to investigate in detail, but unfortunately things are very busy right now. I will try to find some time for this, but not sure when… 🙁
Thank you for your understanding.
Forum: Plugins
In reply to: [Ajaxize] Function not being Ajaxized (no output)Hi Joshua,
(and thanks again for your post. I made a comment about it on a different question)
I think this won’t work with Ajaxize because the function echo’s the output directly, rather than returning it as a string. I mention it briefly on the FAQ, but perhaps it deserves a more specific explanation.
In short, function like this should work:
function works() { return '<a href="xyz">...</a>'; }This doesn’t:
function doesnt_work() { echo '<a href="xyz">...</a>'; }Forum: Plugins
In reply to: [Ajaxize] Caching page AjaxingThanks for sharing your post JibsouX. Looks great.
Would you mind giving me credit by also linking to my blog? (something like Ajaxize by Gingerlime – linking to blog.gingerlime.com)
Would be much appreciated if you could.
Cheers
Yoav