Powerful1
Forum Replies Created
-
Hey @wuruwhi
I had a similar issue. I got in touch with my hosting company and asked them to look into. There can be a server side security setting (mod_security) enabled. Some hosts allow you to disable it from the cpanel. Mine doesn’t so I had to ask them to handle the plugin update.
Hope your hosting company can be as responsive if this is the cause of your issue.
Good luck
Resolved. It is a conflict with ewww image optimizer plugin.
Also, I cannot access the settings tab.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Call sidebar-4 on front-page templateThanks alchymyth.
I was trying to create a template that sort of merges the sidebar like on the single posts with the front page template so that there is a footer.
I was hoping it was a simple merging of code so it closes like this:
<?php get_sidebar( 'front' ); ?> <?php get_sidebar( 'sidebar-4' ); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Wandering widgetIt was the comment file.
Well played. Not sure why it only affected some pages. But, now I need a method to turn off the comments. I know there is meant to be a basic way to do this, but I don’t see it.
I am clearly missing the obvious. Can you share with me a method to disable comments alchymyth?
thanks
Forum: Fixing WordPress
In reply to: Wandering widgetSorry, I cannot figure out what the errors are refering to. Any tips on them would be greatly appreciated.
It says I am calling a body tag, but I only see one place where I am calling the tag.
Any other ideas are greatly appreciated.
Ok. So here is what I discovered. I am using cloudflare as a cdn provider. The htaccess file was rewritten as follows:
RewriteCond %{HTTP_REFERER} !^https://www.tara.meditationinsantabarbara.org$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
When I changed it back to:
# 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
Smush-it started working again. I am guessing that cloudflare stopped working though!
How do I make these two great programs friends?
Thanks
Hey Richard,
Yes, I am using the most current versions. Thanks for checking.
I am using Awake 3.0 (mysitemyway.com). It does contain a single.php file. However, when I followed those instructions it didn’t work as it was supposed to.
Forum: Fixing WordPress
In reply to: Lost ability to login; likely culprit "headers already sent error"Ended up reloading MySQL to clear issue.
Forum: Fixing WordPress
In reply to: Lost ability to login; likely culprit "headers already sent error"I have attempted Googling and applying the advice I found.
I had a “Re-install Now” performed.
I had all plugins deactivated.Still no ability to login.