- Posts: 2
- Thank you received: 0
ssl problem
-
Pelle P
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago #23163
by Pelle P
ssl problem was created by Pelle P
I really like your fast and easy to use module!
But I have a Chrome problem.
Chrome will not show my pictures, because the pictures are not "secure".
Can I somehow enable HTTPS / SSL for Hot Imafe Slider?
Best Regards
Pelle
But I have a Chrome problem.
Chrome will not show my pictures, because the pictures are not "secure".
Can I somehow enable HTTPS / SSL for Hot Imafe Slider?
Best Regards
Pelle
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 weeks ago #23184
by ivan.milic
Replied by ivan.milic on topic ssl problem
hat can be cross-domain access restriction, but if your images are on your site that should not happen???
Please Log in to join the conversation.
-
Pelle P
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 4 weeks ago #23194
by Pelle P
Replied by Pelle P on topic ssl problem
The images are on the same server.
(I experience the same problem with mod_jt_slideshow.)
If I accept the "security risk" the pictures are shown.
You can see a demo here:
www.pls.dk/pls/hvem-er-pls/pls-opbygning
(Bottom of page)
If you open the page in Chrome, the animation will not start before you accept the risk...
(I experience the same problem with mod_jt_slideshow.)
If I accept the "security risk" the pictures are shown.
You can see a demo here:
www.pls.dk/pls/hvem-er-pls/pls-opbygning
(Bottom of page)
If you open the page in Chrome, the animation will not start before you accept the risk...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 weeks ago #23219
by ivan.milic
Replied by ivan.milic on topic ssl problem
Open
\modules\mod_hot_image_slider\tmpl\default.php
note this line (around 104)
<img id="slide-img-<?php echo $imageCounter; ?>" src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder ?>/<?php echo $imageArray[$imageCounter]; ?>" class="slide" alt="" />
instead of <?php echo $mosConfig_live_site; ?> you can just write
\modules\mod_hot_image_slider\tmpl\default.php
note this line (around 104)
<img id="slide-img-<?php echo $imageCounter; ?>" src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder ?>/<?php echo $imageArray[$imageCounter]; ?>" class="slide" alt="" />
instead of <?php echo $mosConfig_live_site; ?> you can just write
Code:
https://www.yoursite.com
Please Log in to join the conversation.
Time to create page: 0.260 seconds