stanb17
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Page does not loadI followed the troubleshooting suggestions by selecting the default theme, deactivating all plugins (but for Events Calendar), then reactivating them one at a time. Turns out the NeXTGen Gallery was the offending Plugin. I’ve since reactivated my custom theme and each plugin (but for the NeXTGen Gallery) and all is well.
Hope this helps.
Forum: Fixing WordPress
In reply to: Remove "Leave a Reply"PERFECTO. Found it in the style.css (line 1956).
I knew in the back of my mind the solution was simple and I was reading WAY too much into it.
Thanks.
RESOLVED.
Forum: Fixing WordPress
In reply to: Remove "Leave a Reply"Thanks. @2ninerniner2
There is no option for that. Only option under COMMENTS is to show or not show smilies. Everything related to comments is turned off.Forum: Plugins
In reply to: [Post Teaser] [Plugin: Post Teaser] Not Posts teased on HOME pageHaHa. I like your use of metaphor.
Though you are right.. I was hoping to tweak the collective think-tank of FB developers who have no doubt seen that people (many more than me) are interested in having this functionality and yet.. nobody has stepped up and written something that can do it easily.
The challenge is ON!!!!
Forum: Plugins
In reply to: [FormBuilder] FormBuilder killed my Page Edit UIThough not a big deal… I discovered the issue was that the host was still running PHP 4.9, not PHP5. Can’t tell you how many times that messes things up.
Anyway.. for those getting that error.. just create a .htaccess file and paste:
AddType x-mapp-php5 .php .php4
into it and save it to the root of your WP site. I honestly did not find anything in the documents for FormBuilder mentioning it required PHP5.. but it could be that my eyes ain’t what they used to be.
Forum: Plugins
In reply to: [FormBuilder] FormBuilder killed my Page Edit UIBTW.. this situation happens in both MSIE-7 and FF
Forum: Fixing WordPress
In reply to: Saving Footer adds extra \ charactersThis is what I put in
Contact Us | Terms of Use | Privacy Policy
Copyright © 2009 Wakefield Marketplace. All Rights Reserved.
<b>Paid for in part by a grant from NH Department of Agriculture, Markets, and Foods. </b></br>This is what gets saved. Contact Us | Terms of Use | Privacy Policy
Copyright © 2009 Wakefield Marketplace. All Rights Reserved.
<b>Paid for in part by a grant from NH Department of Agriculture, Markets, and Foods. </b></br>The more times I save the more \\\\’s get tossed in. It’s still doing it.
Forum: Fixing WordPress
In reply to: NAVT and WP 2.8.3Hello? Anyone?