Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change to Full Screen? Image links Under Header?

Change to Full Screen? Image links Under Header?

Locked

Views: 3,440

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
19 Sep 2008, 2:14 PM
#1
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Change to Full Screen? Image links Under Header?

I have done several searches and not finding what I am looking for so hoping someone can help me.

I want the store to be full page and for the header to look like the following:

http://flhorsesource.com/classifieds

I changed the mainwrapper to 100 percent and even modified the tpl_header to add the code for the image links but that didn't change anything. Any help would be appreciated!!!

19 Sep 2008, 3:33 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change to Full Screen? Image links Under Header?

What version of ZenCart are you using?

You have a stylesheet.css and a stylesheet_original.css

Both of these are being processed in order so that the original is being parsed last.... If this is your way of maintaining the original change the extention to anything but .css

Doing this on an interactive basis lets me view your changes to your stylesheet.css file

19 Sep 2008, 4:15 PM
#3
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Change to Full Screen? Image links Under Header?

I have actually just started from scratch. I get that frustrated sometimes and sometimes it's just easiest to start with a fresh slate. I did finally get the full width fixed. Now, I just need to figure out how to get my links in there.

Thanks for letting me know on the _orig...it's always worked for other things. I never realized it didn't work for .css.

19 Sep 2008, 4:16 PM
#4
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Change to Full Screen? Image links Under Header?

Oh and I am using Zen Cart 1.3.8a

22 Sep 2008, 1:17 PM
#6
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Change to Full Screen? Image links Under Header?

Thanks, but that isn't what I am looking for.

22 Sep 2008, 5:36 PM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change to Full Screen? Image links Under Header?

Thanks, but that isn't what I am looking for.
You might expand on what it is you want and post a link to your site/page

22 Sep 2008, 5:43 PM
#8
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Change to Full Screen? Image links Under Header?

Hey Kobra,

I posted another post because I had made some progress but needed some help with the php. Here is the other post...don't know if you can help or not. If you can, that would be awesome!

Here is what I have done (probably not the best method, I'm sure).

I have added this to my tpl_header.php file. I have pretty much been adding it in numerous places to try to find the best placement. I want it directly below the logo and above the Home/Login bar. Here's what it looks like so far: http://flhorsesource.com/store/ I would really prefer it to look more like the one seen here http://flhorsesource.com/classifieds but I will take the closest I can get.

<div id="headerLinks"><a href="http://www.flhorsesource.com/classifieds"><img src="../images/classbutton.gif" height="21" width="130"></a> <a href="http://www.flhorsesource.com/store"><img src="../images/storebutton.gif" height="21" width="91"></a> <a href="http://www.flhorsesource.com/forums"><img src="../images/forumsbutton.gif" height="21" width="99"></a> <a href="http://www.flhorsesource.com/classifieds"><img src="../images/classbutton.gif"></a></div>

I added this to my stylesheet...which may be my problem as well..not quite sure.

#headerLinks{
float: left;
margin-top;
}

22 Sep 2008, 5:56 PM
#9
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Change to Full Screen? Image links Under Header?

I think I got it *dances on table. I just added a couple of breaks. It's not exactly what I wanted but it's close enough to get me by!! YAY!!!

22 Sep 2008, 6:40 PM
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change to Full Screen? Image links Under Header?

Looked at your cart site and the view source and do not see any of the code you posted as being added???

22 Sep 2008, 6:48 PM
#11
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Change to Full Screen? Image links Under Header?

I am still fussing with it. I want the menu to be above the Home/Login menu and I can't seem to pull it off. *sigh. I keep moving things around with no luck.

22 Sep 2008, 6:52 PM
#12
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change to Full Screen? Image links Under Header?

Above home/login is not how your other page is laid out....But

in a copy of your tpl_header.php file - find navmain div - create/open a new div just above it and insert your menu code and remember to close the new div. Save-upload - view your result

22 Sep 2008, 7:58 PM
#13
bwhitmire avatar

bwhitmire

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Change to Full Screen? Image links Under Header?

Thanks Kobra, for your help. I finally at least got it into position of where it needs to be. Now to work on the Home/Login bar. I think I have more gray hairs after this :).

22 Sep 2008, 8:49 PM
#14
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change to Full Screen? Image links Under Header?

Yeah...That's the ticket