Horizontal logo
-
I would like to use an horizontal logo in mobile top bar navigation.
Is it possible?
-
Hi,
Sure no problem with it, just adjust the Header height in the Header Options to fit the horizontal logo size has desired.
Hope it helps.
-Takanakui
Sorry, I didnt explain my self right:
when I upload my horizontal logo to you plugin it crop it to make it a square. so I can only see a small part of it.Thansk!
Same issue here as well, dont want to have to modify any of your code though unless I have to. I would also like to ask where did alot of the options shown in the screenshots go?
Sorry for the delay had to move some things to an external site. I am developing internally. Any help would be appreciated
Ok well it appears to be working on this site but not my internal. I guess I will have to figure this out another way.
The container for the img on my internal site is for some reason defaulting to a 150×75 no matter what img I put in.
<img src=”http://dev-lifestyle/wp-content/uploads/2016/05/logo-150×75.png” alt=”Logo Header Menu”>
is all i have on internal<img src=”http://i0.wp.com/www.testmctester.co/cottonlifestylemonitor/wp-content/uploads/2016/05/logo.png?zoom=2&resize=212%2C75″ alt=”Logo Header Menu” width=”212″ height=”75″ srcset=”http://i0.wp.com/www.testmctester.co/cottonlifestylemonitor/wp-content/uploads/2016/05/logo.png?zoom=2&resize=212%2C75″ src-orig=”http://i0.wp.com/www.testmctester.co/cottonlifestylemonitor/wp-content/uploads/2016/05/logo.png?resize=150%2C75″ scale=”2″>
all this on my live test site
Any idea why it would be displaying the thumbnail?
Will check this later today and you let you know about the results.
-Takanakui
Much appreciated, grateful for any help.
Guess I figure it out.
Can you guys replace this line of code in line 670 of the file mobmenu.php$logo_img = wp_get_attachment_image_src( $titan->getOption('logo_img') )[0];By this one
$logo_img = wp_get_attachment_image_src( $titan->getOption('logo_img'), 'full' )[0];Will add this fix in the next plugin update.
Let me know if you made it or need further help with it.-Takanakui
I can confirm that fix worked. Thanks alot for that, now I can stop banging my head on the table.
Glad it’s sorted.
Enjoy.-Takanakui
The topic ‘Horizontal logo’ is closed to new replies.