-
AuthorPosts
-
October 15, 2014 at 1:03 am #335835
Hello,
I just bought this theme and I’ve to say, my compliments!
I’ve some ‘ newbie’ questions.
Would it be possible to:
use the name of the website instead of a logo?
use a widget within the header/menu areas?Regards,
Eric
October 15, 2014 at 1:11 am #335841Hi Eric
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { display: none; }
and then add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<strong class='logo-title'>Company Name</strong>"; return $sub; }
Unfortunately, it is currently not possible to use widget within header area. Feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitOctober 15, 2014 at 9:40 am #336018Dear Yigit,
Thanks for the feedback.
I do not want to add/edit any code because this will affect the maintenance of the website.
I’ve added a request.Regards,
Eric
October 16, 2014 at 12:39 am #336472Hi!
You can use a child theme. Many of our users do. For more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
YigitOctober 16, 2014 at 4:46 pm #336896This reply has been marked as private.October 17, 2014 at 6:40 am #337177Hey!
Thank you for using Enfold.
Please get the code here: http://pastebin.com/w74GbyP9
Make sure that you add it at the very bottom of functions.php.
Cheers!
IsmaelOctober 17, 2014 at 9:47 pm #337528Ismael,
Thanks for showing me where to get the code and where to put it in the file. I have another problem before I can get to that. When I try to log on or get to any of the admin controls I get the message:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /vservers/beckymartzcom/htdocs/wp-content/themes/enfold/functions.php on line 97I can’t get to the point of changing code.
I have the original download on my computer. Could I use that to restore the functions.php or functions-enfold.php and get back to the original code, eliminate the error, and then make the changes you have indicated? At this point I am frozen out of WordPress/Enfold.
Thanks
wjmartzOctober 19, 2014 at 5:44 am #337864Hi!
Thank you for the info.
Please override the functions.php file via FTP then try the suggested code located on pastebin.com. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.