Zen Cart Logo
Forums / All Other Contributions/Addons / How to get these buttons next to my image

How to get these buttons next to my image

Locked

Views: 781

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
21 Dec 2008, 11:35 PM
#1
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

How to get these buttons next to my image

can anyone tell me how to get the attached buttons to display next to my image on my homepage. i have attached a screen shot

is there a button addon that would do this?

thanks

22 Dec 2008, 1:57 AM
#2
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: How to get these buttons next to my image

just poking around in the dark is not really going to get me anywhere so if you could either post your url or a whole screen grab, with an outline of what you're trying to do.

25 Dec 2008, 3:09 AM
#3
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: How to get these buttons next to my image

ok, my goal is to get a group of buttons located next to the second Prokarateshop image on my homepage. i guess i would use the mainpage.php. but thats just a poke in the dark

how would i accomplish this?

25 Dec 2008, 4:23 AM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How to get these buttons next to my image

Getting those buttons (even reduced a bit) in that space will be tricky, unless you don't mind them extending downward and moving the content below. The space above the second logo is in the header and not available to the define_main_page.php content without some CSS positioning, which may not work in all browsers cough IE6.

The best way to get the links is probably to assign them to ez-pages as "internal links", and in define_main_page.php call them with code like

<?php echo zen_ezpage_link(23); ?>

where 23 is the ez-page id number you wind up with.