Mike
Forum Replies Created
-
Forum: Reviews
In reply to: [Super Page Cache] Boosts your WP site beyond belief, but…This is one of the most comprehensive plug-in comments I have ever come across. And, I agree with everything you have said, especially the woe of a major upgrade upsetting my Pagespeed results.
In fact there was a WordPress version update yesterday and am nervous about checking my new page speed results!
I do give this plug-in 5 out of 5
Forum: Plugins
In reply to: [Headers Security Advanced & HSTS WP] I cannot login PLEASE HELPI’m still not able to login
I receive “page not found”
here is my htaccess file
I appreciate your help
/restricted
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:CF-Visitor} ‘”scheme”:”http”‘
RewriteRule ^(.*)$ https://%{HTTP_HOST}%/$1 [R=301,L]
</IfModule><IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I have the same issue!
Author: PLEASE disable the automatic redirection of the login
I didn’t make note of the details and now I cannot login
the plug-in is a great idea and the security headers work. It’s just that the admin redirect lets the quality of the plug-in down.
Many thanks
Forum: Plugins
In reply to: [WordPress Popular Posts] Grid Layout and Clickable ImagesYou are indeed a code Guru ??
thanks again for a great plug-in and your assistance
Forum: Plugins
In reply to: [WordPress Popular Posts] Grid Layout and Clickable ImagesI use the widget as instructed but the layout was broken. I found that adding your CSS code fix the layout issue. Do I need all of the CSS code? I promise this is my last question :-) I really appreciate your time
/** If you're using the [wpp] shortcode you may need this to prevent empty paragraphs from breaking the grid. If not feel free to remove this rule */ .wpp-grid p:empty { display: none; } .wpp-grid li { list-style: none; margin: 0 0 1.5rem; padding: 0; } .wpp-grid li:last-child { margin: 0; } .wpp-grid li .wpp-thumbnail { display: block; width: 100%; height: auto; border-radius: 5px; } .wpp-post-title { display: block; margin-top: 0.8em; font-size: 1.1rem; font-weight: bold; line-height: 1.3; text-align: center; } /** This is where the magic happens: on larger screens our popular posts list will be displayed as a grid. */ @media only screen and (min-width: 481px) { .wpp-grid { display: grid; grid-template-columns: 1fr 1fr; /* Two-columns */ grid-gap: 1.5rem; } .wpp-grid li { margin: 0; } } @media only screen and (min-width: 768px) { .wpp-grid { grid-template-columns: 1fr 1fr 1fr; /* Three-columns */ } }
Forum: Plugins
In reply to: [WordPress Popular Posts] Grid Layout and Clickable ImagesI have sorted it by using the code below As custom CSS Is it okay to do it this way? .wpp-grid p:empty { display: none; } .wpp-grid li { list-style: none; margin: 0 0 1.5rem; padding: 0; } .wpp-grid li:last-child { margin: 0; } .wpp-grid li .wpp-thumbnail { display: block; width: 100%; height: auto; border-radius: 5px; } .wpp-post-title { display: block; margin-top: 0.8em; font-size: 1.1rem; font-weight: bold; line-height: 1.3; text-align: center; } /** This is where the magic happens: on larger screens our popular posts list will be displayed as a grid. */ @media only screen and (min-width: 481px) { .wpp-grid { display: grid; grid-template-columns: 1fr 1fr; /* Two-columns */ grid-gap: 1.5rem; } .wpp-grid li { margin: 0; } } @media only screen and (min-width: 768px) { .wpp-grid { grid-template-columns: 1fr 1fr 1fr; /* Three-columns */ } }
Forum: Plugins
In reply to: [WordPress Popular Posts] Grid Layout and Clickable ImagesI’m having problems with the layout. I’ve removed it and checked it a few times but the layout seems to be broken.
Please could you point me in the right direction?
Many thanks
Mike
Forum: Plugins
In reply to: [WordPress Popular Posts] Grid Layout and Clickable ImagesI have found the problem ?? I have disabled the McAfee firewall and can now access the site.
Thanks for your time and patience!
Mike
Forum: Plugins
In reply to: [WordPress Popular Posts] Grid Layout and Clickable ImagesHello Héctor
thank you for the information, I can’t access that URL it says access denied. I have even tried using a VPN, clearing cookies and rebooting et cetera.Your Internet access is blockedFirewall or antivirus software may have blocked the connection. Try: Checking the connection Checking firewall and antivirus configurations ERR_NETWORK_ACCESS_DENIED
I very much appreciate your time
Thanks
Mike
Forum: Fixing WordPress
In reply to: Edit Content Card for internal linksThank you for your response. I have to admit that it’s a bit over my head ??
Forum: Plugins
In reply to: [WordPress Popular Posts] WPP Showing No Activity – when there isI really appreciate your honest response
Stay safe
MikeForum: Plugins
In reply to: [WordPress Popular Posts] WPP Showing No Activity – when there isI have the same issue and I am also in the UK
I didn’t see a resolution so my only option is to install something else