mekennedy
Forum Replies Created
-
Well, the login issues seem to have disappeared. No idea why. And I found a post on Stack Overflow that mentioned having issues with the admin bar on the front end if the WordPress address and the site address are not exactly the same.
Thanks for all your help!!
Forum: Plugins
In reply to: [Collapse-O-Matic] ID attribute anchor only works once per page loadHi Baden,
Did you send the pre-release version? I haven’t seen it yet.Thanks!
Forum: Plugins
In reply to: [Collapse-O-Matic] ID attribute anchor only works once per page loadThis is great Baden! Thank you!! I got the Pro version, but I can only download 1.3.1, and I think I need 1.3.2 to make it work — true?
I don’t understand it either. But the only way I can login to my site in Firefox is through the Wordfence administrative URL that was sent in an email. Why would that be? And after I deactivated and deleted Wordfence, I found a Wordfence file in my root folder. Why would that be there?
I switched to default .htaccess. It didn’t change anything. My .htaccess file looks like this:
# Block the include-only files. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] RewriteRule !^wp-includes/ - [S=3] RewriteRule ^wp-includes/[^/]+\.php$ - [F,L] RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L] RewriteRule ^wp-includes/theme-compat/ - [F,L] </IfModule> <files wp-config.php> order allow,deny deny from all </files> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 7 days" </IfModule> ## EXPIRES CACHING ## ## BEGIN GZIP Compression ## <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </ifModule> AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript ## END GZIP Compression ##
Hi-
The page does finish loading, and there is an html closing tag.I was logging in with wp-login.php, then I couldn’t in Firefox but could in Chrome, then couldn’t in either browser. Now it’s working again in Chrome, but still not in Firefox. Sometimes I just get wp-login.php reloaded with no errors, sometimes it gives me a 404 error.
Deactivating all plugins does not fix either problem, nor does changing the theme to Twenty Sixteen.
Hi,
Thanks for your response. There is no code for the admin bar on the front end when I’m logged in. So it isn’t even loading on the page.
And no errors in the console…
Merel
Forum: Plugins
In reply to: [Collapse-O-Matic] ID attribute anchor only works once per page loadHi Baden,
This is very helpful — thanks!
The part I can’t figure out is how to add a specific ID to my sub-menu item. There doesn’t seem to be a simple way to do it. Any ideas?
Thanks,
Merel
Forum: Plugins
In reply to: [Collapse-O-Matic] ID attribute anchor only works once per page loadHi Baden,
You can find the info about my browser here:
https://aboutmybrowser.com/JdBxJ8jEIt happens for me in Chrome, Firefox, and Safari. I am puzzled that it isn’t happening for you — it happened for me on multiple computers and my client also experienced it on hers.
And I have cleared my cache.
Thanks!
Merel
Hi Eric,
Spoke too soon. After I enable it, if I recheck the plugin it says it’s disabled again. This is with Extra Compression not checked. With it checked, I get the Internal Server Error page.Contents of .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /cei-test/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /cei-test/index.php [L]
</IfModule>
# END WordPressThanks!
MerelI had the same issue with the Internal Server Error. It’s working now after unchecking the Extra Compression for CSS, etc. Thanks Eric!