Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #335841

    Hi 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!
    Yigit

    #336018

    Dear 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

    #336472

    Hi!

    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,
    Yigit

    #336896
    This reply has been marked as private.
    #337177

    Hey!

    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!
    Ismael

    #337528

    Ismael,
    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 97

    I 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
    wjmartz

    #337864

    Hi!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.