bredopro
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Slow load of page due to admin-ajax.phpHey Stephan or mrbsolution,
Perhaps this may help? Faster Ajax For WordPress by raz ohad – https://coderwall.com/p/of7y2q
I’m not a developer, so I don’t even know if it’s possible to implement this into your plugin.
Forum: Plugins
In reply to: [Slideshow] Slow load of page due to admin-ajax.phpLike kYem said, is it possible to load the slideshow css statically, so that we do not have to rely on admin-ajax.php?
Forum: Plugins
In reply to: [Slideshow] Slow load of page due to admin-ajax.phpLoading the slideshow css through wp-admin/admin-ajax.php seriously slows down my site. It adds about 1.5s to the load time, according to Pingdom Website Speed Test
Forum: Plugins
In reply to: [Slideshow] Add images from external url or CDNHi Stephan.
Any news on the update?
Forum: Plugins
In reply to: [Slideshow] Add images from external url or CDNGreat. Thanks! Look forward to the update.
Forum: Plugins
In reply to: [Slideshow] Add images from external url or CDNJust found a cool free cdn with wordpress plugin for hosting images – cloudinary.com – if you could give us option to add image slides from our wordpress cloudinary library, that would be awesome!
Forum: Fixing WordPress
In reply to: Brand new WP error – Is its parent directory writable by the server?No need to change any file permissions. Leave them at the default of 755 for all wp-content folders.
Try doing this:
Login to your wp-admin at http://(yoursite.com)/wp-admin
go to settings – > media
ensure that the media upload path is set to the default of:
wp-content/uploads
If there is no option to change the media upload path, then it is already at the default, and this fix will not help you.