adz1976 Posted August 14, 2008 Posted August 14, 2008 Hi Got everything working on the flash carousel but there is just one problem. My site is running SSL (https) & I presume this is where the problem lies. When the index page loads up it comes up with a message: THIS PAGE CONTAINS BOTH SECURE & NONSECURE ITEMS. DO YOU WANT TO DISPLAY THE NONSECURE ITEMS. When I click YES the page loads up fine with the carousel working perfectly but obviously I need to get rid of this message. Here is the code I had to replace in the index page, everything runs fine until this code is added. Open catalog/index.php and find below line : <td class="main"><?php echo TEXT_MAIN; ?></td> Replace with below line: <td class="main" align="center"><?php include(DIR_FS_CATALOG . 'kampanya.php'); ?></td> Is it something here that needs changing or would it be in the kampanya.php ? I did have to change something a while back on a different contrib & i'm sure I had to change the image paths from http to https but I have looked in the FLASH CAROUSEL files & replaced certain http to https sections but still can't get it to work. Does anyone know what I would need to do to get this working properly ? Hope you can help Thanks in advance Adz :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.