Coups theme not loading css
Hello,
I purchased the Coups Child Theme for Clipper.
I had it installed and activated as instructed.
The site was working perfect with the default Clipper Theme but on activating the Coups theme, the website is loading. Its like missing css support.
I have compared the codes with the demo version using View Source and below is what I saw.
DEMO COUPS THEME codes:
<link rel='stylesheet' id='at-main-css' href='http://demos.reloadweb.co.uk/coups/
wp-content/themes/coups/style.css?ver=4.3' type='text/css' media='all' />
<link rel='stylesheet' id='colorbox-css' href='http://demos.reloadweb.co.uk/coups/
wp-content/themes/clipper/framework/
js/colorbox/colorbox.css?ver=1.5.14' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-style-css' href='http://demos.reloadweb.co.uk/coups/
wp-content/themes/clipper/framework/styles/jquery-ui/jquery-ui.min.css?ver=1.11.2' type='text/css' media='all' />
<link rel='stylesheet' id='app-reports-css' href='http://demos.reloadweb.co.uk/coups/
wp-content/themes/clipper/includes/reports/style.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='rw-cp-srt-flt-style-css' href='http://demos.reloadweb.co.uk/coups/
wp-content/plugins/sorted-filtered-coupons/sorted-filtered-coupons.css?ver=4.3' type='text/css' media='all' />
<link rel='stylesheet' id='at-reloadweb-color-css' href='http://demos.reloadweb.co.uk/coups/
wp-content/themes/coups/styles/black.css?ver=4.3' type='text/css' media='all' />
MY SITE COUPS THEME codes:
<link rel='stylesheet' id='at-main-css' href='http://www.mysite.com/
wp-content/themes/clipper/assets/css/style.min.css?ver=2.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='colorbox-css' href='http://www.mysite.com/
wp-content/themes/clipper/theme-framework/
js/colorbox/colorbox.min.css?ver=1.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-style-css' href='http://www.mysite.com/
wp-content/themes/clipper/framework/styles/jquery-ui/jquery-ui.min.css?ver=1.11.2' type='text/css' media='all' />
<link rel='stylesheet' id='
wp-jquery-ui-datepicker-css' href='http://www.mysite.com/
wp-content/themes/clipper/framework/styles/datepicker/datepicker.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='app-reports-css' href='http://www.mysite.com/
wp-content/themes/clipper/includes/reports/style.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='at-reloadweb-color-css' href='http://www.mysite.com/
wp-content/themes/coups/styles/red.css?ver=4.9.6' type='text/css' media='all' />
Looks like the Coups Theme CSS is not being loaded.
Please guide.