- Posts: 69
- Thank you received: 0
A couple of questions about the Style Designer
13 years 3 months ago #24639
by Gracy
Replied by Gracy on topic A couple of questions about the Style Designer
Hi Ivan, what do you mean with "Custom Style", I only have seen selection of the 5 above mentioned styles.
Is there a further custom style to select to make the style design "Select Image for Background" parameter to take effect?
Thanks
Roberto
Is there a further custom style to select to make the style design "Select Image for Background" parameter to take effect?
Thanks
Roberto
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #24648
by ivan.milic
Replied by ivan.milic on topic A couple of questions about the Style Designer
Sorry I did nor realized it's like this on that template. If you open index.php of template you can find this:
if($templateStyle) {
require(dirname(__FILE__).DS.'styles'.DS.'style'.$templateStyle.'.php');
}else{
$bodyBgImageFile = "bg.jpg";
$carouselBg = "carousel_bg.jpg";
$headingBg = "heading_bg.jpg";
$paperBg = "bg_paper.jpg";
$dateBg = "date_bg.jpg";
$linksColor = "#8B1E20";
}
so that parameters are not working, you must edit styleX.php files to do customization.
if($templateStyle) {
require(dirname(__FILE__).DS.'styles'.DS.'style'.$templateStyle.'.php');
}else{
$bodyBgImageFile = "bg.jpg";
$carouselBg = "carousel_bg.jpg";
$headingBg = "heading_bg.jpg";
$paperBg = "bg_paper.jpg";
$dateBg = "date_bg.jpg";
$linksColor = "#8B1E20";
}
so that parameters are not working, you must edit styleX.php files to do customization.
Please Log in to join the conversation.
Time to create page: 0.060 seconds