• MaritvanS

    (@maritvans)


    I think I figured out what I did wrong with the header.php file. But I still can’t find how to create a slider. In other support items I found that there should be slider settings in settings, but when I go to settings it shows no responsive image slider. And if I open responsive image slider on the dashboard, there are no settings…

    Can you please help me? Thanks!

    https://www.ads-software.com/plugins/responsive-header-image-slider/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter MaritvanS

    (@maritvans)

    I’ve read the txt file and added some code. I’ve added two Images to get started, but it doesn’t work. Nothing appears. So I’ve probably still a problem with the header.php file.

    This is what it looks like:

    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width”>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
    <div id=”page” class=”hfeed site”>
    <!– Header –>
    <header id=”masthead” class=”site-header” role=”banner”>
    <?php do_action( ‘sgwindow_header_top’ ); ?>
    </header><!– #masthead –>
    <div class=”sg-header-area”>
    <div class=”header-wrap”>
    <div class=”headerslider”>
    <?php
    echo do_shortcode(‘[sp_responsiveslider limit=”-1″ design=”design-1″ speed=”3000″ autoplay=”true” effect=”slide” autoplay_interval=”3000″]’);
    ?>
    </div>
    <?php
    do_action( ‘sgwindow_header_image’ );
    get_sidebar( ‘top’ );
    ?>
    </div><!– .header-wrap –>
    </div><!– .sg-header-area –>
    <div class=”main-area”>

    As you can see, all I’ve done is added your code. I’ve tried to put it on several places, even tried to replace the do_action( ‘sgwindow_header_image’ ) part with your code. In which case the whole header image dissappears from my website. No slider…

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello

    Can you please send us your website link.

    Thanks

    Thread Starter MaritvanS

    (@maritvans)

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Kindly contact us on our website

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can't find the settings’ is closed to new replies.