abubin
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Multisite backupsHas this problem being resolved? We are also having similar issue with multisite wordpress. Strange thing is, we have one staging and one live. The one in staging is working fine but the one in live is having multiple backups.
Forum: Plugins
In reply to: [Memcached Redux] Contributionshey Kevin, we are also using this plugin and found that it is great additional to wordpress especially for sites with high traffic. However, I find also find that it is somewhat buggy. Would appreciate if you could share your fixes.
Thanks.
Forum: Plugins
In reply to: [HyperDB] conflict with plugin query monitorafter extended time of googling, I found the only way to resolve this issue is to remove the db.php symlink for query monitor and then add in the db.php for hyperdb. Cause query monitor works (less effectively) without the db.php file.
Just hoping there is a way to get both plugin working as there are also few other plugin that uses this db.php file such as w3tc
after extended time of googling, I found the only way to resolve this issue is to remove the db.php symlink for query monitor and then add in the db.php for hyperdb. Cause query monitor works (less effectively) without the db.php file.
Just hoping there is a way to get both plugin working as there are also few other plugin that uses this db.php file such as w3tc.
yup..something like that..make varnish not to cache that ajax-admin
If not mistaken, this ajax loader actually uses ajax-admin.php file in wp-admin folder.
ok..i manage to solve the issue.
Here is what I added into the varnish configuration file.
under subsection: sub vcl_fetch
# Don't store backend if (req.url ~ "nocache|wp-admin|admin|login|wp-(comments-post|login|signup|activate|mail|cron)\.php|preview\=true|admin-ajax\.php|xmlrpc\.php|bb-admin|server-status|control\.php|bb-login\.php|bb-reset-password\.php|register\.php") { return(hit_for_pass); }currently I am running the live site through cloudflare without varnish. This one is loading correctly.
http://www.viralcham.com/category/%E5%BF%85%E5%90%83/
For testing with varnish, please change your hostfile to point domain http://www.viralcham.com to test server IP 52.74.59.45
Any idea how to solve this? Really really appreciate if you can help with this.
Forum: Plugins
In reply to: [WP-FFPC] memcache problem with Mobile_Detect.phpanother question is…I thought memcache is used for caching database queries. Why it is causing frontend issue?
Forum: Plugins
In reply to: [Proxy Cache Purge] Purge w/ Cloudflare not workingwas this ever resolved? I am also facing this issue.
My installation is as below:
cloudflare –> varnish:80 –> nginx:8080However, this plugin nor w3 total cache (that also have varnish purge) does not work.
I suspect this has something to do with cloudflare that screw up some of the header used for purging cache. But I cannot figure out how to solve this problem.
Please help…
Forum: Plugins
In reply to: [WP Catalogue] problem to center layoutahh..looks like header.php and footer.php is the correct place to put the codes.
header.php: <div class=”inner”></div>
footer.php: </div>theme css:
.inner {
margin: 0 auto!important;
max-width: 960px!important;
}Will continue to test and report if there are still problems.
Forum: Plugins
In reply to: [WP Catalogue] problem to center layoutI have read through the forum and seems like this is a common problem with this plugin.
Apparently, I need to add some codes into inner template header and footer. But what is inner template header? Is it the header.php file for the template? Cause I tried looking nearly everything in wordpress and is unable to find the correct file to add. So I added into header.php and footer.php of the template I am using and then added the .inner into theme css. Still doesn’t work.
Anyone can point this newbie to the correct file to edit?
Forum: Plugins
In reply to: [WP Catalogue] Layout not centerI am also having problems with centering the products page.
I have tried to add the suggested code in CSS but it still does not center the products.
#wpc-col-2 { width: 60% !important; }My site is http://www.kfast.com.my/wpcproduct/kingfast-sata3-240gb/
Would appreciate help on this cause I have no idea what those code means.
Forum: Fixing WordPress
In reply to: how to remove “Sorry, comments are closed.”???Nvm, found the solution. Just edit the comments.php file.
A reference for anyone who might need similar help.
Forum: Fixing WordPress
In reply to: how to remove “Sorry, comments are closed.”???is it even possible to remove this word, “Sorry, comments are closed.”?
I am sorry, I thought this is something simple that most veteran wordpress users would have known.