Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
JackAndCoke
JackAndCoke
Our custom pages work well when "Window Type" is set to "Usual Window," but when set to "Popup Window," the output doesn't match our site styles. The font will be Times Roman instead of Helvetica, etc.
 
I've tried altering the tinyMCE.init info to direct it to our site's css, but it doesn't make a difference. Plus, when I view the source code of the published popup, it indicates that it IS using our site's .css, but the output doesn't reflect that.
 
Any help would be greatly appreciated, as our site looks disjointed with conflicting styles due to this issue.
 
Vera
Vera
Try one of the following:
 
1. Add <base href="http://www.adseyewear.com/" /> to ./template/current_design_folder/page_popup.html
 
2. Add to ./template/current_design_folder/page_popup.html into the <head> section css descriptions i.e.
 
<style type="text/css">
.middlebg .middleTitle{required desc here for header}
 
.middlebg .headerbg{required desc here for close link}
</style>
 
3. Add inline styles to <div class="middleTitle"> and <a class="headerbg" href="javascript:window.close();">
 
I think the first one should solve the problem.
 
Regards,
ViArt Team
 
JackAndCoke
JackAndCoke
I finally got back to this issue and wanted to thank you for the reply, Vera. #1 did the trick.