Code

Discussion on Ajaxer - Ajaxify Your WordPress Site and Comments

Discussion on Ajaxer - Ajaxify Your WordPress Site and Comments

By
Cart 105 sales

ZoomIt does not currently provide support for this item.

79 comments found.

Hi i purchase the plugin and works very fine but i have some issue with the pagination, i use twentyfourteen theme and the pagination dont work , every time next and previous post go to the same posts, if i disable ajaxer the pagination work fine, do you have a solution for this? because i have many posts and the users have to return to the post index for change the the next post,ill wait for your answer

Hello

I tested twentyforteen with pagination and all seems fine

Can you show me a link ?

https://www.youtube.com/watch?v=NCsqxS0Quqs

At the end you will see my settings

Thanks!

Hi i purchase the plugin and works very fine but i have some issue with the pagination, i use twentyfourteen theme and the pagination dont work , every time next and previous post go to the same posts, if i disable ajaxer the pagination work fine, do you have a solution for this? because i have many posts and the users have to return to the post index for change the the next post,ill wait for your answer

Hello

I tested twentyforteen with pagination and all seems fine

Can you show me a link ?

https://www.youtube.com/watch?v=NCsqxS0Quqs

At the end you will see my settings

Thanks!

Hi,

just purchased Ajaxer. In description you offer one-click service for themes with more than 1000 sales. I use 15zine (http://themeforest.net/item/15zine-hd-magazine-newspaper-wordpress-theme/10802918?s_rank=1) which has more than 3000 sales. Could you provide this customization for 15zine?

Yes, sure

Please send me PM via my profile

Thanks!

did you receive my PM?

Yes.

Thanks!

If I understand correctly, it’s possible to use Ajaxer to ajaxify just the components of a single page?

Any idea if it will work with the Flow Flow plugin within the Sahifa theme?

Hello

It’s a simple code modification

Basically go to Plugins > Editor and select DZS Ajaxer and then select ajaxer.js and on line 296 replace

    $(document).delegate(selecta, 'click', click_menu_anchor);

with

if(String(window.location.href).indexOf('pagenamehere')>-1){
    $(document).delegate(selecta, 'click', click_menu_anchor);
}

and it will work only for the pages that contain pagenamehere

We cannot guarantee compatibility with any plugin

But if there is no simple fix to make it work we’ll give you refund

Thanks!

Hello!

This is an excellent plugin, but I have a few issues. 1. In Avada, after you change the page, the theme Lightbox is not working anymore. 2. If you reload the article page, the menu tab with the category of that article remain selected (showing hover color) whatever other menu clicks you make.

Hello

Thank you

Can you show me a live link ?

Thanks!

Hello

Try with this update 1.04

UPDATE 1.04 [ 05/12/2016 ]

  • [ADD] Remove Document Ready From Reinited Scripts ? option
  • [ADD] Cache Pages ? option
  • [ADD] Update Body Class? option
  • [FIX] some scripts tags that do not contain javascript where wrongfully executed

it fixes some bugs that are triggering on your install

It should be available for download in ~20 hours

Thanks!

I have bought your plugin which seems very good.

Two things:

- Ajaxify does not auto-setup my Avada child theme - Ajaxify stops the default BuddyPress ajax working

Please advise.

Hey

Fixed thanks for the notice

UPDATE 1.03 [ 05/05/2016 ]

  • [ADD] selectors to ignore option
  • [ADD] Marketify theme autosetup
  • [FIX] if using child theme, it will properly detect the parent theme now

Have you also fixed this:

Ajaxify stops the default BuddyPress ajax working

Hi

We fixed it for Favorite, delete, etc ajax

\\

Where there anymore places where it breaks ?

Thanks!

Suggest: disable ajax on <target=”_blank” >

Very good suggestion

Will submit update with it ASAP

Thanks!

Suggest:When you use a mobile device access, you can disable this plugin?

Plugins > Editor – select DZS Ajaxer

edit class-dzsajx.php line 347

            ,disable_ajax_on_touch_devices: "off"

You can set this to on for disable

I’ll add option in the admin too in a future update

Thanks!

Hallo,

Great plugin you wrote there. instead of optimizing your plugin for all themes, it would be great if you could add a “ubermenu” identifier, as ubermenu is one of the top 5 plugins for wordpress which replaces the themes original header.

Greetings, N.

Hey N

If you can send me the ubermenu plugin I can optimize and add compatibility + autodetect for it

Thanks!

Hi again. Visual Composer not working. What could be the problem? Thanks.

Hi,
Post Grid Module
Module Settings:
- Load More Button
- Initial loading animation / Fadein
- Filter / Open
Thanks

And, Please install Revolution Slider Plugin and Active it. Thanks.

Hello

Send me a PM via my profile

I will send you latest update

I have tested compatibility with it on my theme and it works

Thanks!

Hi, I’m interested in this plugin but after trying a demo on my Galaxy S4 the Ajax does not seem to be active?

Hello

Thanks for the notice

We enabled now ajaxer on mobile devices – http://zoomthe.me/wp_preview_twenty/

Hello Again. Slider Rev. Work. But;
- Slider work and i clik page
- Page work and i click home
- Slider rev. not working

Please watch: https://youtu.be/NEun2uOwOnY

Thanks.

I solved the problem. Thanks.

Thank you!

Have the “Bridge” theme.

The built in transitions function is TOTALLY incompatible with any 3rd party plugin,

Unless you load all the required javascript and style sheets in the header.

Some of which may be dynamic in nature.

Is there a way using your plugin to call the functions required for the 3rd party plugins to work?

That is the main reason I bought the “Bridge” theme.

Regards,

Gary

Hey Gary

I am not informed on how the AJAX in Bridge Theme works.

That being said, we tried in Ajaxer to provide maximum compatibility with 3rd party plugins, but it’s still hard to support them all.

We provided as many options as we could to ensure interoperability.

First of all, on first page load, all styles and scripts are memorized in a array, and if , on new page load, any new styles or scripts ( from a 3rd party plugin for example ) are encountered, they are loaded too. Bridge Ajax might not do that.

Fade and Direct transition will load the new content faster so it might be better for compatibility as there is a chance that the 3rd party script will find the content faster.

Execute Scripts Later ( ON / OFF )

This caches all the new page scripts and will execute them only when the new page is fully loaded and settled. This ensures that as long as the coding standards are respected for the 3rd party plugin, it will detect it and execute it at the proper time. But the coding standards provided might not be respected, and the 3rd party plugin might execute the scripts only on document ready for example, this is why we introduced this next option:

Reinit Loaded Scripts on Page Load ( ON / OFF )

This will initialize the document ready call on each page load. It has the potential to break other functions as things that should be executed once, might be executed twice.

So really, we provided the options but it’s a matter of finding the right combination.

Cheers
Radu

Hi,

I installed the plugin and it seems to work.

A couple of things:

In the Bridge theme, we get the fade out AND fade in. Is this possible?

Also, the theme scrolls to the top like yours, but slower. We need to slow down the rate at which the scroll to top happens.

You need a switch to turn off the menu to select transitions. Or maybe I missed it. I can do it in .css.

Anyway you can see the default behavior here:

http://demo.qodeinteractive.com/bridge/

One of the reasons I bought the theme was that it had a nice transition effect.

Yours is very close.

I understand you are busy but if you would just take a quick look to see if anything can be done it would be nice.

Thanks,

Gary

Hey Gary

—We removed the customizer menu 1.02

—you can go to Plugins > Editor and in DZS-Ajaxer , try to find the file ajaxer.js and on line 1328 you will find

if(margs.do_not_scroll!='on'){
                                $('html, body').animate({
                                    scrollTop: 0
                                }, 100);
                            }

you can modify 100 ( ms ) to any duration

—I see the effect in bridge

I think the only difference is that ( from what I see ) the whole page fades out instead of only the content ( as it is now with ajaxer )

Is this correct ? I can send you a css tweak if so

Thanks
Radu

search & comments, no ajax. please help me!

UPDATE 1.02 [ 04/28/2016 ]

  • [ADD] ajaxify comments option
  • [ADD] ajaxify search form option
  • [TWEAK] now ajaxer works on mobile devices
  • [FIX] removed the preview frame from the package

Where can I get it? I downloaded or V_1.0.0? thanks

I send it on your mail

search & comments ? no ajax ? why?

Hello

I can add option for that , but you have to define the search field selector and the comments selector

Send me a PM via my profile so I can send you update

Thanks!

I’m sorry, I’m from China, do not understand English, the trouble to help me solve some BUG, thank you!

Thanks!

Hello. Support Rev.Slider and Essential Grid?

Hello

I tested with Revolution Slider and works fine – https://www.youtube.com/watch?v=CeEp8nDxX7Q&feature=youtu.be

I don’t have Essential Grid to test but should work fine

Thanks!

First great plugin. Good luck with sales.

If I go to your demo http://zoomthe.me/wpajx_preview_wpx/comments/feed/

and click on any link from the meta widget

Log in Entries RSS Comments RSS WordPress.org

It reload and load the exact same page.

If I click from the home – after loading will see the same page.

Maybe this can be for the demo only – but I just saw it.

Wow… ok

Thank you very much for the bug find

Just fixed it – refresh twice to update the cache

Thanks!

No problem, good luck with sales.

It would be nice if it could be enabled on a per-page/category basis. I mean, the homepage has a different template than the article page—so if we could enable this plugin only on the ‘article’ types/pages then it wouldn’t have a problem of breaking the header/homepage etc. For example, usually when these type of plugins are enabled on the site, there is only 1 option page where a few elements are chosen to be ajaxified but these elements will not apply to the whole site. So maybe a bit of customization options on a page types/post types basis would make it suitable for all themes?

Hello

It’s not a problem to restrict ajaxified links on pages that have different templates. I can add that option easily

Thanks!

Very good!!! It is compatible with woocommerce?

Hello

Thank you!

Yes, fully compatible with WooCommerce

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey