maxdefcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin bar not displayingI found my issue…
I went through my plugins one by one. I needed to deactivate WPtouch Pro. Once that was deactivated, the Admin Bar showed within my Dashboard & on my site. I’ve reported the issue to BraveNewCode.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!I found my issue…
I went through my plugins one by one. I needed to deactivate WPtouch Pro. Once that was deactivated, the Admin Bar showed within my Dashboard & on my site. I’ve reported the issue to BraveNewCode.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!If that’s there, what else could I check to see why the Admin Bar is not showing? It’s not even showing within my dashboard. I have both options within my Profile checked too.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!@kirkmc: Do I need to just check the footer.php within the theme or somewhere else?
Forum: Fixing WordPress
In reply to: Admin bar not displayingI’ve tried checking both of the options as well.
Forum: Fixing WordPress
In reply to: Admin bar not displaying@malonn: I have it checked.
Forum: Fixing WordPress
In reply to: Admin bar not displayingAfter I upgraded, the Admin Bar doesn’t show at all. It doesn’t show within the dashboard or within my site. Don’t care about it displaying within my site, but why wouldn’t it show within my dashboard?
Forum: Fixing WordPress
In reply to: Light word theme not working. Need help!I was having the same issue. Thanks to devcodex for posting the fix.
Forum: Fixing WordPress
In reply to: How do I link gallery images to web pages?Edit media.php in the wp-includes directory.
$link = wp_get_attachment_link($id, $size, true);
change it to:
$link = wp_get_attachment_link($id, $size, false);
It should work! Let me know if that worked for you.
Forum: Fixing WordPress
In reply to: Images don’t retain links when used in galleryAre you just linking directly to the image or or an actual HTML file?
Forum: Fixing WordPress
In reply to: Images don’t retain links when used in galleryEdit media.php in the wp-includes directory.
The line number 394 is as follows in 2.6:
$link = wp_get_attachment_link($id, $size, true);
change it to:
$link = wp_get_attachment_link($id, $size, false);
and it should work! Let me know if that worked for you.
Forum: Plugins
In reply to: Extended Live ArchivesI actually fixed this. You need to download the following file and replace the one located within /wp-content/plugins/af-extended-live-archive/
Forum: Themes and Templates
In reply to: New Default Theme in 2.0.4Thanks for the response.
Were there any graphic changes?