rockstaremperor
Forum Replies Created
-
I am facing another problem. I cannot login to Wp admin dashboard. When I remove this plugin’s entry in htaccess, only then I could login. This is what is written in htaccess:
# BEGIN WP Cloudflare Super Page Cache # The directives (lines) between "BEGIN WP Cloudflare Super Page Cache" and "END WP Cloudflare Super Page Cache" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_headers.c> Header unset Set-Cookie "expr=resp('x-wp-cf-super-cache-active') == '1'" Header always unset Set-Cookie "expr=resp('x-wp-cf-super-cache-active') == '1'" </IfModule> <IfModule mod_expires.c> ExpiresActive on ExpiresByType application/xml "access plus 0 seconds" </IfModule> <FilesMatch "robots\.txt"> <IfModule mod_headers.c> Header set Cache-Control "max-age=0, public" </IfModule> </FilesMatch> <IfModule mod_expires.c> ExpiresActive on ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/atom+xml "access plus 1 hour" ExpiresByType image/x-icon "access plus 1 week" ExpiresByType image/gif "access plus 6 months" ExpiresByType image/png "access plus 6 months" ExpiresByType image/jpeg "access plus 6 months" ExpiresByType image/webp "access plus 6 months" ExpiresByType video/ogg "access plus 4 months" ExpiresByType audio/ogg "access plus 4 months" ExpiresByType video/mp4 "access plus 4 months" ExpiresByType video/webm "access plus 4 months" ExpiresByType text/x-component "access plus 1 month" ExpiresByType font/ttf "access plus 6 months" ExpiresByType font/otf "access plus 6 months" ExpiresByType font/woff "access plus 6 months" ExpiresByType font/woff2 "access plus 6 months" ExpiresByType image/svg+xml "access plus 4 months" ExpiresByType application/vnd.ms-fontobject "access plus 4 months" ExpiresByType text/css "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" </IfModule> <IfModule mod_rewrite.c> RewriteCond %{REQUEST_URI} ^(.*)?/wp-content/wp-cloudflare-super-page-cache/workmoneyfun.com/debug.log(.*)$ RewriteRule ^(.*)$ - [F] </IfModule> # END WP Cloudflare Super Page Cache
Can you please check why this code is not letting me to login to admin?
- This reply was modified 4 years, 2 months ago by rockstaremperor.
Hi @salvatorefresta
You mean my site is functioning properly with this plugin though it shows the error on plugin dashboard?Hi @isaumya
But I am still getting this error on plugin dashboard.Forum: Plugins
In reply to: [Forget Spam Comment] Best plugin BUTThank you for the clarification. After trying almost all the popular free and paid plugins, this is the only plugin that has stopped spam comments.
Seems like the cache plugin was delaying the late trigger. Earlier, plugin was set at maximum level but when I selected medium settings on the cache plugin, no delay in the trigger.
Any advice how to find out what is triggering Optimole to send request only after 32s?
Removed meta tag and it’s working fine now. However, I am confused if the removed meta tag is required or not by facebook/other plugins.
I installed another sharing plugin (Genesis Simple Share) to test. Post URL sharing is working fine for Pinterest with that plugin.
https://www.pinterest.com/pin/create/button/?url=<strong>https%3A%2F%2Fworkmoneyfun.com%2Fdisaster-preparedness-kit-giveaway</strong>%2F&media=https%3A%2F%2Fworkmoneyfun.com%2Fwp-content%2Fuploads%2F2017%2F10%2Fdisaster-preparedness.jpg&description=Disaster%20Preparedness%20Kit%20Giveaway
Activated Yoast but still problem in Pinterest.
There is no problem with shared URLs for other social media networks except Pinterest.
I have not done any changes after moving to https. Only plugin I had installed was Really Simple SSL. However, before moving to https, I had deactivated Yoast and instead activated The SEO Framework plugin.
Yes, it shares image from the post. However, if you check the sharing link, it includes only homepage link but not the post link.
See this link:
https://www.pinterest.com/pin/create/bookmarklet/?url=<strong>https%3A%2F%2Fworkmoneyfun.com%2F</strong>&media=https%3A%2F%2Fworkmoneyfun.com%2Fwp-content%2Fuploads%2F2017%2F10%2Fdisaster-preparedness.jpg&h=466&w=700&description=How%20well%20are%20you%20prepared%20to%20face%20natural%20disasters%3F%20Get%20yourself%20equipped%20with%20disaster%20preparedness%20kit%20to%20survive%20any%20kind%20of%20catastrophe%20anytime.
In above link, it is sharing ONLY the homepage link (bold). Whereas it should have included the post link (https://workmoneyfun.com/disaster-preparedness-kit-giveaway/).
So whenever someone clicks on the pinned image in Pinterest, it takes them to homepage instead of that specific blog post.
- This reply was modified 7 years, 4 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Focus keyword and rankingsThanks guys for your explanations. It will take some time to adapt to the new framework but hope for the best.
Forum: Plugins
In reply to: [Autoptimize] Latest Updates break CSSSent mail.
Forum: Plugins
In reply to: [Autoptimize] Latest Updates break CSSFound the upper code in child theme’s style.css and lower code in popovers.css of easyazon plugin.
Forum: Plugins
In reply to: [Autoptimize] Latest Updates break CSSRe-enabled speedupper-disabling filter. Changed code in autoptimize.php. Site is working fine now.