Tagged: , , ,

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

    How can I add a custom image near the social icons? Not a logo, just an image surrounded by a href.

    Thanks.

    #310712

    Hey aregowe!

    Please go to Enfold/includes folder and open helper-main-menu.php file and find

    <div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>

    and add your image right below it as following

    <div class='custom-header-image'><a href='http://kriesi.at' target='_blank'><img src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' /></a></div>

    Then you can adjust its position using custom CSS in Quick CSS field in Enfold theme options under General Styling tab

    .custom-header-image { position: relative; right: 0; top: 10px; }

    Best regards,
    Yigit

    #310980

    Hi Yigit, I’ve done the steps above, but nothing is happening at all.

    The image or href are not being displayed, even in the code of the page at all. Any ideas?

    http://216.14.124.114/~ecatalogservices/WordPressTest/

    That section of helper-main-menu.php now looks like this:

    <div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>
    
    <div class='custom-header-image'><a class='live-help' onclick='return SnapABug.startLink();' href='#'><img border='0' alt='Live Help: Online' src='https://snapabug.appspot.com/statusImage?w=1a1e827f-2f3e-4143-83c5-519222219617'></a></div>

    However, nothing of the above code is displayed on the actual web page. Not even the custom-header-image div.

    Thank you.

    • This reply was modified 9 years, 6 months ago by aregowe.
    #311156

    Hi!

    Thank you for the update.

    I checked the website and the live-help image is showing up fine. I guess you figured it out.

    Best regards,
    Ismael

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