Fron Page Off with slider

Discussion in 'Infoway WordPress Theme' started by baldi79, Dec 15, 2014.

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

    baldi79 New Member

    Joined:
    Aug 25, 2014
    Messages:
    3
    Likes Received:
    0
    Hi all,

    is it possible to deactivate the front-page maintaining the slider on the top of the website?
    I'm wondering on the community but I didn't understand how to do it. What I have to modify?
    Thank you in advance

    Enrico
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    You can remove slider from front page.
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider_wrapper div#featured,.slider_wrapper .slider_shadow
    {
    display:none;
    }
    Thanks & Regards
    Pramod
     
  3. baldi79

    baldi79 New Member

    Joined:
    Aug 25, 2014
    Messages:
    3
    Likes Received:
    0
    Thanks, but I need exactly the opposite solution... I have front-page OFF and I want to display the slider...
    Is it possible?
    regards

    Enrico
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    Download given file.
    Extract and copy all text on it.
    Open you index.php file from Appaerance => Editor=>index.php
    Delete all code from index.php.
    Paste all copied code from downloaded file in blank index.php file.
    This will resolve your issue.


    Thanks & Regards
    Pramod
     

    Attached Files:

  5. baldi79

    baldi79 New Member

    Joined:
    Aug 25, 2014
    Messages:
    3
    Likes Received:
    0
    It works perfectly.
    Regards
     
Thread Status:
Not open for further replies.

Share This Page