[Resolved] Meta Slider

Home Forums Support [Resolved] Meta Slider

Home Forums Support Meta Slider

  • This topic has 30 replies, 3 voices, and was last updated 9 years ago by Tom.
Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • #73139
    Tom
    Lead Developer
    Lead Developer

    You’re welcome!

    #78519
    Mark

    Hi Tom,

    I’m trying to get this plugin to stretch to the full width of the site (not just the content container) but can’t seem to do it…

    I’m using this code in the content section of the Page Header:

    <?php
    echo do_shortcode(“[metaslider id=95]”);
    ?>

    But it’s still fitting the slider to the content width instead… What am I doing wrong?

    Thanks,

    Mark

    #78741
    Tom
    Lead Developer
    Lead Developer

    Hi Mark,

    I have to add an option to the Page Header that allows you to choose full width/contained with regular content.

    Which page are you adding this to? Mind linking me to it? I should be able to provide some simple CSS to get the job done.

    Let me know πŸ™‚

    #79117
    Mark

    Hi Tom,

    Yep, no problem. Site is: http://www.flintmarketing.co

    It’s only the homepage that I want the slider on, hence why I tried to go through Page Header rather than the Hooks.

    Thanks,

    Mark

    #79132
    Tom
    Lead Developer
    Lead Developer

    In that case, this CSS should do the trick:

    .home .inside-page-header-container.grid-container.grid-parent {
          max-width: 100%;
    }
    #79188
    Mark Flint

    Thanks. Whereabouts do I add the Metaslider shortcode though?

    #79189
    Mark Flint

    Sorted it! Seems to be working perfectly.

    Spot on, thanks for the advice Tom!

    Mark

    #79286
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! πŸ™‚

    #82240
    Faisal Abbas

    how to remove top margin from slider.. help plz :'(

    #84064
    Tom
    Lead Developer
    Lead Developer

    Can you link me to the page so I can give you some CSS?

    Thanks!

    #95754
    Austin

    Hi, I am also using MetaSlider in GeneratePress and hoping to get my slide show to fill the content space end to end, and butt up against the bottom of the navigation bar (so no white border). I still want the content below to have a padding I can customize. I have followed this whole thread but I can’t seem to solve it, dang!

    sequimfoodbank.org

    Thanks!

    #95912
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Have you tried removing the top padding from the content area using the Spacing add-on? Doing so will remove that white space.

    To do it only on your homepage, you can use this CSS:

    .home.one-container .site-content {
          padding-top: 0;
    }
    #96234
    Austin

    Tom,

    Thank you, that worked out.

    However the side white borders are still there. Do you think you can help me get the edges of the MetaSlider the full width of the window? For example: the metaslider on the home page of http://www.flintmarketing.co ?

    #96253
    Tom
    Lead Developer
    Lead Developer

    Ah, does Meta Slider have a force full width option?

    If not, you would have to use the Page Header add-on.

    Add your shortcode in the Page Header content section, and then set the container type to “Fluid”.

    Let me know if that does the trick πŸ™‚

    #96749
    Austin

    I was able to get close to what I want. Thank you!

Viewing 15 posts - 16 through 30 (of 31 total)
  • You must be logged in to reply to this topic.