Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1048666

    Good evening, I wish to make the parent page “Nos collaborateurs” inaccessible is just a page where there is a sub menu “Nos influenceurs” and “Nos artistes”. The page remains accessible, I would like to block it please.

    cordially

    #1048700

    don’t create a page for this purpose, just create a voice in the menu called custom link and as a link you can type #
    then you add the two sub pages under the main voice.

    #1048847

    Hi,

    @marco3253
    thank you for sharing.


    @gabs01
    did this solution work for you?

    Best regards,
    Mike

    #1048863

    Good evening, very well thank you but we can still click on ‘Nos collaborateurs’ that I put in custom link we fall on the section home page, but there is not a way to completely block this page please ?

    #1048908

    Hi,
    Please try creating your menu item like this:
    2018-12-23-144805
    If this doesn’t help, please include a admin login in the private content area so we can assist.

    Best regards,
    Mike

    #1048923

    Thank you for your answer yes I did like that it worked emrci I was just asking if it was possible to close the page we can not click on because sic ‘is aps possible is already good like that thank you.

    #1048926

    you don’t need to create a page, if you need only the main menu item you can delete the page and that’s it. Anyway, there is no function in the theme that make a page unaccessible, you will need a plugin for that. But I repeat, it’s not the way you do a menu/submenu system.

    #1048932

    Hi,
    Thank you @marco3253 good points.
    Just for the sake of “can it be done”
    you could use this css to hide any page or post, just change the page ID to the one you want to hide:

    #top.page-id-626 {
    display: none !important;
    }

    Here is a plugin that adds a function: Unlist Posts & Pages

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.