-
AuthorPosts
-
June 17, 2014 at 3:46 pm #280066
How do I add this image beside the logo?
June 17, 2014 at 5:58 pm #280126Hi 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!
YigitJune 18, 2014 at 4:26 pm #280627Hi, I need to include this underneath the social bar, how do I do it?
<?php include('sourcelab/auth.php'); ?>
June 18, 2014 at 4:41 pm #280632also, from the logo image, depends on the logo size it changes, how do i keep the image beside the logo always?
June 18, 2014 at 5:40 pm #280656Hey!
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,
YigitJune 18, 2014 at 7:30 pm #280701I need to incorporate this underneath the social media (LINK).
Link of the website: http://www.domussapiens.com.br
June 19, 2014 at 3:08 am #280914Hey!
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,
IsmaelNovember 25, 2014 at 2:12 am #357293Hi, sorry to re-open this but I’m trying to do it again and the screen turns everything black.
November 25, 2014 at 12:39 pm #357480Can somebody save me? :(
- This reply was modified 9 years, 11 months ago by Guilherme.
November 25, 2014 at 3:28 pm #357555Hey!
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,
YigitNovember 25, 2014 at 11:26 pm #358026I 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
November 26, 2014 at 7:00 pm #358449Hi!
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,
YigitNovember 27, 2014 at 12:02 am #358662I did it but the logo shrank :(
November 27, 2014 at 12:06 am #358667Hi!
Please go to Enfold theme options > Header > Header Size and set it to “custom pixel value” and change header height to 125px
Best regards,
YigitNovember 27, 2014 at 2:35 am #358778that worked just fine, it is better with 150px by the way :)
thanks!!
-
AuthorPosts
- The topic ‘Header Logo’ is closed to new replies.