Image carousel in full column section?

Discussion in 'Figero WordPress Theme' started by falcott, Aug 7, 2013.

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

    falcott Member

    Joined:
    Dec 28, 2011
    Messages:
    32
    Likes Received:
    0
    Hi,

    Is it possible to have a portfolio image slider in the full column section on the homepage?

    I've tried a couple of plugins that use shortcodes, but they didn't work when I pasted in the codes into the text section.

    Thanks for your help.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and replace current code

    Code:
    <?php echo stripslashes
    With code given below

    Code:
    <?php echo do_shortcode
    Sending image for reference

    2013-08-07_1610.png


    Now, Paste your plugin shortcode in Full Cols Section
    Appearance > Theme Option > HomePage Full Cols > Full Cols Section


    This will solve your issue.
     
  3. falcott

    falcott Member

    Joined:
    Dec 28, 2011
    Messages:
    32
    Likes Received:
    0
    Thanks Gourav!
     
Thread Status:
Not open for further replies.

Share This Page