mrdthomas
Forum Replies Created
-
Forum: Plugins
In reply to: Add Local Avatar LinkI figured it out but I had to modify the plugin. Simply comment out 182-185 begins with:
// If not in admin pages and there is a URL, wrap the avatar markup with an anchor.
Seems to work fine for me so far…
Forum: Plugins
In reply to: Redirect user after updating profileAny Ideas?
Forum: Fixing WordPress
In reply to: Remove Admin BarsIf you use FireFox you should download the web developer toolbar(if you don’t have it already) it helps with locating css attributes.
Forum: Plugins
In reply to: I Need Help with a hackWell you don’t really need a hack to accomplish this. If you go to Settings>General you can change the “New User Default Role” to one that allows them to create post.
Forum: Themes and Templates
In reply to: Problem with div box backgroundsYou are welcome this thread should be marked resolved.
Forum: Themes and Templates
In reply to: Problem with div box backgroundsTry adding
overflow: auto;to your #containerForum: Fixing WordPress
In reply to: Remove Admin BarsFirst of your HTML is pretty screwed up on this page. You have 2 sets of opening and closing <html><head> and <body> tags which is never good. And it appears the colors you are trying to get rid of are in the color-fresh.css file
body, #wpbody, .form-table .pre (line 42) { color: #333333; } body.login (line 689) { border-top-color: #464646; }Forum: Fixing WordPress
In reply to: Pictures Shrinkalism is right, also it could be if your uploading using WP media library its selected to thumbnail. Also it could be the theme that you are using and the css tells img to be size very small.
Forum: Fixing WordPress
In reply to: Dropdown Menu goes behind FlashForum: Fixing WordPress
In reply to: HTML coding changesWhat are your blog privacy settings? Under Settings>Privacy is the correct radio button selected?
Forum: Fixing WordPress
In reply to: linking not working for categories & tagsUnder Settings>Permalinks, what do your settings look like?
Forum: Fixing WordPress
In reply to: Multiple linked SWF files don’t work!Are you referencing the other files that load into the main swf by there absolute path?
I had a similar issue and it was solved by using http://website/flash_files/filename.swf to load external files.
Forum: Plugins
In reply to: Theme my login remove from sidebarBump^
Forum: Themes and Templates
In reply to: need help urgentlyHmmm. Well it all depends on how the navigtion for the template is being created. I am assuming you create either the home or blog page manually. You can use the exclude-pages plugin to hide pages from the nav bar.
That is a part of web design/development that people tend to forget about. Every browser down to the version and OS its running on will render pages differently. You have to be careful when modifying css because you never know what your gonna get.
You can use this site to test your designs in different browsers: