Pufflez
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Unconditional] Not getting a slider to work in the front page.Ok so I got the slider working, but on the right side of it i want a facebook feed, so I did this:
<?php
get_template_part( ‘top-nav’ );
if ( class_exists( ‘MetaSliderPlugin’ ) && ( is_front_page() ) ) {
echo do_shortcode(“[metaslider id=27]”);
echo do_shortcode(“[custom-facebook-feed]”);
} elseif ( is_front_page() ) {
?>The feed is there, but then I get this problem:
https://imgur.com/1e4Vv2PI’m not really sure what to do to get rid of that empty space, any suggestions?
This is the css for the facebook feed:
.cff-fixed-height {
overflow: hidden;
position: relative;
right:-1100px;
top: -300px;
}Forum: Themes and Templates
In reply to: [Unconditional] Not getting a slider to work in the front page.Hi again, no problems. I’m glad that you even spend your time helping me. The code works great! I have problem though, if you take a look at the site again, there is a little gap between the navbar and the top of the slider. I would like to add a color there. any ideas on how to fix this?
Forum: Themes and Templates
In reply to: [Unconditional] Not getting a slider to work in the front page.Sounds great! thank you!
Forum: Themes and Templates
In reply to: [Unconditional] Not getting a slider to work in the front page.Now it feels like im just spamming you, sorry about that. but im wondering about one more thing.
If I get the slider/facebook flow working, is there a way only to show them on the front page?
For the other pages I only want a background, which I could fill with text and pictures.Forum: Themes and Templates
In reply to: [Unconditional] Not getting a slider to work in the front page.I made this real simple picture to give you a feel on how I want it to look when all the pieces comes together.
Forum: Themes and Templates
In reply to: [Unconditional] Not getting a slider to work in the front page.Thank you for responding Zulf, I should have provided that in the first post, sorry.
I want to use the ‘Meta slider’
Website: https://www.metaslider.com/Shortcode: [metaslider id=27]
I hope this will help.
-Mattias