• Below is the code in wootique theme footer 1 widget area. The links works fine from the home page but when any of the links is click again from the page that it landed on the main url is repeated in the url section of the page and it says page not found. This happens when you click any of the links.

    Here is the code that I placed in the widget footer 1 area:

    <div id=”parent-footer”>
    <div id=”first”>Product Gallery</div>
    <div id=”second”>Blog</div>
    <div id=”third”>Return Policy</div>
    </div>

    <style>
    #parent-footer {
    width: 200%;
    white-space: nowrap;
    }

    #parent-footer div{
    display: inline-block;
    width: 33.3%;
    color: #5BB191;
    margin-left: 105px;
    padding: -60px;
    }

    #first{
    margin-right: 20px;
    }
    </style>

  • The topic ‘WordPress Widget Area Links Only Work From Home Page’ is closed to new replies.