jonathansadler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu not working: else if (substr($line, 0, 4) == ""Perfect. Thank you very much, I could see it was something around that, just couldn’t quite get to it!
Forum: Fixing WordPress
In reply to: Browser compatibility issuesFixed!
Forum: Themes and Templates
In reply to: Change main column widht in Blue Server Themeif you choose the 1st option, only adding 100px to the post then the overall website width becomes about 1015px which isn’t too browser/screen friendly.
Forum: Themes and Templates
In reply to: Change main column widht in Blue Server ThemeOkay you need to look through CSS and add 100px or so to the post and header classes and then edit the background images so they are the same size.
Click below to download the theme with those edits I just did.
https://jonathansadler.co.uk/blue-server-post100pxmore.zipOr making the sidebar 100px less and the post 100px more:
https://jonathansadler.co.uk/blue-server-sidebar100pxless.zipHave a look through and you should be able to see the different widths for post and sidebar.
If you need any explaining let me know.
Forum: Themes and Templates
In reply to: Removing post Images and Changing spacesHi try removing the line
.post {background:url(back-entrydate.png) no-repeat 12px 0 }
from /images/skin-red/style.css in the theme folder.
That will remove the background image from the posts. which i believe is what you would like to have?
Forum: Themes and Templates
In reply to: Change main column widht in Blue Server ThemeHi do you want to make the side bar narrower and the post wider?
Forum: Themes and Templates
In reply to: Need help hiding post titleHi there,
if you open single.php (the theme file for a single post) in the themes folder and delete the line containing:<h1 class="title"><?php the_title(); ?></h1>
That should do the trick and delete the title completely.
Jonny
Hi I have this same problem, please could you let me know how you resolved this?
It worked great on my testing server but not online annoyingly!
Thanks