Home Button and Lead Form

Discussion in 'Infoway WordPress Theme' started by btesnar, Mar 7, 2013.

  1. btesnar

    btesnar New Member

    Joined:
    Mar 7, 2013
    Messages:
    12
    Likes Received:
    0
    Just purchased Inkway today. I have two initial issues that I'm hoping you can help with. First, for some reason, I have two "Home" buttons on the menu. Second, When I turn Captcha off on the lead generation form, the "Send You Message" button becomes off center.

    http://new.opendoorchurch.net/zaktest/
    Tested in Chrome Version 25.0.1364.152 m and IE 8.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


    To solve the 2 Home Pages Issue.

    Follow the steps below.

    Step 1: Make sure you dont add a new page named "Home". The Themes comes with its own Home Page and therefore there is no need to Add a "Home" Page. If you have already added the new page named "Home", you need to delete that.

    Step 2: Make sure you have your reading settings appear as shown below.


    [​IMG]

    The extra Home would be removed automatically.

    2.For your second issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS



    Code:
    .signupForm .signinForm input[type="submit"] {
    margin-left:0px;
    }
     
  3. btesnar

    btesnar New Member

    Joined:
    Mar 7, 2013
    Messages:
    12
    Likes Received:
    0
    Both worked, thank you. But now which page do my blog entries go on? It's probably a simple fix, but I am new to WordPress.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Your post seems at the blog page, check link for reference



    This will solve your issue.
     

Share This Page