Creating a blank landing page

Discussion in 'Infoway WordPress Theme' started by nationsloans, Apr 19, 2014.

  1. nationsloans

    nationsloans New Member

    Joined:
    Apr 16, 2014
    Messages:
    7
    Likes Received:
    0
    Is there any way to create a blank landing page with no menu or widgets. Basically a blank page with my logo and info bar at the top. I then plan to insert a contact info form.

    My goal is to direct customers to this page only to collect there info.

    http://www.nationsloans.net/get-a-quote-landing-page-1/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    For this you need to create your desire Landing Page from the Page > Add New panel of your dashboard
    and then go to the Appearance > Theme Options > General Settings panel in your dashboard and turn OFF the front page from the "Front Page On/Off" section.
    After that go to the Settings > Reading panel in your dashboard and select Static Page Option and then select your Landing Page as a front page from there.
     
  3. nationsloans

    nationsloans New Member

    Joined:
    Apr 16, 2014
    Messages:
    7
    Likes Received:
    0
    Wouldn't this make the new landing page the first page that visitors see when they go to nationsloans.net?

    I still want my home page to be the first page a visitor sees when they go to my website. The landing page would only be for vistors who are directed to it from advertising. Just want a blank page with none of the widgets or menu bar that I can insert a form in. Does that make sense?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-id-98 .wrapper_menu {
    display: none;
    }
    .page-id-98 .footer-wrapper {
    display: none;
    }
     
    and then use the page link given below to collect the info of customers.


     

Share This Page