marjolek
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with Chrome and Safarimy mistake , already solved
Regards
thxForum: Themes and Templates
In reply to: [Rookie] slider in the headerThanks Roch,
Kind Regards,
-marjolekForum: Themes and Templates
In reply to: [Rookie] slider in the headerI solved this by adding css (margin-top:54px) in header.php,
<header id="masthead" class="site-header" role="banner" <strong>style="margin-top:54px"</strong>> <?php echo do_shortcode("[metaslider id=1094]"); ?> <!--<?php rookie_header_area(); ?>--> </header><!-- #masthead -->and adding css in style.css:
.site-content { margin-top: -24px; }It works but I don’t know it is correct
Forum: Themes and Templates
In reply to: [Rookie] slider in the headerForum: Themes and Templates
In reply to: [Rookie] slider in the headerThanx, it’s work well,
i used “meta slider” plugin and replaced code in header.php:from:
<header id="masthead" class="site-header" role="banner"> <?php rookie_header_area(); ?> </header><!-- #masthead -->to:
<header id="masthead" class="site-header" role="banner"> <?php echo do_shortcode("[metaslider id=1094]"); ?> </header><!-- #masthead -->works fine, but now i have padding line (transparent bar 10px) between menu block and content block – how to get rid of it??
Forum: Themes and Templates
In reply to: [Rookie] slider in the headerThx Roch, but where to put shortcode or php plugin code (e.g. HugeITSlider php: <?php echo do_shortcode(“[huge_it_slider id=’1′]”); ?> )
Viewing 6 replies - 1 through 6 (of 6 total)