missing bkgrnd image in ver 1.8

used quickstart for latest 1.8 version…however the bkgrnd image is missing…

http://milliganbrandknits.net/

thanks

2 answers

Profile photo of Sherlock 0.00 $tone November 26, 2013
Public

HI Mate,

you can open the file of skin\frontend\default\jm_mago\wavethemes\jmbasethe me\profiles\default\default.css.php there you would see this line

PHP Code:

background-image:url("../../../../../../../media/joomlart/jmbasetheme/<?php echo $baseconfig["bgimage"]; ?>");


change it to

PHP Code:

 background-image:url("images/<?php echo $baseconfig["bgimage"]; ?>");


you can also apply this change to all the .css.php files under skin\frontend\default\jm_mago\wavethemes\jmbasethe me\profiles

#1

This question is now closed

Written By

Comments