If you are using antisnews theme and your home page comes blank. Then the problem is due to that Slider is not working.
This problem will be solved after decrease in pictures size of slider.
The size of Pictures used in Slider should be 630 by 396 .
Thanks
]]>Hey y’all, i’ve been trying to edit the color of a few elements in the Antisnews theme, they are:
#contentcontainer (the background of the main area)
#tier1 .tier1side h2 (the background of one of the category headings)
I’ve found on the other threads that the line of codes I need to change are in the style.php file, which i’ve found and opened, however when I Find the code I need to change, there is no hex to change but rather some php code. I’m not familiar on how to change these and if anyone could help out i’d appreciate it very much!
Here is an example of the code that I am having trouble figuring out how to change.
#contentcontainer { <?php if($bodycontentcontainerroundedcorners == 'on'){?>border-color:<?php echo $bodycontentcontainerbackgroundcolor;?>;-moz-border-radius-topleft: <?php echo $bodycontentcontainerroundedcornersradius; ?>px; -moz-border-radius-topright: <?php echo $bodycontentcontainerroundedcornersradius; ?>px;-khtml-border-radius: <?php echo $bodycontentcontainerroundedcornersradius; ?>px;-webkit-border-top-right-radius: <?php echo $bodycontentcontainerroundedcornersradius; ?>px;-webkit-border-top-left-radius: <?php echo $bodycontentcontainerroundedcornersradius; ?>px;border-radius-topleft: <?php echo $bodycontentcontainerroundedcornersradius; ?>px;border-radius-topright: <?php echo $bodycontentcontainerroundedcornersradius; ?>px;<?php }?>clear:both; padding:10px; margin:<?php echo $bodycontentcontainertopmargin;?>px auto 0px auto; width:990px; float:left; background:<?php echo $bodycontentcontainerbackgroundcolor;?>;}
and
#tier1 .tier1side h2 {
background:<?php echo $featured2h2backgroundcolor;?>;
color:<?php echo $featured2h2fontcolor;?>;
<?php if(isset($featured2h2backgroundcolor) && !empty($featured2h2backgroundcolor) && !($featured2h2backgroundcolor == "none") ){?>padding:5px 0px 5px 10px;margin-bottom:10px;<?php } else {?>margin-bottom:10px;<?php } ?>
font-size:<?php echo $featured2h2fontsize;?>;
font-weight:<?php echo $featured2h2fontweight;?>;
}
Any help would be greatly appreciated!
]]>