assurewd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fluxipress] Excepts in posts run together?Figured it out – either deactivate the plug in or make sure the pages are using “default template” for the template under “Quick Edit” settings.
Forum: Themes and Templates
In reply to: [Fluxipress] Centering blog title, logo and navigation.In your header…add a break tag after the image…
<h1 id="blog-title"> <a href="http://www.adamleeblythe.co.uk" title="ALB"> <img src="http://www.adamleeblythe.co.uk/wp-content/themes/fluxipress-child/images/alb-logo.png" alt="ALB" /> The Web & Graphic Design Portfolio of Adam Lee Blythe </a> </h1>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Then modify the style sheet to center the elements in the H1 tag…
Forum: Themes and Templates
In reply to: [Fluxipress] Image background possible?There was only one stylesheet, style.css. You can modify html{} or #page-wrap{}.
You may also want to check out a plug in called “Background Per Page” which allows you to change the background of each page.
Hope this helps..
Forum: Themes and Templates
In reply to: [Fluxipress] Excepts in posts run together?Hello, I solved the problem. I found the the_advanced_excerpt() plug-in instead of the traditional the_excerpt() function. http://ww.wp.xz.cn/plugins/advanced-excerpt/
Thanks…
Forum: Themes and Templates
In reply to: [Fluxipress] Image background possible?Figured it out…in stylesheet.