cmatt
Forum Replies Created
-
Log into your hosting and use file manager to the plugins directory. You can either delete or rename that folder. This should allow you to get back into WordPress.
FYI, just noticed the old PHP54 code, I removed the PHP line, because I’m running 7.1 actually.
# Use PHP54 as default
AddHandler application/x-httpd-php54 .phpAddType image/x-icon .ico
## EXPIRES CACHING ##
<IfModule mod_headers.c>
# YEAR
<FilesMatch “.(ico|gif|jpg|jpeg|png|flv|pdf)$”>
Header set Cache-Control “max-age=29030400”
</FilesMatch>
# WEEK
<FilesMatch “.(js|css|swf)$”>
Header set Cache-Control “max-age=604800”
</FilesMatch>
# 24 HOURS
<FilesMatch “.(html|htm|txt|php)$”>
Header set Cache-Control “max-age=86400”
</FilesMatch>
</IfModule><IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A29030400
ExpiresByType image/png A29030400
ExpiresByType image/jpeg A29030400
ExpiresByType image/x-icon A29030400
ExpiresByType application/pdf A29030400
ExpiresByType application/x-javascript A604800
ExpiresByType text/plain A86400
ExpiresByType text/css A604800
</IfModule>
## EXPIRES CACHING ##Hi all,
I have updated to 3.21 and it is now working. So go ahead and give this a shot.
So we rolled back Divi to version 3.19.5 as well, and got the list back. Thanks for the advice. Has anyone notified Elegant Themes yet?
Installed up to 5.9.1 and able to access them now, so just going to re-edit it for client.
Hi I have the same exact problem. I rolled back to 5.8.1.3, its displays everything correctly, but I can no longer access the events on the back end.
- This reply was modified 6 years, 8 months ago by cmatt.
Forum: Plugins
In reply to: [WP Job Manager] Edit Have an Account TextHmm is that similar to the say what plugin?
Thats the same one I ended up using, username cmatthaios
There has been no answer to this thread or a reply from a ticket report I submitted through the plugin.
@tperanteau ok great, can you tell me what you switched to?
Hi sorry to jump on board, I too am only seeing one page that I admin after my own profile. I have about 6 I admin total. I already submitted a support email following the steps above.
it was for cirilmathew.com
However I upgraded PHP to 5.6 and installed/activated plugin, and got no errors now!
ThanksForum: Plugins
In reply to: [WP-Spreadplugin] Only 10 itemsClosing this out
Forum: Plugins
In reply to: [WP-Spreadplugin] Only 10 itemsIts set to All (default),
However, I just hit save changes (eventhough there was none) and rebuild cache, and seem to be working today. Strange.