Stergos
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic QR Code - generator] Redirect URL not changingHello, just update the plugin and also check the new option. I have exclude (/?rest_route=/rapi/dynamic-qr-code&qr=*) to both and also exclude the redirect url. When I change the Redirect URL, the qr code still redirect to the first one. But when I test it with other browser, it redirect to the new one. So seems to be browser cache issue. No worries, I will manage it now I know where to look. Thank you so much for support.
Forum: Plugins
In reply to: [Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Bad resultsUpdate: My bad, I thought that plugin is scale automatically images. I scale images manually and issue solved.
Thanks
Forum: Themes and Templates
In reply to: [OnePress] Pagination to Onepress blogYes, I have notice this tag but I wish to know where this tag called so the change would made at all files this tag contained.
However thank you so much fore recommendation.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Log out page cacheHi, I’m using login-logout plugin. It’s all about the login widget, when someone is click logout and go back to the site the page is cached from w3tc and the widget is show the member still logged in (but is not actually logged in).
To solve this issue:
go to login-logout/login-logout.phpFind:
class WP_Widget_Login_Logout extends WP_Widget {Add Before:
define('DONOTCACHEPAGE', true); define('DONOTMINIFY', true); define('DONOTCACHEOBJECT', true);Hope this helps.
Check the login widget in action:
http://www.e-hacking.com(I’m not using w3tc anymore…)
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Log out page cacheHi, I don’t use W3tc anymore but I solve this issue using the follow code into my login plugin.
define('DONOTCACHEPAGE', true); define('DONOTMINIFY', true); define('DONOTCACHEOBJECT', true);Paste this code to the place where you do not want to cached.
So no one is not using number pages or break comments with this plugin? An answer from the author maybe?
Forum: Fixing WordPress
In reply to: Tag pages not showing to the search enginesI figure it out, I will test it and if it cause any issues I will turn it noindex again, thanks for everything!!!
Forum: Fixing WordPress
In reply to: Tag pages not showing to the search enginesI understand thank you very much Peter!
Forum: Fixing WordPress
In reply to: Tag pages not showing to the search enginesI have already remove this setting from all in one seo plugin. Yes I hope to get more pages get indexing since I have more than 1000 tags… You think canonical links will not help me to avoid spam etc? (I’m getting crazy I cannot find from where this meta comes…)
Forum: Everything else WordPress
In reply to: How to redirect entire directory to homepageThanks for reply esmi, I already did that but I do not find anything and that’s why I thought maybe someone know something about this, thanks anyway!
Forum: Fixing WordPress
In reply to: Tag pages not showing to the search enginesThanks for reply, how I can change this?
Forum: Fixing WordPress
In reply to: Tag pages not showing to the search enginesI have just notice that because many experts is suggest to disable indexing tag pages for better seo. Any ideas why for example Google is not indexing my tag pages? Thanks!
Look how many sites is talking about this: http://lmgtfy.com/?q=tag+pages+indexing+seo
Forum: Fixing WordPress
In reply to: Tag pages not showing to the search enginesHello, here is an example of a tag page: http://www.e-hacking.com/tag/thermostat/
esmi, yes I have read that page.
They have also close their support on their main website…
This plugin is not supported anymore?