Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • alisanta

    (@alisanta)

    as long as you view your page source and see gzip information on the bottom of the html code, rest assured that the gzip is working as expected.

    If what you mean is featured slider, then the easiest way is don’t use this template.
    Just use normal template, as I believe it will achieve what you want.

    To modify the php, create child template. on showcase.php, line 39 where the comment “Begin the featured posts section.” .. removed until line “End check for sticky posts.”

    This is my replacement style.css to display logo, while hide the text of blog title & description.
    Background color inside HGROUP can be removed or changed to match your logo background, here I replace to black.

    #branding img.logo-image { float: left; clear: none; margin-left:7.6%; margin-top:20px; margin-bottom:20px;width:292px; height:85px;}
    #branding hgroup {margin:0px;}
    hgroup {
    	height:140px;
    	width:1000px;
    
    		background:#000;
    	}
    #site-title { display:none;float: left; clear: none; margin-left: 2%; padding-top: 5px; margin-right: 0; width: 70%; }
    #site-description {display:none; float: left; clear: none; margin-left: 2%; margin-right: 0; width: 70%; }
Viewing 3 replies - 1 through 3 (of 3 total)