Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Align Categories Top Left

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 07-17-2010, 04:28 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Align Categories Top Left

where did you get that help file from, because fire bug is showing <ul></ul> in the help menu on the site in your sig.
__________________
xcart 5.1.2
Reply With Quote
  #12  
Old 07-17-2010, 04:32 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Align Categories Top Left

Quote:
sorry, should have mentioned it's in my sig.

My bad - I should have noticed that.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote
  #13  
Old 07-17-2010, 04:35 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Align Categories Top Left

and what is all this?

<div class="sb-inner" style="position: relative; top: 8px; height: 2048px; margin: 0pt 1px; padding: 0pt; overflow: hidden; background-position: 0pt 0px;"></div>

height 2048px???? that can't be right.
__________________
xcart 5.1.2
Reply With Quote
  #14  
Old 07-17-2010, 04:46 PM
 
SID357 SID357 is offline
 

eXpert
  
Join Date: May 2010
Posts: 205
 

Default Re: Align Categories Top Left

I use the rounded corner mod for 4.3.2, and that's the stuff I can't seem to locate man.
Reply With Quote
  #15  
Old 07-17-2010, 04:54 PM
 
SID357 SID357 is offline
 

eXpert
  
Join Date: May 2010
Posts: 205
 

Default Re: Align Categories Top Left

Quote:
Originally Posted by ARW VISIONS
where did you get that help file from, because fire bug is showing <ul></ul> in the help menu on the site in your sig.

default
Reply With Quote
  #16  
Old 07-17-2010, 05:58 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Align Categories Top Left

Webmastermode should tell you exactly which template to look in.

For the help section, in the default 3.2, the ul/li code is in skin1/customer/help/menu.tpl.

But you might not have to mess with the templates. You can set the margins and padding for the ul and li in the css file. For example, you could try something like:
.menu_bottom ul {margin-top:1px, padding-top:1px;}

If you need to add a class specifically to those ul/li, then you will need to figure out the templates in Webmastermode. In 3.2 - this would involve several templates.


A little more advise - before you get too far along, you might want to keep an IE browser open as you do this. It is less forgiving of some of the things you are doing and will point out issues with your changes. Also may want to run a W3C check on html and css every once in a while. It could save you time in the long run.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote

The following user thanks gb2world for this useful post:
SID357 (07-18-2010)
  #17  
Old 07-17-2010, 08:23 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Align Categories Top Left

that is the contents of skin1/help.tpl not skin1/customer/help.tpl

You need to make sure you are looking in the correct files.

Quote:
Originally Posted by SID357
Well, here's my help.tpl

Code:
{* $Id: help.tpl,v 1.21 2008/08/21 09:52:40 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} {capture name=menu} <a href="help.php?section=contactus&amp;mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a><br /> <a href="help.php?section=business" class="VertMenuItems">{$lng.lbl_privacy_statement}</a><br /> <a href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions}</a><br /> {include file="pages_menu.tpl"} {/capture} { include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"}

I can change the overall look and stuff in languages, but I can't figure out where the left padding is coming from. Can't use Webmaster, cause they're links.

__________________
xcart 5.1.2
Reply With Quote
  #18  
Old 07-18-2010, 01:46 PM
 
SID357 SID357 is offline
 

eXpert
  
Join Date: May 2010
Posts: 205
 

Default Re: Align Categories Top Left

Quote:
Originally Posted by gb2world
A little more advise - before you get too far along, you might want to keep an IE browser open as you do this. It is less forgiving of some of the things you are doing and will point out issues with your changes. Also may want to run a W3C check on html and css every once in a while. It could save you time in the long run.

Truly appreciate the advise.

Roger that man, it's just all jacked up in IE.

I hate IE, but the average users, use it. Looks great in Safari, looks good in Firefox, looks hella good in chrome.

IE is just jacked, and I have no idea how to fix that. That's just way outside of my realm.

What's a W3C check man?

I'm very new to this, my thing is graphics and making t-shirts. I've learned more css coding in the past month than I ever wanted to.
Reply With Quote
  #19  
Old 07-18-2010, 02:09 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Align Categories Top Left

You could always pay someone like me or the others in this community to do things like this.

It might seem like a waste of money, but I could of had this fixed in 10 minutes for little cost.

Then you could spend you time doing what you do best, running your business.

In the long run, if you are going to operate a successful e-commerce site it will benefit you greatly to have a design pro on your side, or better a in house professional.

Ash
__________________
xcart 5.1.2
Reply With Quote
  #20  
Old 07-18-2010, 02:33 PM
 
SID357 SID357 is offline
 

eXpert
  
Join Date: May 2010
Posts: 205
 

Default Re: Align Categories Top Left

Quote:
Originally Posted by ARW VISIONS
You could always pay someone like me or the others in this community to do things like this.

I know Ashley.

I've watched your posts for a long time before I even joined.
Give a little bit of information, and then give the pitch. It's awesome my friend, I totally understand.

I want/need to do this on my own, hopefully with your guys help. I need to learn this.... If anything else than just for my own self esteem...

Once, I get everything in place, exactly where I want it, then I'll kick down some cash to fix the IE crap. That way you know the outline.

gb2world
tal

How cool are these 2 dudes?
Much appreciated.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:54 AM.

   

 
X-Cart forums © 2001-2020