Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #875743

    Hi
    I use the plugin specific menu items to show only the menu items per page I want. But within the search result page, I get all of the menu items. Is there any posibility to decide, which menu items should be shown there? Possibly, the easiest way would be to give a single specific menu item to that page.
    Thank you in advance vor help
    René

    #875967

    Hey baiker,

    I’m not sure how that plugin works but send us a link to an example page and which menu items you don’t want on the page and we’ll give you some CSS to use.

    Best regards,
    Rikard

    #876058

    Hi Rikard

    Thank you very much for the quick reply!

    The plugin works like this:

    In every page in the admin section, I can check a checkbox to decide, which menu item on the frontpage should be hided.
    Backend Possibilities

    See example http://halden.dieklangfabrik.ch/betagtenheim There, you see only 6 of 13. This to „simulate“ a multipage without being one.

    When you browse to http://halden.dieklangfabrik.ch/?s= you see all the menu items.
    Let’s say the first line till „Kontakt“ is Tree 1 and the second Tree 2, with some pages with the same name.

    Because the search page is generated by the theme, I don’t have the possibility to check the checkboxes in the backend. And I’d like to stay in the „simulated tree“. Is there a way to say by css, which item should be shown and which not? Sorry, I checked the code and didn’t find a way for this by myself, shame on me…

    Thanks for help.
    René

    • This reply was modified 7 years ago by baiker.
    #876428

    Hi René,

    Yes, we can give you CSS to hide the items you want, which ones do you want to hide on the search page?

    Best regards,
    Rikard

    #878008

    Hi,
    I need to hide the menu items which are checked by the plugin. In the backend, there is the possibility to check the menu items for each page, post etc which should be shown or hide in the frontend.

    Best regards,
    René

    #878525

    Hi René,

    Please try the following in Quick CSS under Enfold->General Styling:

    .search #menu-item-599, .search #menu-item-113, .search #menu-item-545, .search #menu-item-501 {
      display:none !important;
    }

    Best regards,
    Rikard

    #878554

    Hi Rikard

    Thank you very much for trying to help me, but we found out that this plugin is not compatible with the mobile menu of enfold. So, anyway, I need a completely different solution.

    By the way for all of you which wants to use this plugin: it seems that it is no longer supported!

    René

    • This reply was modified 7 years ago by baiker.
    #878760

    Hi René,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #879056

    Hi
    You can close this topic.

    Best regards,
    René

    #879465

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Page specific menu items and the search results page’ is closed to new replies.