-
AuthorPosts
-
June 8, 2016 at 1:34 am #644441
Good evening, I would like to question.
How do I make a main menu like the DEMO “Enfold Gym”?
I would like the icons of social right.Thanks so much.
June 8, 2016 at 1:10 pm #644787Hey TedalGroup,
Please go to Enfold theme options > Header > Extra Elements and choose to display social icons in header main area
Best regards,
YigitJune 8, 2016 at 1:19 pm #644792Thank you for answering.
It works perfectly.
Thank you so much guys.
June 8, 2016 at 1:21 pm #644798How do I get the dividing dotted line?
Thank you.
June 9, 2016 at 12:30 pm #645399Hi,
How do I get the dividing dotted line?
I’m sorry but I’m not sure what you mean by that. Could you please provide a screenshot?
Best regards,
IsmaelJune 9, 2016 at 1:18 pm #645417June 9, 2016 at 3:14 pm #645468Hi,
To get the separator please set ” Default style” under Enfold options > Header > Header style
To make the appear as dotted line use the custom css in Quick CSS
.avia-menu.av_menu_icon_beside { border-right-style: dotted!important; }
Best regards,
VinayJune 10, 2016 at 1:31 pm #646182Thank you for answering.
1. I can also change its color?
2. How do I put the logo in the menu bar when you scroll down changes and remains only the logo without the name?Example:
– In your site in the menu bar there is the logo and the name “Kriesi.at Premium Themes”; When I skim the page remains only the “K” logo.How do I do it on my website?
Thanks so much.
June 14, 2016 at 3:24 pm #648049Hi,
1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-menu.av_menu_icon_beside { border-color: red !important; }
2- Please refer to this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Best regards,
YigitJune 14, 2016 at 8:30 pm #648244Thank you for answering.
I made the changes suggested by this link but I get this error:
Fatal error: Can not redeclare kriesi_logo_addition () (previously declared in /home/rmysite/public_html/blog/wp-content/themes/enfold-child/functions.php:9) in / home / mysite / public_html / blog / wp-content /themes/enfold-child/functions.php on line 18
The error should be in this code:
add_filter ('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition ($ sub) { $ Sub. = '<H1> Company Name </ h1>'; return $ sub; }
How can I fix?
Thank you.June 14, 2016 at 9:18 pm #648268Hi,
It seems like you have already added that code to your functions.php file.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
We may need FTP logins as well
Best regards,
YigitJune 15, 2016 at 12:57 pm #648562Thank you for answering.
The function.php files has never been changed.
You can also try to disable all plugins if needed.The logon credentials are private.
Thanks so much.
June 15, 2016 at 2:17 pm #648598Hey!
I adjusted the code in functions.php file and added custom code to the top of Quick CSS field. Please review your website now.
If i understood the changes you would like to make correctly, you will need to change font family and font color etc.Regards,
YigitJune 21, 2016 at 7:30 pm #651664Thank you for answering.
How do I change the font?
Thank you.
June 22, 2016 at 2:14 pm #652085 -
AuthorPosts
- You must be logged in to reply to this topic.