cableghost
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationPardon my ignorance…do I not need the <?php?
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationI have opened it numerous times…what exactly should I be looking for?
functions.php: http://pastebin.com/zWTY2XhB
I did add the last php in that file, but removing it does not make a difference, so the issue is elsewhere.
-Scott
Forum: Fixing WordPress
In reply to: Permalinks and TitlesAllow me to try making my issue more clear…
After creating the ‘Title’ of the post, I click ‘Edit’ and make the necessary changes to the Permalink, then click ‘Ok’.
Then…upon ‘Publishing’ the post, WP automatically changes the Permalink to match my Title.
I know I could go back into the Permalink to change it again, however, upon Publishing the post, it is initially send out, pinged, etc. with an improper Permalink.
Based on the replies, it sounds like this is not a normal function and must relate to a plugin.
-Scott
Forum: Fixing WordPress
In reply to: Permalinks and TitlesPardon I was not clear…I edited the Permalink to my satisfaction and pressed Ok. Then, upon publishing the post, WP changes the Permalink to match the Title.
-Scott
WP 3.1.1 update just appeared yesterday, and after install, the error went away.
-Scott
Same issue here.
Forum: Fixing WordPress
In reply to: Ads on Multisite WPMSNice code, but it looks like just another way to present the ads. What I need is a way to present code only for one site of a WPMS network.
-Scott
Forum: Fixing WordPress
In reply to: 404 Errors – 301/302 RedirectAn example would be…
/wp-content/plugins/slidedeck-lite-for-wordpress/skins/dark/skin.js?ver=1.2.0This is no longer a plugin I have installed, however, something is calling for it. The plugin folder is gone and their is no related WP Table, and I cannot find any source of it in my header.
Where would such a call come from?
-Scott
Forum: Fixing WordPress
In reply to: 404 Errors – 301/302 Redirect@zoonini – thanks. I’m giving ‘Redirection’ a go. It at least has logging, for which I can always remove the 301 if I have a use for an old keyword.
This plugin seems to log all 404 inquiries and I notice there are numerous calls to old plugins. Where are these calls added…site header or some other file?
-Scott
Forum: Fixing WordPress
In reply to: Wrapping excerpt around post_thumbnailAs I did not want to post the actual site, I started making the changes to my test site and it worked. Anyhow, the below code is the code which worked for me, so it ware the php coding.
<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(120,96), array("class" => "alignleft post_thumbnail_left")); } ?>-Scott
Forum: Fixing WordPress
In reply to: WP and FirefoxOkay, I’ve tried all the above, but no luck. I have even tried a complete reinstall of FF and tried an in-place WP reinstall.
I’m still not able to save editing in widgets. The only thing which seems to work is enabling accessibility mode.
The linking issue seems to be limited to one of my blogs. In editing a page or post, if I highlight text and press the link button, the dialog box opens, though it is blank.
It seems I may have two issues, may or may not related.
-Scott
Forum: Fixing WordPress
In reply to: Custom Post TemplatesThat was it, thank you!
Forum: Fixing WordPress
In reply to: Custom Post Templates@vtxyzzy thank you…I had not considered modifying screen.css.
That got me closer, though the modification seems to now push the right sidebar beyond the 950 width, and therefore wraps it after the post. Decreasing span-14 width don’t work.
See the test post: http://9001sites.com/test/?p=65
-Scott
Forum: Fixing WordPress
In reply to: Problems Saving WidgetsI found a temp solution: temp fix.
-Scott
Forum: Installing WordPress
In reply to: pages not showing upI’m having the exact same problem with all my WP sites. I found a solution on another thread (see below), but I still wonder why this happened.
Solution: Reset your permalinks back to Default. refresh, then re-write your custom permalink structure.
-Scott