Tagged: logo, site title
-
AuthorPosts
-
November 20, 2015 at 8:22 am #539374
Hi,
I’m trying to get the site title and possibly the subtext to show under the logo but I just can’t manage to do that.
I checked this forum before asking this question, found an appropriate thread but inserting the code into the functions.php made no difference. Could you tell me where exactly it should be inserted (send me a screen to show me, please)?
Thanks very much in advance
PatrickNovember 20, 2015 at 2:55 pm #539652Hey Patrick!
Please see – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Regards,
YigitNovember 20, 2015 at 3:03 pm #539662Hi,
Thanks for your answer.
As I said in my mail, I did find this thread but did not get any change after pasting the following code in the functions.php file (directly in my theme, I dont’ have a child theme)
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= get_bloginfo(‘name’);
return $sub;
}Could you tell me precisely where it should be pasted in the functions.php file? With a screen maybe?
Thanks very much in advance, cheers
November 20, 2015 at 3:05 pm #539666Hey!
You can add the code to bottom of Functions.php file and it should work fine. Can you please post the link to your website? If you do not mind, please a temporary admin login as well.
Cheers!
YigitNovember 20, 2015 at 3:26 pm #539689functions.php, not functions-enfold.php? What’s the difference between the 2?
November 20, 2015 at 3:32 pm #539702Hey!
Functions.php file. functions-enfold.php file is helper file to functions.php file and would not be recognized on child themes for example.
Cheers!
YigitNovember 20, 2015 at 10:57 pm #539982Hi,
Sorry but it still doesn’t change…
November 20, 2015 at 11:01 pm #539985Please see the private content
November 24, 2015 at 11:49 pm #542056Hi!
Sorry for the late reply!
/wp-admin throws an error in French on my end. Can you please post the link to your login page?
Also, if you have an IP restriction, please disable it temporarily.Best regards,
YigitNovember 25, 2015 at 9:35 am #542221Hi, Yigit
Sorry, I forgot the protection I had installed on my side.
Please find below the necessary data.No IP blocked so far.
Take care
PatrickNovember 25, 2015 at 11:30 am #542275Hey!
“ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.”
Can you pleasse activate the account?Regards,
YigitNovember 25, 2015 at 12:54 pm #542340Hi,
It’s done.
November 25, 2015 at 2:31 pm #542446Hey!
Now i am getting “ERROR: The username or password you entered is incorrect. Lost your password?” error. Can you please check if the login credentials are correct?
Cheers!
YigitNovember 25, 2015 at 7:29 pm #542655Here they are again (please see below).
November 25, 2015 at 11:38 pm #542778Hey!
I added the code you posted here – https://kriesi.at/support/topic/showing-site-title-below-the-logo/#post-539662 and then added following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { max-width: 55%; } .subtext { top: -30px; position: relative; }
Please review your website
Cheers!
YigitNovember 25, 2015 at 11:52 pm #542782Hi, Yigit
Thanks for your help… but the solution is not satisfactory at all for me.
First, it reduces my logo to much and it should stay at the previous size;
Second, when I scroll the home page, the logo overlaps the sub text!
I found the place where you inserted the code above (Quick CSS) but where did you inserted the rest?
Thanks for answering as soon as you can as I can’t leave the home page as it is now.
Take care, cheers
November 26, 2015 at 12:11 am #542789Hi, again
I temporarily removed the “logo img” code you inserted and it came back to normal.
I’ll wait for your detailed answer to see with you what I should do.
Good nightNovember 26, 2015 at 12:04 pm #543026 -
AuthorPosts
- You must be logged in to reply to this topic.