paynehd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing theme editor and plugin editorRyan et al,
I just figured it out…In my over zealous attempt to secure my site, I added the following “define” in my wp-config.php file…which removes the “editor” item from Appearance menu.
/** Hardening WordPress **/
define(‘DISALLOW_FILE_EDIT’, true);thanks for your help
Forum: Plugins
In reply to: [WP Super Cache] Using page caching and CDN messes up CSSI just don’t have time to be mess’n around with stuff so my fix was to dump super cache and instead use w3-total-cache and it worked.
Forum: Plugins
In reply to: [WP Super Cache] Using page caching and CDN messes up CSStucsongolfer,
I’m having the same or similar problem. Using Amazon Cloudfront and added to super cache CDN and then refreshing page and the site loses css styles.
Have you gotten anywhere with your problem?
PS. Like the pics on your site…man do I wish I was there now!
thanks in advance,
HowardForum: Fixing WordPress
In reply to: Missing theme editor and plugin editorOn the host server (linux) with the fresh install, I changed file perm 777 for theme dir and all sub-dirs and it did not help.
Then, I changed all files to 666 per the codex link, and the Appearance menu still does not have the editor button.
On my local machine (windows xp) I’m logged in as admin with a fresh install and have the same issues.
I’m going to look around the core and see if I can find where the editor button is enabled/displayed etc…perhaps that may shed some light….
thanks
Forum: Fixing WordPress
In reply to: Missing theme editor and plugin editorNever have installed BulletProof…and no other..
I just createe a brand new site within the last 5 minutes…on my hosting account and same issues…upgraded to 3.5.1…hosted on Fedora/apache/mysql/php etc..
Switched theme from twenty12 to twenty11..didn’t matter.
The htaccess file:
# 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 WordPressForum: Fixing WordPress
In reply to: Missing theme editor and plugin editorHi Ryan,
I’m not on multi site…
Install is on my local windows box and the other on a hosted Linux site. Both installs are fresh…wp 3.5 with default plugins…only plugins are aksimet and hello dolly…and are not active…
thanks
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] delete meta descriptionDelete code…really?
C’mon man…unless you know wtf you’re doing…better to just comment out the code and see if it works!
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] C'mon man…Swellfire, RogerWheatley,
I uninstalled/reinstalled; created tmp dir and set permissions and ran a few test and it seems to work.
Thanks for your help.
payne
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] C'mon man…Host … my local machine…
thanks
Forum: Plugins
In reply to: Configuring All-in-one SEO packI have the same problem, You do not have sufficient permissions to access this page…
I have cleared the cache, disabled/enabled plugin, checked permissions and set to 755 etc…I am admin on site …
Any help would be appreciated.
thanks in advance,
Forum: Plugins
In reply to: WP-Surveys allows some people to vote againIf you clear the cookie, then you’ll be able to vote again…
Forum: Plugins
In reply to: [Plugin: WP-Surveys] What does this warning means?I just downloaded, installed, and created a survey without any error messages. Perhaps you should download again and start from scratch.