Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #280066

    How do I add this image beside the logo?

    #280126

    Hi Guilherme!

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

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);

    and add your image right below it as following

    echo "<div class='header-image'><img src='linktoyourimage' /></div>";

    Cheers!
    Yigit

    #280627

    Hi, I need to include this underneath the social bar, how do I do it?

    <?php include('sourcelab/auth.php'); ?>

    #280632

    also, from the logo image, depends on the logo size it changes, how do i keep the image beside the logo always?

    #280656

    Hey!

    1- Please add your flag right after following line in the same file

    <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_'); ?>'>

    2- Can you elaborate? Maybe you can post the link to your website so we can see the issue?

    Regards,
    Yigit

    #280701

    I need to incorporate this underneath the social media (LINK).

    Link of the website: http://www.domussapiens.com.br

    #280914

    Hey!

    Thank you for using the theme!

    Use the iframe tag in order to add the authentication page. I’m not sure if the form is going to work though. Edit includes > helper-main-menu.php, find this code on line 102:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    Below, add this code:

    <iframe src="http://domussapiens.com.br/sourcelab/auth.php"></iframe>
    

    Add this on Quick CSS or custom.css:

    div#header_main iframe {
    float: right;
    position: relative;
    top: 50px;
    display: block;
    width: 500px;
    }

    Best regards,
    Ismael

    #357293

    Hi, sorry to re-open this but I’m trying to do it again and the screen turns everything black.

    #357480

    Can somebody save me? :(

    • This reply was modified 9 years, 4 months ago by Guilherme.
    #357555

    Hey!

    Please go to wp-content/themes/enfold and remove the code from Functions.php file and post temporary admin login credentials here privately so we can look into it

    Regards,
    Yigit

    #358026

    I actually fixed it. The last version I was asked to do as the topic says… But as I was digging into it I found that if I added the iframe with ‘echo’ before it, it works.

    The only thing I’m worried about just now is that when I updated the enfold theme, the menu bar got an extra space underneath it. How can I take it off?

    Website: http://www.domussapiens.com.br

    #358449

    Hi!

    That is because you have following code in Quick CSS

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 125px !important;
    line-height: 125px !important;
    max-height: none !important;
    }

    Please remove the code and change header height in Enfold theme options > Header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Best regards,
    Yigit

    #358662

    I did it but the logo shrank :(

    #358667

    Hi!

    Please go to Enfold theme options > Header > Header Size and set it to “custom pixel value” and change header height to 125px

    Best regards,
    Yigit

    #358778

    that worked just fine, it is better with 150px by the way :)

    thanks!!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Header Logo’ is closed to new replies.