AndroidTheater
Forum Replies Created
-
Might work for the first guy but I don’t have any custom code added :-/ …not getting an error though just click setting isn’t working.
At least I’m not the only one! This is very annoying. Anyone know if there is there a way to maybe un-update the plugin?
Forum: Fixing WordPress
In reply to: How To Change Post Title Position?Wow I can’t thank you enough! You fixed it! You don’t know how long I’ve waited for a wordpress genius to help me! 😀 Thank you!
Forum: Themes and Templates
In reply to: Change Post Title Positionim thinking it has something to do with this block of code in the css but I havnt had any luck…
.posttitle { margin: 0 0 0.6em 0; width: 100%; color: #000000; font-size: 1.5em; font-weight: bold; overflow: auto; } .posttitle a { float: left; padding: 0; } .posttitle a:link, .posttitle a:visited { color: #546371; } .posttitle a:hover, .posttitle a:active { color: #000033; }and in single.php i found this code but also not luck with any of the stuff I tried…
<center><h1 class="posttitle"><?php the_title() ?></h1></center>Forum: Themes and Templates
In reply to: Too Much Space After Post Titleok iv got it how i want it so never mind 😀 but Just one more.. if you look at my post you can see that the title and the postmeta are not really lined up in the center of the video box. so what code would i need to change to move both of those to the right a little more?
Forum: Themes and Templates
In reply to: Too Much Space After Post TitleThank you for pointing that out! I was however able to fix it by adjusting the postmeta margin to -2em and it works fine and I’m good with it but I did notice that It seems that the space is smaller in IE then in Firefox, not really a big issue but it would be nice to make them absolutely the same. Any suggestions? thanks!
Forum: Themes and Templates
In reply to: Text is different color in Firefox???Yep not a problem haha
Forum: Themes and Templates
In reply to: Text is different color in Firefox???OMG you fixed it! you dont know how long i was struggling with this! Thank you! 😀
Forum: Themes and Templates
In reply to: Text is different color in Firefox???Wow don’t everyone answer at once!
Forum: Themes and Templates
In reply to: Text is different color in Firefox???Oh I forgot to give a link to it. VideoRapture.com/VideoGallery
Forum: Fixing WordPress
In reply to: Right Side Bar Moves When Not Logged InKinda new to wordpress so Im looking into it but im not sure what I should put where. my code is here for the comments.php. thanks
Forum: Fixing WordPress
In reply to: Right Side Bar Moves When Not Logged InSo the code i use to display the side bar is
<?php include (TEMPLATEPATH . ‘/sidebar2.php’); ?>And I found that the file to be messed with is single.php, but I’m just not sure where to place that code for it to go back to the right side for a guest. The code for the single.php file is here . Right now i have to code at the bottom, but maybe someone knows a better place for it.
Forum: Themes and Templates
In reply to: Move Sidebar From Right To Left HelpFigured it out myself thanks for all of the help haha
Forum: Themes and Templates
In reply to: Move Sidebar From Right To Left HelpWell I guess that’s not what you do then haha, My Site is AndroidTheater.com/VideoGallery/
I did find code in the Stylesheet that was labeled Sidebar but I don’t know what I should change. I put the code here