Create One Footer Widget, have image slideshow run

Discussion in 'Infoway WordPress Theme' started by kish_coalition, Aug 26, 2013.

Thread Status:
Not open for further replies.
  1. kish_coalition

    kish_coalition New Member

    Joined:
    Dec 24, 2012
    Messages:
    2
    Likes Received:
    0
    Hi

    I have installed the infoway theme. For the footer widgets, instead of 4 different widgets, I just want one widget and I want to run the Image horizontal reel scroll slideshow plugin along the bottom, taking up the space of the entire footer widget area

    Can someone help me in regards to this, my site isn't live yet, just using instant wordpress for a local installation to show someone to see if they like it

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Open "sidebar-footer.php" file and replace it's code with the code given below.

    Code:
    <div class="footer_widget first">
                <?php if (is_active_sidebar('first-footer-widget-area')) : ?>
                <?php dynamic_sidebar('first-footer-widget-area'); ?>
            <?php else : ?>
                  <h4>About This Site</h4>
                  <p>
                    <!--<span class="colorway">Colorway</span>-->
                    A cras tincidunt,  is a  tellus et. Gravida scel sum sed iaculis, is a nunc non nam. Placerat sed hase llus, purus purus elit. </p>
                    <?php endif; ?>
                </div>
    After that you can add your image slider in the first footer widget area.
     
  3. kish_coalition

    kish_coalition New Member

    Joined:
    Dec 24, 2012
    Messages:
    2
    Likes Received:
    0
    Thank you so much Nitesh

    It worked perfectly

    Greatly appreciated
     
Thread Status:
Not open for further replies.

Share This Page