Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Menno Luitjes

    (@mennolui)

    Hi there,

    The width of Post slide fields (such as title, date and content) are by design limited to 2/3rd of the width of the screen, to keep text readable.

    You however are using the Post slide to display some special HTML (or is it a shortcode?). Post slide is not designed to do that. You could however keep using the Post slide and add some CSS:

    .foyer-slide.foyer-slide-post .inner .foyer-slide-fields {
    width: 100% !important;
    }

    Does that work for you?

    I might add a special HTML slide format in a future release that allows you to just add any HTML or shortcodes you might like to display on a slide. Without any slide styling such as limiting the width. Would that be a solution for you?

    Menno

    Thread Starter rviyengar

    (@rviyengar)

    Hi,

    It works now. You are right, the post contains shortcode of masterslider plugin I was trying to show posts (from rss feed) as slider. It would be nice if you could think about (1) adding shortcodes to slides
    (2) rss feed slider

    thanks
    RV

    Plugin Author Menno Luitjes

    (@mennolui)

    I am definitely thinking about adding shortcodes to slides ??
    How would an RSS feed slider work, and what would it look like? Any examples?

    I would like this as well.

    I would like the option of having one of the slides be the local weather using one of the weather widgets. So a slide type that is a full width widget container or shortcode would be awesome.

    Other than those, this plug-in rocks! Keep up the great work.

    CH

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post does not display fullscreen’ is closed to new replies.