Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #974975

    Is there a way to use that area to add a couple of images with hyper links when in PC (not mobile) view mode?
    The red area here: https://www.clinicscanhelp.org/wp-content/uploads/2018/06/CCH-editing-goals.jpg

    Ideally we would want a pair of .png buttons with a link for Donations & “Amazon Smile” – thanks!

    If that isn’t feasible, how about the right side of the header area (where the shopping cart icon appears.)

    Note:
    1) This is mostly desired only for the full view and not mobile view – if that’s easier to do just for the one.
    2) I looked over the forums, but couldn’t figure out how to search in a way that helped me find the answer if anyone asking about it.

    Thanks!

    #975104

    Hey Arctander,

    Thank you for using Enfold.

    You can use the “wp_nav_menu_items” filter or the “ava_inside_main_menu” action hook to render additional elements beside the main menu. Example.

    add_action('ava_inside_main_menu", function() {
        // your code here
    });

    Just add it in the functions.php file.

    Best regards,
    Ismael

    #975275

    Thanks for the reply Ismael, I’ll work to learn more and implement it :)

    #975305

    Hi Arctander,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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