I need some help here for an ongoing problem. I did contact you about this some time ago 6-8 weeks or more but didn’t get to the stage of implementing your then sugestion.
The site above works fine without HTTPS however when HTTPS is applied ‘Carousel 2’ stops functioning.
I understand the the whole site need to be secure in order for the whole sit to work correctly.
• I have downloaded and applied HTTPS-CDN-Helper.fwaction by double clicking the app.
• In the Action tab HTTPS-CDN-Helper I have checked use ‘HTTPS links to …’
• In the Action tab HTTPS-CDN-Helper I have also checked the Use Master checkbox.
• This have been applied to every page
Upon uploading the ‘Carousel 2’ stops functioning.
The CDN Helper is not active on the home page – I can see that the URLs are unchanged, still using http:// prefixes.
Have you tried this on a new page, not one based on a master, just to see if it works there? Sometimes when you modify a master page, the children don’t get the update. When that happens, the best way to reset things is to remove the actions from the master page, publish once, and then re-apply the actions. In between removing from the master and publishing, it is critical that you look at each page one at a time to ensure that the master action is truly gone. When the master content gets detached like this, you can end up with an “orphan” copy of it on the child page(s). You have to delete the one from the master (which should make all child pages dirty and needing re-publishing) but you also have to ensure that any of these orphan copies are gone too before you re-publish and re-apply the actions to the master.
Walter
On Jul 26, 2018, at 3:18 PM, Tony email@hidden wrote:
Hi Walter
I need some help here for an ongoing problem. I did contact you about this some time ago 6-8 weeks or more but didn’t get to the stage of implementing your then sugestion.
The site above works fine without HTTPS however when HTTPS is applied ‘Carousel 2’ stops functioning.
I understand the the whole site need to be secure in order for the whole sit to work correctly.
• I have downloaded and applied HTTPS-CDN-Helper.fwaction by double clicking the app.
• In the Action tab HTTPS-CDN-Helper I have checked use ‘HTTPS links to …’
• In the Action tab HTTPS-CDN-Helper I have also checked the Use Master checkbox.
• This have been applied to every page
Upon uploading the ‘Carousel 2’ stops functioning.
I thought I was using the latest version of carousel-2 Carousel2.fwaction (2018-03-21 ) but I was actually using Carousel2.fwaction (2013-03-02)
I read your instructions in the article in Action Forge Dated March 2018.
I then followed your suggestion here:
Drag the graphic box over the top of the HTML box, pressing the spacebar as you do. When the edges of the HTML box highlight blue, you may release the mouse button and let go of the spacebar. Then you may drag the image (which is now a nested child of the HTML box) into the top-left corner of the HTML box, or use the Inspector to do the same. Remove the Action from the image, and apply it to the HTML box, following the same settings as the Action on the graphic box.
The issue really won’t be solved by generating a new API key. A new API key won’t be able to accomplish anything your current API key can’t already to.
The only thing that will solve your issue is changing the “http://maps.googleapis.com/maps/api/js?.…” to “https://maps.googleapis.com/maps/api/js?.…”, which is just an addition of an ‘s’ in the url, that is, changing ‘http’ to ‘https’.
Do you not have any person more familiar with web development working with you that can make that change?
Or you said it’s entirely handled by the application you’re using? You need to see if, when providing your Google Maps API key, you can specify that the Map be loaded using https.