Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #544577

    Dear Kriesi team,

    First of all, thank you for all your cool theme and sorry for my english :)

    I have two questions about Enfold theme and i haven’t found any answer in the existing post in this forum (maybe i did not look enough into this forum)

    I am using enfold theme with the “photography” template style

    1. Is there a way to force the menu to be hidden, with the mobile menu button in the top corner to make the menu show / hide for one page only ? (in order to have the home page in full screen without the menu on the left)
    2. In the portfolio it is possible to navigate from page to page with 2 arrow on the left and right (right arrow is for next post, and left arrow for previous post). I have made a modification in the function.php if i remember well, to force the arrow to stay in one category only. But when i am on the last post page, there is only the left arrow. Is there a way to have a loop with those 2 arrows ?)

    Again, thank you for all your theme and your kind support.

    Jerome

    #544621

    Hey super-webmaster!

    1. Add this to your custom CSS.

    #advanced_menu_toggle { display: none; }
    

    And then in the page you want it to display on add this to a codeblock element.

    <style type = "text/css">
    @media screen and (max-width: 767px) {
    #advanced_menu_toggle { display: block !important; }
    }
    </style>

    2. That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with that customization.

    Regards,
    Elliott

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