PDA

View Full Version : Duplicate Sections using Version 5.16


AnnettePB
13-Jan-2003, 08:53 PM
I'm trying to set up a catalog using version 5.16 . I've added one section but when I upload and look at the section page or do a page view it duplicates the sections! Any ideas or fixes?
you can view at http://www.whitedogbone.com/acatalog/catalogbody.html

garyhay
13-Jan-2003, 10:02 PM
Looks like you havea duplicate line in a template not sure but will be Act_primary.html or Act_Catalogbody.html

AnnettePB
14-Jan-2003, 11:31 AM
Thanks, but I'm not really sure what I should be looking for. I downloaded the full version of 5.16 so I haven't played with the templates at all. I just tried to set up a section and noticed it duplicated.

When I open the templates for act_primary.html or the catalogbody_html what should I be looking for?

should I copy and paste what's in those templates now so you can see what's there?

Your help is much appreciated!

cdicken
14-Jan-2003, 01:27 PM
Try this:

Go to 'Design | Options | Sections' and under 'Location and arrangement of Top Level Section List' uncheck where it says 'Include on Front Page'.

AnnettePB
14-Jan-2003, 03:12 PM
Thanks so much! Chris your suggestion worked! .. now.. one more question! :)

I went to the site to test. http://www.whitedogbone.com/acatalog/catalogbody.html
This company has a full SSL for their domain. I've checked under Business Settings - Payment and Security - SSL -ON I've tried both ways with the whole site, and just check out. When you try and check out it says.. this page contains secure and non-secure items, do you want to display the non-secure items.

This I think will scare potential buyers that the site is not really secure. I'm storing all graphics under the Site 1 Directory for Actinic, and under Advanced network Setup - SSL URLS I have the https:// prefix for both Catalog URL and CGI-BIN URL. Any ideas as to what I"m doing wrong?

cdicken
15-Jan-2003, 03:50 PM
This is pretty normal I'm afraid - I get it all the time when I check my credit card statements online.

It is caused by the fact that the images are in the non-secure bit but the perl is in the secure bit.

AnnettePB
15-Jan-2003, 04:04 PM
hmm! I've never had this happen with previous versions! Is there a way I can place the graphics in the right place so that customers don't get this warning?

paulh69
15-Jan-2003, 05:13 PM
until actinic fixes catalog, the only way to avoid 'this page contains both secure and nonsecure items' is to fix up the actinic templates with explicit https:// url's on all of the images and .js scripts in bounce.html, order00.html, order01.html, order02.html etc. and upload them to the server by hand after updating the site.

unfortunately actinic catalog will overwrite changes every time update

paulh69
15-Jan-2003, 05:22 PM
don't know if actinic could fix this by setting basehref to https://secure.domain.com in templates when use ssl is set or allowing img src="https:// etc. in the Act_ template files?