Zen Cart Logo
Forums / Basic Configuration / Custom Sidebox Content

Custom Sidebox Content

Locked

Views: 2,596

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
19 Feb 2009, 6:29 AM
#1
jwitt98 avatar

jwitt98

New Zenner

Join Date:
Feb 2009
Posts:
95
Plugin Contributions:
0

Custom Sidebox Content

Hi All,

Is there a quick method for creating custom sidebox content?
I would like to create some customer testimonials sidebox content and some sidebox content containing some flash.
Can this be done through admin, or will it need to be hard coded?

Thanks

19 Feb 2009, 6:31 AM
#2
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Custom Sidebox Content

FREE Software AddOns...link top left of this page..
BLANK sidebox mod...there is also Testimonials Mod there.

20 Feb 2009, 2:57 AM
#3
jwitt98 avatar

jwitt98

New Zenner

Join Date:
Feb 2009
Posts:
95
Plugin Contributions:
0

Re: Custom Sidebox Content

Much thanks.
I noticed the blank sidebar mod said it was compatible with ver. 1.3.7. Has it been tested with 1.3.8a as well?

20 Feb 2009, 5:13 AM
#4
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Custom Sidebox Content

Yes, blank sidebox mod works with zencart 1.38a
:smile:

22 Feb 2009, 3:10 PM
#5
jwitt98 avatar

jwitt98

New Zenner

Join Date:
Feb 2009
Posts:
95
Plugin Contributions:
0

Re: Custom Sidebox Content

It works beautifully.
Thanks again!

22 Feb 2009, 3:34 PM
#6
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Custom Sidebox Content

Pleased to hear problem solved.
:smile:

25 Feb 2009, 9:12 PM
#7
rleepac avatar

rleepac

New Zenner

Join Date:
Jan 2009
Posts:
44
Plugin Contributions:
0

Re: Custom Sidebox Content

misty:

Pleased to hear problem solved.
:smile:

I also just installed the Blank Sidebox mod and it works great. I'm using it for my SSL seal. But I can't figure out how to get it centered in the box. Can anyone help please?

I tried putting a text align: center in the html code that I got from GoDaddy but it doesn't center it.

Thanks!

25 Feb 2009, 9:49 PM
#8
gjh42 avatar

gjh42

Black Belt

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

Re: Custom Sidebox Content

For display issues, it almost always makes it easier (or possible) to help if we can see the site live.

25 Feb 2009, 9:56 PM
#9
rleepac avatar

rleepac

New Zenner

Join Date:
Jan 2009
Posts:
44
Plugin Contributions:
0

Re: Custom Sidebox Content

gjh42:

For display issues, it almost always makes it easier (or possible) to help if we can see the site live.

Sure thing!

http://www.expressmetabolics.com/store

25 Feb 2009, 10:09 PM
#10
gjh42 avatar

gjh42

Black Belt

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

Re: Custom Sidebox Content

Add to your stylesheet.css:

#sslsideboxContent p {text-align: center;}

25 Feb 2009, 10:28 PM
#11
rleepac avatar

rleepac

New Zenner

Join Date:
Jan 2009
Posts:
44
Plugin Contributions:
0

Re: Custom Sidebox Content

gjh42:

Add to your stylesheet.css:

#sslsideboxContent p {text-align: center;}

PERFECT! Thank you! Thank you!