image wont go after update

User avatar
durangod
Registered User
Posts: 25
Joined: Fri Jul 02, 2010 2:42 pm

image wont go after update

Post by durangod »

hi i just updated the prospace and i had an image up at the top right corner and now it wont go i had the old code and tried it but still wont go, i think the new menu.html include might be interfering with it..

i want to try to figure this out before i ask for help lol

i cannot find the css tag for page-header in the css file, in overall header here is the code, im trying to isolate the issue but i cannot find page-header in any of the theme css files.. lol where is it ??? lol
i need to check the width if it has one because it might be wrapping..

here is my code for this portion of the overall header..
Code: Select all

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
		<div class="bg4mainlogo"> <!-- was headerbar-->
			<div class="inner"><span class="corners-top"><span></span></span>

<div style="height: 120px;"> <!-- this adds the div for the header bg mult color image -->


			<div id="site-description">

<!-- put in multicolored background -->
<div class="specialblk">
				<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>

 <div class="specialimg"><img src="http://www.datingsiteownerforum.com/images/heartglobe.gif" border="0" alt="" /></div>

				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>



			<span class="corners-bottom-square"><span></span></span></div>
		</div>

</div> <!-- close spacialblk -->

</div><!-- end div for new add for bg header above -->


<!-- INCLUDE menu.html -->


Last edited by durangod on Tue Feb 26, 2013 10:29 am, edited 2 times in total.


User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: image wont go after update

Post by spaceace »

a link to your site would make it easier to understand what you're wanting to do.

but the code i think you're looking for is

open common.css
find
Code: Select all
#logo {
	float: left;
	width: auto;
	padding: 0 13px 0 10px;
}
also find
Code: Select all
/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
durangod
Registered User
Posts: 25
Joined: Fri Jul 02, 2010 2:42 pm

Re: image wont go after update

Post by durangod »

thanks so much, sorry i put the link in the code i provided i just thought if anyone looked at the code they would see the site name in the image url.. sorry i should have been specific i guess... thanks i hope your feeling better
Last edited by durangod on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

User avatar
durangod
Registered User
Posts: 25
Joined: Fri Jul 02, 2010 2:42 pm

Re: image wont go after update

Post by durangod »

well i checked my back up copy of the common.css and its exactly the same as the new one, i even took the common and color css from my back up and put it live with the new install update for prospace and still not working... so i put the common and color files back..

heres what the deal is, i had prospace running and i had an image on the right side of the header area next to the description and all was well..

when i upgraded my forum to 3.08 and upgraded prospace to match all of a sudden the image drops down to the next line, so it shows like its wrapping and shows right under the logo now instead of on the far right of the header area...

i remember something before when i first did this long ago that was a width set on the header and when i changed that the image popped up where it should be but im not sure i could be wrong...

i commented out the image so it dont show, but i need the image (the same image that is in the code above) to be on the right side of the description...

thanks

the site url is http://www.datingsiteownerforum.com thanks
Last edited by durangod on Tue Feb 26, 2013 10:29 am, edited 3 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: image wont go after update

Post by spaceace »

ok, try this

remove
Code: Select all
<div class="specialimg"><img src="overall_header_files/heartglobe.gif" alt="" border="0"></div>
find
Code: Select all
<p>{SITE_DESCRIPTION}</p>
add after
Code: Select all
<img src="{T_TEMPLATE_PATH}/heartglobe.gif" alt="" border="0" style="float: right">
see if this works for you
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
durangod
Registered User
Posts: 25
Joined: Fri Jul 02, 2010 2:42 pm

Re: image wont go after update

Post by durangod »

ok it dissappeared completely do i need to move the image from images folder to a dif folder?
Last edited by durangod on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: image wont go after update

Post by spaceace »

sorry about that :roll:

replace
Code: Select all
<img src="{T_TEMPLATE_PATH}/heartglobe.gif" alt="" border="0" style="float: right">
with
Code: Select all
<img src="overall_header_files/heartglobe.gif" alt="" border="0" style="float: right">
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
durangod
Registered User
Posts: 25
Joined: Fri Jul 02, 2010 2:42 pm

Re: image wont go after update

Post by durangod »

ok its back but still at the bottom mmmmm im perplexed as well lol ...
Last edited by durangod on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: image wont go after update

Post by spaceace »

ok, try this

change it to look like this
Code: Select all
<p>{SITE_DESCRIPTION}<img src="overall_header_files/heartglobe.gif" alt="" border="0" style="float: right"></p>
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
durangod
Registered User
Posts: 25
Joined: Fri Jul 02, 2010 2:42 pm

Re: image wont go after update

Post by durangod »

ok i know i replied but where did it go lol.... somewhere there is a header width in one of the files that i changed and it popped right up there but i dont remember, its def wrapping
Last edited by durangod on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

Post Reply