scie
Forum Replies Created
-
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canocial link errorsThank you for this information! I think I understand now, and I have disabled the setting that you mentioned. All archive pages have canonical links now and are no longer using the noindex tag.
Thanks again!
Forum: Plugins
In reply to: [Easy Photography Portfolio] Masonry layout broken with recent updateThanks for replying. I have narrowed this down further to just being a problem on Chrome (Windows). The layout appears as normal in Firefox, and even IE, but there’s some kind of incompatibility with Chrome. If you have access to Chrome on Windows then you should see the problem. Here is a snipboard link to my screenshot: https://snipboard.io/uH7Ohf.jpg#
By the way, I have also emptied my browser cache.
- This reply was modified 4 years, 9 months ago by scie.
Thank you for linking the article. I did not see that.
I might switch over to S3 backups with updraft and see set up individual IAM users so that I can disable them in cases like these.
Seems like a great plugin but the cookie banner is not showing for me.
I’ve tested:
– De-activating all plugins
– That wp_footer() exists in my theme
– Trying a different theme
– Updated to latest version of WordPressForum: Plugins
In reply to: [Polylang Theme Strings] register_uninstall_hookSame here. Installed using composer / wpackagist
Temporary fix:
mw-polylang-theme-strings.phpCHANGE:
register_activation_hook($this->Path_Get(‘plugin_file_index’), array($this, ‘Install’));
register_uninstall_hook($this->Path_Get(‘plugin_file_index’), array($this, ‘Uninstall’));TO:
register_activation_hook($this->Path_Get(‘plugin_file_index’), ‘Install’);
register_uninstall_hook($this->Path_Get(‘plugin_file_index’), ‘Uninstall’);- This reply was modified 5 years, 10 months ago by scie.
Actually… I wonder…
This problem happened to me on a regular gmail account. I wonder if the same thing happens for a GSuite account?
Thanks for the plugin!
I think the same thing happened to me. A client of mine’s website might not have been sending important emails for a month after a password change.
Can you confirm if this is indeed how GSuite works or if it’s just a bug with the plugin?
Perhaps a fallback to basic mail when this occurs or a notification to the owner would be a good idea.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] MasterSlider is not definedActually. It’s my fault. I enabled JS minification on W3 total cache without realising. JS minification breaks a lot of things.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] MasterSlider is not definedSame problem. For me, disabling W3 Total Cache fixes it. I wonder if it is a W3 problem or a Master Slider problem??