That’s strange because we add checks for ssl in the definitions, but you could try changing that initial block of code to this:
if (file_exists(EVENT_ESPRESSO_UPLOAD_DIR . "tickets/templates/css/base.css")) {
$base_dir = content_url('/uploads/espresso/tickets/templates/css/');//If the template files have been moved to the uploads folder
} else {
$base_dir = ESPRESSO_TICKETING_FULL_URL.'templates/css/';//Default location
}
Viewing 3 reply threads
The support post ‘Ticketing CSS – force HTTPS to css path (EE 3)’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.