Support Forums

Old 05-01-2008, 09:57 AM   #1
Member
 
Join Date: Jan 2008
Posts: 70
Rep Power: 8
PFZ_Ken is on a distinguished road
Default Template Edit

Ok, I'm using the "default" template and I've made some modifications to it. I decided to constrain the layout some and it works as expected except this url;

http://www.pfzrecovery.com/listings/top.html

I'm not sure why one page would do this while all the others appear to be ok.

Also, I'd like to eliminate the space between header gif/bar gif and the body of the page or use it. Where do I edit this?

Thanks for your time.

Ken
__________________
v3.1.10 Designer
PFZ_Ken is offline   Reply With Quote
Old 05-01-2008, 10:15 AM   #2
Coder
 
Join Date: Mar 2006
Posts: 4,567
Rep Power: 111
Lhotch is just really niceLhotch is just really nice
Default

Im not sure I wollow what the problem is or what your looking to do. The site looks the same for me on both IE and firefox.

As for the header bar thats a background image in the style sheet if I understand you correctly.

If your not using firefox, you should be, and then install the web developer an firebug ad ons and you willknow where to find everything.
__________________
Larry.
Lhotch is offline   Reply With Quote
Old 05-01-2008, 10:25 AM   #3
Member
 
Join Date: Jan 2008
Posts: 70
Rep Power: 8
PFZ_Ken is on a distinguished road
Default

Quote:
Originally Posted by Lhotch View Post
Im not sure I wollow what the problem is or what your looking to do. The site looks the same for me on both IE and firefox.

As for the header bar thats a background image in the style sheet if I understand you correctly.

If your not using firefox, you should be, and then install the web developer an firebug ad ons and you willknow where to find everything.
Been a Firefox users for a long time. What I meant to point out at the url in my post is that for that link the listing content goes outside the overall "container" on the right hand side of the page.

The other issue is the gap of about 50 pixels between bar.gif and the content of the page where "navigation" is on the left and the main content on the right. I want to eliminate that gap.

Ken
__________________
v3.1.10 Designer
PFZ_Ken is offline   Reply With Quote
Old 05-01-2008, 10:38 AM   #4
Coder
 
Join Date: Mar 2006
Posts: 4,567
Rep Power: 111
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by PFZ_Ken View Post
What I meant to point out at the url in my post is that for that link the listing content goes outside the overall "container" on the right hand side of the page.
Not for me it doesnt, what screen resolution are you running?

Quote:
Originally Posted by PFZ_Ken View Post
The other issue is the gap of about 50 pixels between bar.gif and the content of the page where "navigation" is on the left and the main content on the right. I want to eliminate that gap.

Ken
If your using FF and fire bug, then right click the offending area and select "inspect element".

It should show you that you have a have 2 <div> tags, each with a different class but nothing in between them. Removing them should close the gap. Its in layout template.
__________________
Larry.
Lhotch is offline   Reply With Quote
Old 05-01-2008, 11:04 AM   #5
Member
 
Join Date: Jan 2008
Posts: 70
Rep Power: 8
PFZ_Ken is on a distinguished road
Default

Quote:
Originally Posted by Lhotch View Post
Not for me it doesnt, what screen resolution are you running?

If your using FF and fire bug, then right click the offending area and select "inspect element".

It should show you that you have a have 2 <div> tags, each with a different class but nothing in between them. Removing them should close the gap. Its in layout template.
Alrighty then, I installed Firebug and after retarting FF, the "problem" with that page has gone away. Go figure.

The "gap" issue, here is the code and I've made the area I think might be the problem is in bold;

<div id="wrapper">
<!-- // Header // -->
<div id="header"><a href="index.php"><img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/header.gif" width="633" height="93" border="0" alt="{$title}" /></a></div>
<!-- // Header // -->
<!-- // Top Bar // -->
<div class="topbar">
<div id="menu"><strong>

</strong></div>
</div>

<!-- // Top Bar // -->

Now that I think about it, this must be left over where I removed the elements/links from the top of the page, Is this right?

Thanks, Ken

PS Oh yeah, my screen resolution is 1280x960
__________________
v3.1.10 Designer

Last edited by PFZ_Ken; 05-01-2008 at 11:07 AM.
PFZ_Ken is offline   Reply With Quote
Old 05-01-2008, 11:04 AM   #6
Coder
 
Join Date: Mar 2006
Posts: 4,567
Rep Power: 111
Lhotch is just really niceLhotch is just really nice
Default

Yep, with firbug I removed those lines and the gap closed right up.
__________________
Larry.
Lhotch is offline   Reply With Quote
Old 05-01-2008, 11:23 AM   #7
Member
 
Join Date: Jan 2008
Posts: 70
Rep Power: 8
PFZ_Ken is on a distinguished road
Default

Thanks a bunch for your help Larry.

Ken
__________________
v3.1.10 Designer
PFZ_Ken is offline   Reply With Quote
Old 05-01-2008, 11:24 AM   #8
Coder
 
Join Date: Mar 2006
Posts: 4,567
Rep Power: 111
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by PFZ_Ken View Post
Thanks a bunch for your help Larry.

Ken
No problem. Fiebug is a great little utility, it can bring you right to an element and let you edit it and see the effects without altering the original file.
__________________
Larry.
Lhotch is offline   Reply With Quote
Old 05-01-2008, 11:42 AM   #9
Member
 
Join Date: Jan 2008
Posts: 70
Rep Power: 8
PFZ_Ken is on a distinguished road
Default

I spoke too soon I guess, the "Top Listings" page is still acting up;



Also, where the blue arrows are pointed downward, these two listings have a grey backgound on this page and what is bold in other listings text-wise is not in these two listings. I can't figure what would cause this.

Ken
__________________
v3.1.10 Designer
PFZ_Ken is offline   Reply With Quote
Old 05-01-2008, 11:53 AM   #10
Coder
 
Join Date: Mar 2006
Posts: 4,567
Rep Power: 111
Lhotch is just really niceLhotch is just really nice
Default

There are css styles associated with bold and highlighted listings. In the showlistings template a typical line would look somethinng like this...

<td{if $entry.class<>""} class="{$entry.class}"{/if}>{$entry.title}</td>

The firs {if} says if the variable $entry.class is not blank then the class is what the value of the variable is.

It ill only have a value if its ben assigned one by the underlying template so what I see above means that some of your ads are specified as bold and/or highligfhted and that is whey they are appearing differenly on the page.

As for your header, once again on mine they line up. What resoultion are you viewing the site in?

I know at one point if you went in and modified an ad via admin the values for highlighted/bold/features defaulted to yes even if thats not what was paid for so if you edit ads make sure you know how there were set before editing it or they will be altered.
__________________
Larry.
Lhotch is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot change template via administrator page pvallada v4 Questions & Support 1 04-23-2008 11:13 PM
Template Default antboy v4 Questions & Support 1 03-10-2008 08:54 AM
Edit paymethod lekxaphi v3.0 Questions & Support 8 03-02-2007 04:07 PM
Free Template? FlyingBee HTML, CSS, and Design Help 4 12-08-2006 10:17 AM
Sukaw Horse-Green Template Syssh v3.1 Questions & Support 3 12-03-2006 12:47 PM


All times are GMT -4. The time now is 04:04 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0