baseapp
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Video Tube Plugin] Bulk Uploading VideosHello Laura,
We are glad you like the plugin ??
This plugin is compatible with VideoSwiper Bulk Video uploader.
Forum: Plugins
In reply to: [Wordpress Video Tube Plugin] Upload VideoHi
You need to embed an iframe code of the video.
Here is an Example : <iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/CasgtwwN_oo” frameborder=”0″ allowfullscreen></iframe>
Forum: Fixing WordPress
In reply to: How to Move my blog from shared to a vpsFor setting a high performing wordpress site on a vps you can have a look at our tutorial at https://blog.wpoven.com/2013/07/15/wordpress-optimization-using-nginx-varnish-and-php-apc/
And for managing cache on a vps u can use https://www.ads-software.com/plugins/wpbase-cache/ plugin.
Forum: Plugins
In reply to: [WPBase Cache] Error in DB Cache Reloaded FixYou will not see db-cache-reloaded-fix as a separate plugin in your admin panel to check if your caching is working just check the folder /wp-content if it has files named db.php and db-config.ini. Further you can see contents of the folder /wp-content/plugins/wpbase-cache/inc/db-cache-reloaded-fix/cache/ if your cache is working this folder shall contain randomly named files.
You have to ask your hosting provider to know about if they have varnish running. Mostly no shared hosting have varnish running.
If you see any error installing wpbase-cache then check file permissions of the folder /wp-content and folder /wp-content/plugins/wpbase-cache/inc/db-cache-reloaded-fix both of these folders must have write permission for webserver (755). Because at the time of activation this plugin creates files in both these folders.
I would suggest you to use another page caching plugin like super cache, hyper cache or lite cache for your shared hosting site. Because they generally don’t have varnish. To understand more about varnish and caching with wordpress please have a look at our blog https://blog.wpoven.com/2013/07/15/wordpress-optimization-using-nginx-varnish-and-php-apc/
Thank you