used quickstart for latest 1.8 version…however the bkgrnd image is missing…
http://milliganbrandknits.net/
thanks
2 answers
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
THANKS! WILL implement this later….
This question is now closed