Check-in pages not loading stylesheet
-
I have found a weird bug where the checkin pages are wrongly formating the stylesheet url.
The WordPress site is installed as a web app on Azure and is running WP v4.7 and OT CE v2.6.1
The files found in /templates/checkin/ each have the code:
<link href="<?php echo esc_attr($stylesheet) ?>" id="checkin-styles" rel="stylesheet" type="text/css" media="all" />but this incorrectly formats the stylesheet url tohttps://example.com/D:/home/site/wwwroot/wp-content/plugins/opentickets-community-edition/templates/checkin/style.cssAny ideas?
The topic ‘Check-in pages not loading stylesheet’ is closed to new replies.