webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contributors unable to upload images and see different editorWHat it sounds like is they have the same editor but you need to click on the Kitchen Sink icon. It should be on the right-side of the icons
Forum: Fixing WordPress
In reply to: change link in a post title@mjblake
If you want the title that is displayed within the page then you need to edit either (depends on theme used) header.php or the template for the page such as page.php.
Should be something like:
<h1 class="entry-title"><?php the_title(); ?></h1>
and change to something like:
<a href="mysite.com"><h1 class="entry-title"><?php the_title(); ?></h1></a>Forum: Fixing WordPress
In reply to: UTF-8 Charset problems after integrating WP into my site.What you might need to do is in your .htaccess put in the line:
AddDefaultCharset UTF-8
Forum: Fixing WordPress
In reply to: Contributors unable to upload images and see different editorCheck the User accounts in WP-Admin and see if “Disable the visual editor when writing” is checked.
Try deactivating plugins.
Try the default theme.When you say the see a different editor. Do you mean they only get the HTML not the visual editor or an entirely different editor not native to WP? IF you log in as one of those users to you also see a different editor?
Forum: Fixing WordPress
In reply to: how to remove hidden credit links from pluginAS I said before you could try contacting the author. They seem to have an active website.
Forum: Fixing WordPress
In reply to: how to remove hidden credit links from pluginWhy not contact the author directly? Ask if it is okay to remove and if so how. For the right reason might be fine. Some will remove it with a small donation.
Please realize that some of us spend quite a bit of valuable time creating and supporting these plugins. The least we sometimes ask is to have credit given where due. If you do not like the credit link for whatever reason then try a different plugin. Or write one yourself. Or try a commercial plugin.Forum: Fixing WordPress
In reply to: Styling the headerAS you did not give a name of the theme or maybe its one you are creating you will have to search yourself. Look in your theme files for:
wp_titleForum: Fixing WordPress
In reply to: wp-admin suddenly displaying 'page not found'Try renaming the plugins directory. Create a new empty pugins directory with the same permissions as the old.
Forum: Fixing WordPress
In reply to: Page Permalinks Lead to 404Have you read:
http://codex.wordpress.org/Using_PermalinksYou have not included a link to your site so can not see what elseis going on.
Forum: Fixing WordPress
In reply to: Contributors unable to upload images and see different editorYou might want to read:
http://codex.wordpress.org/Roles_and_CapabilitiesMaybe you want a plugin like:
http://wordpress.org/extend/plugins/capsman/
There are several other pluginsForum: Fixing WordPress
In reply to: Blank page after php header redirectLooks like you resolved it?
Try disabling each plugins to see if there is a conflict.
Also try disabling permalinks.Forum: Fixing WordPress
In reply to: Upload Adobe PDF FileAre you using a PDF or image plugin? Is so which one? Or are you trying to use the embed tag?
Forum: Fixing WordPress
In reply to: Posterous, Flickr, and WordPress.No idea what you are doing. But does this involve a plugin?
Forum: Fixing WordPress
In reply to: Site suddenly not workingLooks like you resolved it.