-
AuthorPosts
-
February 9, 2017 at 5:40 pm #744915
how to add after the logo address as text like this sample https://www.bulgarihotels.com/it_IT/milan
my web site is https://www.palazzozuppellohotel.com/
February 9, 2017 at 5:44 pm #744917Hey margiela!
Please refer to this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Cheers!
YigitFebruary 9, 2017 at 5:48 pm #744922thank you yigit
February 9, 2017 at 5:49 pm #744924i try ….
February 9, 2017 at 5:53 pm #744927Hey!
We will keep the thread open and wait to hear from you. Let us know if you need further assistance
Best regards,
YigitFebruary 9, 2017 at 6:02 pm #744941i try to add in function.php
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “Via Epicarmo, 74-76 – 96011 Augusta, Siracusa Tel: +39 0931 995633”;
return $sub;
}but this is not visible
February 9, 2017 at 6:07 pm #744947Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.logo img { max-height: 85%; } .logo { line-height: 10px; }
Best regards,
YigitFebruary 9, 2017 at 6:08 pm #744950wow perfect !! thanks
February 9, 2017 at 6:11 pm #744957please, for a text without link?
February 9, 2017 at 6:43 pm #744965Hey!
Please change the code to following one
.logo a { max-height: 85%; }
Then add following code to Functions.php file in Appearance > Editor
function av_move_subtext(){ ?> <script> jQuery(window).load(function(){ jQuery(".logo span.subtext").detach().appendTo('.logo a') }); </script> <?php } add_action('wp_footer', 'av_move_subtext');
Cheers!
YigitFebruary 9, 2017 at 7:15 pm #744981thank you
now i see this
http://imageshack.com/a/img923/218/N4fvQM.png
the phrase is seen cut,, also the phrase and logo are not centered in the main menu
February 9, 2017 at 7:21 pm #744987Hi!
Can you please create a temporary admin login and post it here privately so we can look into it?
Regards,
YigitFebruary 9, 2017 at 7:31 pm #744992temporary admin login
February 9, 2017 at 7:35 pm #744995Hey!
I adjusted the code in functions.php file a little. Please review your website now :)
Cheers!
YigitFebruary 9, 2017 at 7:53 pm #745007February 9, 2017 at 9:16 pm #745060Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #top .logo img { max-width: 67%; } .responsive #top .logo { display: block; }}
Cheers!
Yigit- This reply was modified 7 years, 9 months ago by Yigit.
February 9, 2017 at 10:34 pm #745117hi, There are 2 issue
1 – on dekstop the logo is not in the center of page
2- on mobile the text is too high and can not seeFebruary 9, 2017 at 10:55 pm #745122now i have resolved n.1 issue
i add following code
nav.main_menu {
left: 25%;
}please, can you help me for n.2 issue?
thank you
micolFebruary 10, 2017 at 12:07 am #745142Hi!
I have updated my post here – https://kriesi.at/support/topic/add-text-after-the-logo/#post-745060. Please use this code instead
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.