Zen Cart Logo
Forums / General Questions / How to add my SSL secure logo in my side box area?

How to add my SSL secure logo in my side box area?

Locked

Views: 3,711

Results 1 to 18 of 18
This thread is locked. New replies are disabled.
22 Apr 2008, 2:48 PM
#1
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

How to add my SSL secure logo in my side box area?

I would love to add my SSL secure logo in the area where my sideboxes are. What is a good and/or easy way to display my logo in the left area?

~Steve

22 Apr 2008, 3:04 PM
#2
kobra avatar

kobra

Black Belt

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

Re: How to add my SSL secure logo in my side box area?

If only an image then most use the blank side box module available in the downloads section

22 Apr 2008, 3:24 PM
#3
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Great! I got the blank side box working after downloading it.

Is there a way to eliminate the header bar? I know you can eliminate all of the header bars, but What if I just wanted to delete the blank sidebox bar?

22 Apr 2008, 3:25 PM
#4
kobra avatar

kobra

Black Belt

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

Re: How to add my SSL secure logo in my side box area?

A link to your site

22 Apr 2008, 3:31 PM
#5
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

22 Apr 2008, 3:34 PM
#6
kobra avatar

kobra

Black Belt

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

Re: How to add my SSL secure logo in my side box area?

Add the following to your stylesheet

#blanksideboxHeading {
        display: none;
        }
22 Apr 2008, 3:38 PM
#7
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Thanks so much! I got it the way I want!

7 May 2009, 3:18 PM
#8
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Hi Kobra and all how do I make my SSL cert to be display at the centre of my blank side box? My site at https://www.wardrobe-bar.com/zencart. Thanks.

8 May 2009, 3:39 AM
#9
kobra avatar

kobra

Black Belt

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

Re: How to add my SSL secure logo in my side box area?

ronron:

how do I make my SSL cert to be display at the centre of my blank side box?
Add this to your stylesheet.css file

#blanksideboxContent {
padding: 0em 0em 0em 3.5em;
}
12 May 2009, 10:49 AM
#10
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Hi Kobra, I have add the code to my stylesheet css but does not work. I should have add at which column?

12 May 2009, 6:42 PM
#11
kobra avatar

kobra

Black Belt

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

Re: How to add my SSL secure logo in my side box area?

ronron:

Hi Kobra, I have add the code to my stylesheet css but does not work. I should have add at which column?
I checked your stylesheet and you have not added that code to the one being used...

14 May 2009, 2:29 PM
#12
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Hi Kobra I finally got it done and paste at the right column, Thanks for your help. Can I ask you one question, as I will be putting up my site on 'live'. As my host has guide me just need to move my zencart folder to the public_html, can I do in this way or needs to do anything else?

14 May 2009, 3:01 PM
#13
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Kobra think the SSL logo is not done yet. When I log into my site at https://www.wardrobe-bar.com/zencart the logo was display at the centre but when I click onto the other page my site URL will change to http://www.wardrobe-bar.com/zencar the logo will display at the side.

14 May 2009, 3:56 PM
#14
kobra avatar

kobra

Black Belt

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

Re: How to add my SSL secure logo in my side box area?

As my host has guide me just need to move my zencart folder to the public_html, can I do in this way or needs to do anything else?
Edit your 2 configure.php files to reflect the move

14 May 2009, 4:13 PM
#15
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Hi, Kobra sorry to bother you but I really have no idea of which 2 configure.php files to edit and how I should do. I have tried to locate threads and tutorial but to no avail. Thanks for your help.

14 May 2009, 5:08 PM
#17
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: How to add my SSL secure logo in my side box area?

Thanks Kobra. What do you suggest for my issue for the SSL logo?

15 May 2009, 12:23 AM
#18
kobra avatar

kobra

Black Belt

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

Re: How to add my SSL secure logo in my side box area?

It is centered at your http
Clear your browser cache