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

Couple of Template edits

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #21  
Old 10-19-2008, 10:35 AM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Couple of Template edits

http://www.rapidvisionsystems.com/home.php?cat=19


Thanks
__________________
X Cart Version 4.1.11
Reply With Quote
  #22  
Old 10-19-2008, 10:55 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

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

Default Re: Couple of Template edits

<td><img src="/skin1/images/but1.gif" class="ButtonSide" alt=""></td>
<td class="Button"><font class="Button"><a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}{if $featured eq 'Y'}&amp;featured{/if}">More Info</a></font></td>
<td><img src="/skin1/images/but2.gif" class="ButtonSide" alt=""></td>

try this
__________________
xcart 5.1.2
Reply With Quote
  #23  
Old 10-19-2008, 11:02 AM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Couple of Template edits

Thats great. Thanks

How do I add a gap between the buttons?
__________________
X Cart Version 4.1.11
Reply With Quote
  #24  
Old 10-19-2008, 11:03 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

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

Default Re: Couple of Template edits

<td>&nbsp;&nbsp;&nbsp;</td>
__________________
xcart 5.1.2
Reply With Quote
  #25  
Old 10-19-2008, 11:06 AM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Couple of Template edits

Thankyou very much Ashley
__________________
X Cart Version 4.1.11
Reply With Quote
  #26  
Old 10-19-2008, 11:28 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

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

Default Re: Couple of Template edits

check PMs
__________________
xcart 5.1.2
Reply With Quote
  #27  
Old 10-19-2008, 11:52 AM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Couple of Template edits

Hi again I have been asked to change the color of the buttons from orange to blue so what I have done it renamed the following images to the name of the orange buttons

but_menu1.gif renamed to but1.gif
but_menu2.gif renamed to but2.gif
but_menubg.gif renamed to butbg.gif

But the images looks a little strange and I also need the link to be white before they click it and after the link have been clicked and when they hover over it

http://www.rapidvisionsystems.com/home.php?cat=19

It not down to me about the template mate other wise I would buy a pre made template
__________________
X Cart Version 4.1.11
Reply With Quote
  #28  
Old 10-19-2008, 02:40 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: Couple of Template edits

Are the new images the same size as the old ones? If not you will have to make changes to the CSS to match the new images size. Often they are just a pixel or two of.

To change the link color you need to add a class declaration in the anchor tag.

<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}{if $featured eq 'Y'}&amp;featured{/if}" class="white">

Then make a new class.

A.white:link {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}
A.white:visited {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}
A.white:hover {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}
A.white:active {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}
__________________
xcart 5.1.2
Reply With Quote
  #29  
Old 10-20-2008, 05:33 AM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Couple of Template edits

Thanks Ashley

I have tried to move the more info button to the left of the buy now button but it did not work.

How would I do this please?
__________________
X Cart Version 4.1.11
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 12:58 PM.

   

 
X-Cart forums © 2001-2020