Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2006
    Posts
    4
    Plugin Contributions
    0

    Default customizing my index page

    Howdy guys, please two questions i want my centerbox @ http://www.artofmelbourne.com to appear just below the header ?? and the category images without text to appear above the centerbox gallery and below my header horizontally?? if there are already answers to my questions please point me in da right direction being a little new to this zen-cart.
    By the way awesome shopping cart.
    ta in advance.
    [FONT="Tahoma"]http://www.artofmelbourne.com[/FONT]

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: customizing my index page

    First off I do not know what "CenterBox" you are refering to...

    Please search here for the term template_default and read the reasons that this is the recommended path forward. And get rid of the mulitple style sheets as these will only cause you grief.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: customizing my index page

    same here i am new to zen, thus the post on forum. kobra when i say centerbox i mean the center box with all the products that your site sells . Im wanting the top box in the center column with products to appear just below the header inline horizontally with my top right and left side boxes .

    cheers thanx again.
    [FONT="Tahoma"]http://www.artofmelbourne.com[/FONT]

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: customizing my index page

    You can disable the area the you have Blah Blah in and the artofmelbourne.com...
    Kinda where boy meets girl but more art meets world!! lines.

    If any of this was part of the original "Welcome Guest" message then
    To turn off the Customer Greeting go to your admin -> configuration -> layout settings -> Customer Greeting - Show on Index Page set to "0"

    Otherwise
    Just edit the files where you entered the above and erase the text between the single quotations, leaving the quotes.

    The home bread crumb in the center couumn can be turned off by
    editing the file at includes > templates > YOUR_TEMPLATE > templates > common > tpl_main_page.php find the following code

    Code:
    <!-- bof breadcrumb -->
    <?php if (DEFINE_BREADCRUMB_STATUS == '1') { ?>
    <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php } ?>
    <!-- eof breadcrumb -->
    and edit to:

    Code:
    <!-- bof breadcrumb -->
    <?php if (DEFINE_BREADCRUMB_STATUS == '1' && ($current_page!='index' || (int)$cPath>0 )) { ?>
    <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php } ?>
    <!-- eof breadcrumb -->
    This will move the center column items up.

    You can disable the categories that are below your header in the admin > configuration > Layout Settings > Categories-Tabs Menu ON/OFF set to off or "0"?

    This should get you started....
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: customizing my index page

    ta kobra


    heapz.
    [FONT="Tahoma"]http://www.artofmelbourne.com[/FONT]

 

 

Similar Threads

  1. v151 Customizing the Front index.php Page
    By TheGuild in forum General Questions
    Replies: 4
    Last Post: 22 Jan 2013, 09:26 AM
  2. Customizing Admin Index (Home) Page Question
    By firstimpression in forum General Questions
    Replies: 0
    Last Post: 5 Nov 2009, 12:12 AM
  3. Customizing Category index
    By bobbyt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Apr 2007, 11:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg