-
AuthorPosts
-
July 16, 2015 at 10:50 pm #474583
Hello
How do I replace the Enfold Logo with the name of my website using text only.
I have searched but cant find the solution.
Also, On the Easy Slider, the Image caption and text, how do I make the backgrounds transparent rather than the translucent dark grey. Its on my front page.
Thank you
Marianne- This topic was modified 9 years, 4 months ago by HiMarianne.
July 16, 2015 at 11:35 pm #474600Hey Marianne!
Please try to remove the logo of the theme options, and then it will stay the text of the site title!
Let me know if that helped
Cheers!
BasilisJuly 16, 2015 at 11:46 pm #474606Thank you.
Where in theme options do I do that? I only see and option to upload a logo.
Also, On the Easy Slider, the Image caption and text, how do I make the backgrounds transparent rather than the translucent dark grey. Its on my front page.
Thanks
MarianneJuly 17, 2015 at 12:22 am #474618add_filter(‘avf_logo_final_output’, ‘avia_remove_default_logo’, 10, 6);
function avia_remove_default_logo($logo, $use_image, $headline_type, $sub, $alt, $link){
return ”;
}
I just put the above code in the php functions as stated by Dude and it removed the logo, it is now blank.
How do I replace it with text?
Thanks
MarianneJuly 17, 2015 at 2:05 pm #474941Hey!
Please add following code to Functions.php file in Appearance > Editor and adjust as needed
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; }
Cheers!
YigitJuly 23, 2015 at 10:09 pm #477983Hello
As soon as I entered the code above, I was no longer able to access my site or the back end, or log in for that matter.
Thanks
MarianneJuly 24, 2015 at 6:07 am #478049Hello
I contacted the ISP and they reset the file permissions. However when I go in the back end I cant activate the child theme.
Help please.
Thank you
MarianneJuly 24, 2015 at 8:12 am #478068Hi!
Please provide us with FTP Access, so we can solve that issue for you.
It must be something with the code posted.Best regards,
BasilisJuly 24, 2015 at 1:07 pm #478155Hello
The info you requested is below.
Thank you
MarianneJuly 24, 2015 at 1:18 pm #478161Hello
The actual site name is wellnowfancythat.com, which is hosted under the name previously given.
ThanksJuly 24, 2015 at 3:19 pm #478200Hi!
I am not able to login to your WordPress dashboard and FTP access is not working. Can you please check them once again? WordPress admin login would be enough
Best regards,
YigitJuly 24, 2015 at 6:49 pm #478341As requested
Thank youJuly 24, 2015 at 7:00 pm #478343Hey!
When i go to WordPress login screen i am getting “Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.”. I will ask my teammates to check your website.Best regards,
YigitJuly 25, 2015 at 12:08 am #478454Hello
I contacted my ISP and it sounded like the fix was too complicated for me so installed WP again.
I uploaded Enfold and child theme which I downloaded somemonths ago.
How do I update them?
Thank you- This reply was modified 9 years, 4 months ago by HiMarianne.
July 25, 2015 at 12:11 am #478457Hey!
You should go to ThemeForest and login with the account you used to purchase Enfold and then go to Downloads section to download the latest version – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitJuly 25, 2015 at 12:59 am #478477Thank you I successfully update the version to 3.2.3 The child theme is version 1
So back to the original question.
How do I replace the Enfold logo with text spelling out my website name. Also be able to adjust the text size and color.
Presumably I shouldn’t use the code that you provided above.
Thank you
Marianne- This reply was modified 9 years, 4 months ago by HiMarianne.
July 25, 2015 at 1:26 pm #478638Hi!
I have made the changes for you. You can go to Appearance > Editor and open functions.php file of your child theme to change the text. Please review your website now.
Cheers!
YigitJuly 25, 2015 at 1:37 pm #478644Hey Yigit
Thank you very much. I appreciate it.
Can I make the text a little bigger? And keep the same color as the menus.
Thanks again- This reply was modified 9 years, 4 months ago by HiMarianne.
July 25, 2015 at 1:40 pm #478648 -
AuthorPosts
- You must be logged in to reply to this topic.