Both _nitobe_fixed_header_css and _nitobe_random_header_js include the base URL in the urls for the images. This breaks the theme for use under ssl. The fix should be to simply remove the base_url and have them be relative.

Comments

Pedro Lozano’s picture

Status: Active » Fixed

I've fixed the code to use the url() function when generating the url (with the "absolute" option), that should properly generate the url with https in case you are using ssl.

Commited to 7.x-2.x and 6.x-4.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.