X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Template Customization Questions (https://forum.x-cart.com/showthread.php?t=62143)

mrcraft 12-27-2011 11:53 AM

Template Customization Questions
 
Hi, I have a few questions please, pretty pretty please!

Can anyone please tell me how to get the information pages ( Information and Help section ) to the left please?

What about the sign in/ register to the right?

Also, can images be used for categories rather then plain text?

https://secure.mrcraft.com/store/home.php

totaltec 12-27-2011 12:13 PM

Re: Template Customization Questions
 
I am glad you posted a link, that really helps. But the store is closed. For us to visit you will have to open it or provide the link with shopkey.

About your questions, you basically need to move the elements in question from
/skin/customer/main/left_bar.tpl to /skin/customer/main/right_bar.tpl

And yes images can be used for categories, I recommend you displaying them right on the front page.
-Mike

mrcraft 12-27-2011 12:54 PM

Re: Template Customization Questions
 
Thank you, and I apologize for not realizing it was closed!
I have opened it so you can see.. without seeing it, I do not think what I was asking was clear, sorry!

The information/help menu is scooted way right rather then flush left..
The sign in / register is scooted toward the middle rather then flush right..
For adding images rather then text, I should have clarified that I meant in the actual menu, would they still do in the front page?

totaltec 12-27-2011 01:13 PM

Re: Template Customization Questions
 
The help menu is scooted over do to a template issue. You have an extra <td></td> that is pushing it over.

Looking at the source of the page you can see near line 139:
Code:

<tr>

    <td>
                            </td>


    <td>
          <div class="menu-dialog menu-special">

  <div class="title-bar valign-middle">
    <h2>Information</h2>
  </div>
  <div class="content">


Remove that extra cell from the template and it should line up fine.

mrcraft 12-27-2011 01:25 PM

Re: Template Customization Questions
 
Thank You!


All times are GMT -8. The time now is 02:11 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.