Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #90662
    Chatfield Court
    Participant

    I would like to add my privacy policy to my footer. I created one in pages and created a new menu and added that to a widget. Now, however, I have a privacy policy in my footer and in pages (2 places on the blog) and I only want it in the footer. Is there a way to hide it in my pages but allow visitors to access it when they click the link in the footer?

    Thanks!

    #90673
    Mahesh
    Keymaster

    @chatfield-court: Can you please clarify more? Have you put the link in two places? And is it displaying twice or something? And please post in your site url.

    Regards,
    Mahesh

    #90674
    Chatfield Court
    Participant

    Hi Mahesh,

    Yes, I have the link in two places right now, in the menu bar near the top of my blog, and in the footer. If I remove the one in the menu bar and leave the one in the footer (which is the only one I want on the blog) I get a 404 error page when I click on the link.

    chatfieldcourt.com

    #90685
    Mahesh
    Keymaster

    @chatfield-court: You are using Custom Menu widget for the Privacy Policy link in the footer. It should have worked fine, I don’t know how you are getting 404 error page.
    Please try adding text widget in the footer widget area and put the following in the content and save it and check if it works (You can leave the title for widget blank or put any desired text you want).
    <a href="http://www.chatfieldcourt.com/privacy-policy/" title="Privacy Policy">Privacy Policy</a>
    Let me know if any problem.

    Regards,
    Mahesh

    #90698
    Chatfield Court
    Participant

    Mahesh,

    The link works fine in the footer as long as I have it on my menu bar, at the top of my blog, too. I want to remove the page in the menu bar and only have the link in the footer. I don’t know how to do that.

    #90831
    Chatfield Court
    Participant

    Any idea how to hide the page but keep the link in the footer?

    Thanks

    #90896
    Mahesh
    Keymaster

    @chatfield-court: If you want the privacy policy in the footer only as it was and remove the link in the menu. Put the setting as you’ve used earlier to display the link in both menu and the footer, then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page_item page-item-15599 {
        display: none;
    }

    Note: This will hide the link in the menu.
    Hope this helps.
    Let me know if any problem.

    Regards,
    Mahesh

    #90926
    Chatfield Court
    Participant

    Hi Mahesh,

    I added the code in Custom CSS but the link is still in the menu.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding Privacy Policy in Footer (only)’ is closed to new replies.