Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Use an Image in the Post Footer as a divider (http://forum.bytesforall.com/showthread.php?t=14746)

OUMomof3 Jun 22, 2011 02:57 PM

[SOLVED] Use an Image in the Post Footer as a divider
 
I am trying to put a custom divider image into the footer of each post to use as a post separator. I tried to put the following into the ATO > Style Post & Pages > Footer Box

height: 17px;
width: 630px;
background-image: url(/wp-content/themes/atahualpa364/images/posts_seperator.png);
background-repeat: no-repeat;
background-position: left top;

this did nothing.

I also tried to put the following into the ATO>Post/Page Info Items>Footer (all areas but on the pages...)

<div class="entryEND"></div>

and plugged the following into CSS inserts

.entryEND{
height: 17px;
width: 630px;
background-image: url(/wp-content/themes/atahualpa364/images/posts_seperator.png);
background-repeat: no-repeat;
background-position: left top;
}

Again, nothing happened.


The url is: http://akathedomesticengineer.com/wordpress/

Any help would be greatly appreciated. Thank you!

lmilesw Jun 22, 2011 03:09 PM

Do you have all the bug fixes for 3.6.4 applied?

lmilesw Jun 22, 2011 03:20 PM

I just put this in the Post Footer box and it worked fine.
HTML Code:

background: url(http://akathedomesticengineer.com/wordpress/wp-content/themes/atahualpa364/images/posts_seperator.png) no-repeat left top;

OUMomof3 Jun 22, 2011 04:15 PM

YAY! I was able to get it to work after applying the fixes... however, now I have 'Deal 2>' after all the post titles. Not sure why this happened.

Thank you lmilesw!

lmilesw Jun 22, 2011 04:18 PM

Make sure all the 3.6.4 fixes are applied. That sound like an issue handled by one of them.

OUMomof3 Jun 22, 2011 04:33 PM

Sure enough. I had put all the fixes through and just went back through the list, it was 364-05 that took it off again.

Thank you.

Solved.


All times are GMT -6. The time now is 01:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.