medfreeman / wp-ajax

Wordpress Ajax - Ajaxify Wordpress
Other
3 stars 1 forks source link

Status? #1

Closed boboz closed 10 years ago

boboz commented 10 years ago

Hi!

Been researching WordPress ajax solutions for a bit and just stumbeled over your's :) Tried it on a standard 3.8 with Twenty Twelwe but it seems not to be working. Also getting two sidebars. Just thought I should ask you about the status for this plugin.

Cheers!

medfreeman commented 10 years ago

Hi,

it works really well, i just used it on one of my sites today (3.8, custom theme). (http://www.sylvie-lahlou.fr) has a plugin architecture too. let me try it on a standard twenty twelve (i just think default settings aren't exactly fit to it). two sidebars is /quotes/ normal /quotes/, i'll fix my code to take this into account (btw i was thinking about this today....)

I'll recontact you in a few hours to let you know.

Best !

boboz commented 10 years ago

Thanks!

medfreeman commented 10 years ago

Hi,

here's the current status of the plugin :

I fear there's too much work to do to get it to a real workable state with default setups. I'll continue to update it by little touches though.

Please tell me what you would need and i'll tell you what i can do in a reasonable time frame.

Best

boboz commented 10 years ago

Brilliant! Will do some more testing later this evening.

boboz commented 10 years ago

Hi! Tested it some more and, as you said, it seems to work really well.

Two things specifically did not work on my test setup:

Do you handle statistics in any special way? I've tried other plugins and some of them had ways to ensure pagecounts and stuff for use in for example google analytics.

Many thanks!

medfreeman commented 10 years ago

Hi,

for analytics, i'm investigating the matter, but no it doesn't manage that actually

Best

medfreeman commented 10 years ago

for google analytics that would be pretty easy to add support with a simple plugin js file in your theme. if you need it i'll be happy to send it to you.

medfreeman commented 10 years ago

for tabby i think you don't need a plugin, but only to configure which selectors don't have to be treated by wp-ajax, you can found this in "Links" Section of plugin config.

boboz commented 10 years ago

Ok, I'll dig some more during next week. Merry Christmas!

boboz commented 10 years ago

Hi! About to use this on a project so will probably have som questions in near future :) Also, not a programmer, but this seemed it could be of interest: http://blogs.mpr.org/developer/2014/01/dynamically-loading-assets-with-pjax-and-require-js

medfreeman commented 10 years ago

Hi ! Sure, i'll be happy to answer. I use this on production, but as said before i should make a few modifications to handle 'special' cases, like feed urls for example...

Although i didn't read everything, your link seems really interesting. however that solves only the client side of things. The biggest work will be to integrate the server-side aspect (Wordpress dependency management) to the public side. In my plugin system i already use yepnope.js that plays the same role as the solution presented in the article you mentioned.

I'll be happy to discuss this when you'll be available.

Best

boboz commented 10 years ago

Hi again!

Just translated this to Swedish. Pull request coming up as soon as I figure out how it's done. Heh..

medfreeman commented 10 years ago

Thanks !

boboz commented 10 years ago

Great!

Just about taking it for a spin in the recent released WP4 beta.

medfreeman commented 10 years ago

Nice ! I'll maybe work on the plugin during next winter, since i have a lot of catchup to do regarding my work assignments. Your remarks are welcome, thanks !!

boboz commented 10 years ago

Wow, always stunned by page-load speed of this plugin! Seems to work perfectly alright on 4.0-beta1-20140715. Debug-mode reveals some notices/warnings etc. I'll just write up an Issue as documentation.