Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing layout on main page help please

Changing layout on main page help please

Views: 853

Results 1 to 7 of 7
1 Oct 2013, 2:13 AM
#1
huntleybill avatar

huntleybill

Zen Follower

Join Date:
Sep 2011
Posts:
102
Plugin Contributions:
0

Changing layout on main page help please

I'm using 1.5.1 with "A Moder Zen" template. ( http://outboards.billrauscher.com/ ).
I would like to make the customer greeting/welcome message to go on top of the "featured products" banner. (at least I think that is the featured products banner...correct me if I am wrong)

Right now, it is right below the banner. I looked for over an hour and can't find anything on how to do that but maybe I am asking the wrong question.

Please tell me what I need to do.
Thank you for your time and help

Bill

1 Oct 2013, 2:25 AM
#2
huntleybill avatar

huntleybill

Zen Follower

Join Date:
Sep 2011
Posts:
102
Plugin Contributions:
0

Re: Changing layout on main page help please

OH...I forgot to mention, the text below the banner was done using define page editor define_main_page.php. Is that correct ?

1 Oct 2013, 2:40 AM
#3
kobra avatar

kobra

Black Belt

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

Re: Changing layout on main page help please

You will have to look to your custom template's files

Probably in the tpl_header.php file

1 Oct 2013, 2:47 AM
#4
huntleybill avatar

huntleybill

Zen Follower

Join Date:
Sep 2011
Posts:
102
Plugin Contributions:
0

Re: Changing layout on main page help please

Thanx Kobra, now would you have any advice on what I need to change when I get to that file??
Again, thank you for your quick response.

1 Oct 2013, 2:53 AM
#5
kobra avatar

kobra

Black Belt

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

Re: Changing layout on main page help please

As there will be a "custom" addition of the slider in this file if I am correct
If done well it will begin with a "BOF" and end with an "EOF"
Right now the define page code exists after this slider code and you will need to relocate it to before the slider code

1 Oct 2013, 3:02 AM
#6
huntleybill avatar

huntleybill

Zen Follower

Join Date:
Sep 2011
Posts:
102
Plugin Contributions:
0

Re: Changing layout on main page help please

ok...will check...Thank you

2 Oct 2013, 2:53 AM
#7
huntleybill avatar

huntleybill

Zen Follower

Join Date:
Sep 2011
Posts:
102
Plugin Contributions:
0

Re: Changing layout on main page help please

Kobra...can you be more specific on where to look....I find nothing about sliders in the file you suggest.