New Landing How can we help? Themeforest Theme Support Flexform Revolution Slider Full Width not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #10950
    catmatch
    Member
    Post count: 5

    Hi,

    I cannot get the revolution slider to be full width as is shown on the Flexform demo site. I have created a Home page, added a slider as “Auto Responsive”, 1170×450 and still no go. After digging a bit into code it appears that line #391 of the header.php code is NOT TRUE so the revslider never gets wrapped in the correct markup.


    if (is_page()) {
    $show_posts_slider = get_post_meta($post->ID, 'sf_posts_slider', true);
    $rev_slider_alias = get_post_meta($post->ID, 'sf_rev_slider_alias', true);
    if ($show_posts_slider) {
    get_posts_slider();
    } else if ($rev_slider_alias != "") { ?>
    <div class="home-slider-wrap">
    <?php echo do_shortcode('[rev_slider '.$rev_slider_alias.']'); ?>
    </div>
    <?php }
    }

    In fact the meta option “sf_rev_slider_alias” is not set anywhere in my wp_postmeta table which leads me to believe that either I am adding the slider incorrectly for the home page or there is a bug somewhere…

    Tx,
    Jason

    #11043
    catmatch
    Member
    Post count: 5

    I figured out what I was doing wrong. If you want a slider added to the top of the page full-width as in the Demo you need to add the slider via the “Page Meta -> Slider Options -> Revolution slider alias”. I was incorrectly adding the slider via the Swift Page Builder Revolution component. Hope this helps someone else.

    ~Jason

    #11051
    RossPepperell
    Member
    Post count: 49

    thank god for that…. i’ve been asking that question for over a week!

    #16089
    inpulsion
    Member
    Post count: 13

    Thanks for the answer, i looked for the answer for a long time !

    #16606
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register