I am running wp on Apache, site urls set to https://, permalinks set to “Post Name” and have the same symptoms on the individual file download page:
1) “Description tab is blank.”
2) “Download” button throws page view back to top of page, but does not download.
Traced to line# 398 in ‘CMDownloadController.php’ – "wp_enqueue_script('jquery-tools', 'https://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js', array('jquery'));
“
which throws
ERROR –
“Mixed Content: The page at ‘https://haliwa.org/cmdownloads/atlena-h-richardson-evans-staff-of-the-year-award/’ was loaded over HTTPS, but requested an insecure script ‘https://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js?ver=4.8.1’. This request has been blocked; the content must be served over HTTPS.
Manually edited line# 398 to “https…”, fixed Mixed Content error but threw new errors. Manually entered cdn url in browser as “http…” – retrieved file no problems; entered as “https…”, returned 404 error. Change to relative url “//cdn…” throws 404.
3) Link in “Back to All Downloads” text is not active under any circumstances.
This thread might have relevant info… Jquery conflict with jquery tools
-
This reply was modified 7 years, 2 months ago by coldwinterwind. Reason: Added additional troubleshooting onfo
-
This reply was modified 7 years, 2 months ago by coldwinterwind. Reason: More debug reference info