Hi. I would like to align my logo left of header text but I seem to be getting the code wrong. Unfortunately I am more html than php Thanks!
]]>I cant change our logo on the main screen?
]]>I don’t know where to place the easy logo code snippet within the Divi theme header.php
Obviously I am not a develeper. I have the original code backed up.
This is the logo section of the header.php. can you show me where to paste the snippet?
<header id=”main-header” data-height-onload=”<?php echo esc_attr( et_get_option( ‘menu_height’, ’66’ ) ); ?>”>
<div class=”container clearfix et_menu_container”>
<?php
$logo = ( $user_logo = et_get_option( ‘divi_logo’ ) ) && ” != $user_logo
? $user_logo
: $template_directory_uri . ‘/images/logo.png’;
?>
<div class=”logo_container”>
<span class=”logo_helper”></span>
“>
” alt=”<?php echo esc_attr( get_bloginfo( ‘name’ ) ); ?>” id=”logo” data-height-percentage=”<?php echo esc_attr( et_get_option( ‘logo_height’, ’54’ ) ); ?>” />
Hi There-
I just installed easy logo and it works wonderfully on the small viewports. But on fullscreen on my laptop, it is still displaying left. Not sure how to fix, CSS or PHP..
Thank you!
]]>Hi!
Thank you for the plugin. It wraps logo in h2 but if it is placed before h1 this is considered as an error by validator. Apparently it would be better if choosing of wrapping tag was available in plugin settings. Am I right, it can not be changed from admin panel?
Thank you.
Hello,
first, thank you for the Plugin.
I′ve got a problem with the Retina function.
Unfortunately the Retina function does not work.
I set everything up, like shown in the plugin description (@2x size, same filename).
I′m using the Uku Template from Elmastudios.
I hope for support, thanks,
Nils
Hi,
Thank you for awesome plugin. The plugin works well but I noticed there is little bit delay before the plugin show the retina version. Is there any way to minimize the delay?
Thank you
]]>Hi There,
Firstly, thanks for this plugin! It does exactly what i needed.
My issue is that the image doesnt appear to be responsive when resizing to tablet or mobile devices. Please could you take a moment to have a look?
The website in question is https://www.bankruptbackpacker.co.uk
Many thanks,
Phil
Hey,
I have some issues with resizeing the logo.
This is where i put the code:
</head>
<div id="page" class="hfeed">
<header id="branding" role="banner">
<hgroup>
<h1><?php show_easylogo(); ?></h1>
<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
I probably have to do something with this <b>getimagesize()
</b> but i have no idea where to start.
I know a couple things about coding so you can explain me like you would do your self.
Kind regards,
Christian
]]>Hi,
I’m using ZeroGravity theme.
I did not find any reference to logo in header.php file.
Therefore I wonder where should I insert the “<?php show_easylogo(); ?>” line.
There is a reference to “logo” in style.css.
Thank you
Hello, very nice plugin! I can only find one thing wrong with it and in my opinion it needs an urgent update.
I checked the field to make the logo responsive and it does in fact become responsive on Chrome for mobile browsers but it does NOT become responsive on Firefox for mobile browsers.
Other than that, this plugin is 5 stars, I can’t wait to rate it.
Please fix this as soon as possible, cheers!
]]>Hello,
I’ve just downloaded your plugin but I’m not sure I pasted <?php show_easylogo(); ?> in the right place in my header.php
My logo (still working on it so it’s not perfect) appears on the left side of my website as I wished but it appears behind my website’s name and also seems to have brought my header image down.
My website is : https://www.le-bon-voyage.fr
Could you please help me ? Thanks !
]]>Good day,
My logo does not scale when I am watching my site on my phone.
How can I fix this?
The website I am working on is https://www.landseerclub.nl.
Greetings,
Hugo de Ruiter
]]>Hi there,
Attempting to get Easy Logo to work in a child theme of Twenty Fourteen. I pasted: <?php show_easylogo(); ?> into the header.php file in place of: <?php header_image(); ?> and nothing changed. I also pasted that snippet in place of: <?php bloginfo( ‘name’ ); ?> which was focus of the code for the h1 class=”site-title”… that too didn’t show any change of note. Can you direct me as to where that snippet of code should be placed in header.php for Twenty Fourteen to replace the text site home link?
Thanks in advance!
Steve C.
3Cstudio
Hello,
This plugin is perfect thank you ever so much, however do you think it would be possible for my logo to use the rotate transition automatic on page load instead of on hover?
Thank you
]]>Hi!
I love this plugin, but I have a question!
Can I use this plugin with the qtranslate? Because I would like to change the logo when I am on the other language site.
Notice: Undefined index: url in~/wp-content/plugins/easylogo/easylogo.php on line 348
getting an error now
may be because of an update to jetpack
]]>Is there an easy way to make the logo link to another page instead of the home page? Thanks!
]]>I want to place a logo below header but everytime I do it logo appears above header.I know I need to go to header.php to place the code but I am obviously placing it wrong.My site is on a localhost and it’s for a practicing purposes only.Can you give me some advice or coding example to place a logo below header?I am using Alleria theme and the latest wordpress version 4.3.1. by the way.
]]>I was wasting time so far to just set up a logo to my developing sight (uses twenty twelve that not support logo customising)
Just found ‘easyLogo’ plugin but I was embracing edit .php.
though, it was’t that so big deal,
Just install easy logo plugin and go to header.php in your theme and select the place where you want your logo display and paste it this <?php show_easylogo(); ?>.
be careful when you edit .php files coz very sensitive.
(recommend you first before edit take a copy of hale ordinal file fist and then edit.
Try and see…..its looks great…..
Hi! Thanks for this nice plugin. I am using photo book theme which has the inbuilt option to put up a logo for your website. I was wondering if I can put some hover effect in my logo using your plugin. I have have tried the same steps mentioned in your Installation guide But it doesn’t work.
Here is my Header.php file code snippet to put up a logo
<!-- WP Head -->
<?php if ( is_single() || is_page() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class($class); ?>>
<div id="wrap" class="clearfix">
<div id="header">
<div id="logo">
<!-- <?php if(of_get_option('ff_logo')) { ?>
<a href="<?php echo home_url() ?>"><img src="<?php echo of_get_option('ff_logo') ?>" alt="Photo Books" /></a>
<?php } else { ?>
<a href="<?php echo home_url() ?>"><img src="<?php echo get_template_directory_uri() ?>/images/logo.png" alt="Photo Books" /></a>
<?php } ?> -->
<?php show_easylogo(); ?>
</div>
<div class="clear"></div>
Pz. Help! Thanks
]]>Love this plugin! Just one issue though, how can I center the logo? It seems to be on the left. Thanks!
]]>I am using the latest version of WordPress, 4.2.2.
I am also using a Twenty Twelve Child Theme.
I saw that an update was needed today for EasyLogo on May 7, 2015, so I updated the plugin.
Since I updated the plugin, EasyLogo will not let me login to my WordPress website: https://www.slfpusa.org.
The error message it gave me is: Warning: Cannot modify header information – headers already sent by (output started at /home2/teamslfp/public_html/wp-content/plugins/easylogo/easylogo.php:13) in /home2/teamslfp/public_html/wp-includes/pluggable.php on line 1196
I talked to my hosting company (HostGator) and they had to deactivate the EasyLogo plugin so I can log in to my WordPress website. Upon reactivating the plugin I got this error message, and it locked me out of my WordPress site again: “The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
Please help! What is happening with your plugin???
Again, my website is https://www.slfpusa.org.
]]>Hello again,
In topic Jumping menu in Admin bar we resolve bug with jumping menu on frontend page(s).
My menu is still jumping but now only on admin’s site.
BUT, if I choice some eg. “Grove” – my menu (in Navigation bar) is jumping. This occur, because WP engine add class hover
to this element <li id="wp-admin-bar-wp-logo" class="menupop">
. I thing that, it is buggy class name in hover-min.css
. Author call one effect “Hover” and corresponding CSS class has called hover
. This can be VERY buggy.
In v.1.2 You are using version 1.0.9 of hover*.css – please update to newest version (now 2.0.2).
Hello,
in output Your plugin give code like this:
<option value = "none" selected='selected' >None</option>
<option value = "grow" >Grow</option>
or
<input id = "upload_image_button" type = "button" value = "Media Library" class = "button-secondary" />
Please correct this to something like this:
<option value="none" selected='selected'>None</option>
<option value="grow">Grow</option>
and
<input id="upload_image_button" type="button" value="Media Library" class="button-secondary" />
(and other HTML code too)
I’m convinced that it can be done by simple find&replace ??
]]>Easy Logo v.1.2 – headers already sent
Hi,
thank You for update Your plugin.
In this version You add some unnecessary blank chars.
When I run my site – I can only see:
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/easylogo/easylogo.php:14) in /wp-includes/pluggable.php on line 1196
Everything back to normal when You delete all chars beetween PHP tags.
This:
?>
<?php
replace with:
?><?php
Please check this.
]]>Hey,
after successful installation of this useful plugin I noticed that position in admin bar (wpadminbar) do something strange – jump up and down on hover.
When I disable Easy Logo plugin everything back to normal.
It seems to some kind of bug in function elv_easylogo_styles_front_end()
.
When Easy Logo plugin is enabled but “Select Hover Effect” is “None” this:
if( $options != false || $elv_easylogo_hover_effect !='none' )
won’t work correctly. In my case $options
is array so it is NOT false – so this condition give always true!
You can correct this by if( $options != false && $elv_easylogo_hover_effect !='none' )
or even this should be enought if( $elv_easylogo_hover_effect !='none' )
.
Could You repair it? ??
]]>Please let me know what more features do you expect from this plugin. I will give my best efforts to add these features in next upgrade.
]]>