Plugin Support
Gabor
(@nextendweb_gabor)
Hi! Our slider isn’t in your website, like nothing at all. I can see, that you are using Master Slider. Did you wanted to contact them, or did you have our slider in your website?
I am using smart slider 2 It seems to have vanished from the php on zerif lite theme. Have you done an update?
Plugin Support
Gabor
(@nextendweb_gabor)
If you put our slider into your theme’s php code, then probably your theme got updated, and what you wrote inside it got deleted.
So currently our code isn’t loading in your website, there isn’t a shortcode anywhere on it, which would call it in.
Thats the most likely.
Zerif Lite: front-page.php
Where do I put the php? <?php
echo do_shortcode(‘[smartslider2 slider=”2″]’);
?> I forgot where is the best place
Plugin Support
Gabor
(@nextendweb_gabor)
Probably the best place would be in this position:
<header>
<div id="main-nav" ...>
</div>
-->HERE<--
<div class="home-header-wrap">
...
</header>
If you need me, I can send a screenshot, or help you to put there, just write to my email in that case: gabor@nextendweb.com
Is that in the frontpage.php
Ok for the record I just did it by replacing the bigtitle.php (for zerif lite theme) 🙂
Plugin Support
Gabor
(@nextendweb_gabor)
Okey, I’m glad it worked out! 🙂
BUt thats unique for zerif lite for other themes people can do as you said:
<header>
<div id=”main-nav” …>
</div>
–>HERE<–
<div class=”home-header-wrap”>
…
</header>