Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1331028

    Hi there,
    is there a possibility to put a Logo under the sidenavigation in the photography portfolio demo? And is it possible, do change the backgroundcolour for the Navigation?

    Thank you!
    Kind regards,
    Constanze

    #1331094

    Hey agentur2c,

    Thank you for the inquiry.

    What do you mean by “side navigation”? Are you referring to the navigation in the sidebar container? If so, then you can use an image widget in the Appearance > Widgets panel to display a logo in the sidebar. Add the widget in the Sidebar Pages or in the Displayed Everywhere widget area.

    Best regards,
    Ismael

    #1331333

    Hi Ismael,

    thanks for your reply, i tried, but it did not work and i guess its not what i meant.
    I sent you the link to the website – i want a second Logo in the green Sidebar on the left side under the navigation. I don´t know, if it make sense, because i don´t know where the logo could appear, if i watch the site on mobile devices..

    Thanks for your reply!
    Best regards,
    Conny

    #1331398

    Hi,

    Thank you for the inquiry.

    This is possible but when we checked the site, there seems to be no extra space below the sidebar navigation. The whole sidebar or side header is occupied. Where would you like the logo to appear?

    If you want to test it out, you can use this code in the functions.php file to insert an image or any element below the main menu.

    add_action("ava_after_main_menu", function() {
       $output = "<img class='av-secondary-logo' src='LOGO URL HERE' />";
       echo $output; 
    }, 10);
    

    Make sure to adjust the logo URL placeholder with the actual image URL.

    Best regards,
    Ismael

    #1331682

    Thank you Ismael, that worked, but it didnt look good :) So i placed the Logo in another Space. Thanks für your support!
    Best regards,
    Constanze

    #1331704

    Hi,

    No problem! You can also modify the includes > helper-main-menu.php file directly if you need to place the logo somewhere else, or create a copy of the file in your child theme to override it. Please feel free to open a different thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Picture beneath Navigation enfold photography portfolio demo’ is closed to new replies.