crazypsycho
Forum Replies Created
-
Forum: Plugins
In reply to: [AdminQuickbar] No Gutenberg supportHello,
i have tested with Gutenberg 4.0 and cant find an issue.
Maybe it is already fixed.This is cause an bigger Update in ACF. You can fix it, if you add this to your wp-config.php:
define( ‘ACF_PRO’, true );
Forum: Reviews
In reply to: [AdminQuickbar] The best utility for WordPressThanks for your review. I think the performance-issue comes from the post-thumbnails. Loading of post-thumbs is now optional and performance should be better now.
When you are in your own widget-class, which should extends Widget_Base, then you can use the get_id() Method like $this->get_id().
This method is in Control_stack class. Widget_Base extends Control_stack.
Forum: Plugins
In reply to: [Smart Slider 3] Ajax Page loadHello,
sorry for the late answer.
I have testet with your Zip. First there are two fatal errors, cause loadResources() must be public:
Fatal error: Access level to N2SSPluginItemFactoryCaption::loadResources() must be public (as in class N2SSPluginItemFactoryAbstract) in \wp-content\plugins\nextend-smart-slider3-pro\library\smartslider\plugins\item\caption\caption.php on line 157
Fatal error: Access level to N2SSPluginItemFactoryTransition::loadResources() must be public (as in class N2SSPluginItemFactoryAbstract) in \wp-content\plugins\nextend-smart-slider3-pro\library\smartslider\plugins\item\transition\transition.php on line 114I have make it public, to get it work.
The iframe-version works and load on ajax-load very well. It look like good work. Thanks for that.
I would test some responsive cases, but i can′t change the slider-settings anymore, cause i get an javascript-error in wp-admin.
TypeError: N2Classes.PostBgAnimationManager is not a constructorFor the pswLoad-Action i have to check some things. PageSwapper don′t render different on ajax-load. It loads the normal page. Only different is the Get-Parameter.
Forum: Plugins
In reply to: [Smart Slider 3] Ajax Page loadHello,
very thanks for that. But i have not enough time to test it today.
I will test it tomorow and add the pswLoad-action to my plugin.Forum: Plugins
In reply to: [Smart Slider 3] Ajax Page loadHello,
with default settings the plugin should swap and replace the hole <body>.
But as i see, with body it dont work anymore. I will fix this soon. Sorry for this bug.
For testing, you don′t need this fix.
You can go in wp-admin to PageSwapper. There you can set up a selector for content-wrapper. In Twenty seventeen it should be “.wrap”Thank you in advance for checking my feature request! It would be very nice if it will work with ajax.
Forum: Plugins
In reply to: [Smart Slider 3] Ajax Page loadHi,
this sounds good. And yes of course can i show you the plugin.
I use this plugin (its my own) for ajax-page-load:
https://github.com/crazypsycho/WordPress-PageSwapper
Here as zip:
https://github.com/crazypsycho/WordPress-PageSwapper/archive/master.zipThis javascript did the ajax:
https://github.com/crazypsycho/page-swapper/blob/master/page-swapper.jsForum: Plugins
In reply to: [Smart Slider 3] Ajax Page loadWhy you dont put the events to a function and call this function in the event?
So i can call the function, after page-loading is complete.But the idea with iframe is not so bad. I can create a template with only the slider and load this in an iframe. It is not really smart, but could work as a workaround.
- This reply was modified 7 years, 5 months ago by crazypsycho.
Forum: Plugins
In reply to: [Smart Slider 3] Ajax Page loadI am the theme developer ?? But ajax-loading is absolutly standard on our websites. So disabling is no option.
Is this planed for future releases?