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

    #644787

    Hey TedalGroup,

    Please go to Enfold theme options > Header > Extra Elements and choose to display social icons in header main area

    Best regards,
    Yigit

    #644792

    Thank you for answering.

    It works perfectly.

    Thank you so much guys.

    #644798

    How do I get the dividing dotted line?

    Thank you.

    #645399

    Hi,

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

    #645417

    Thank you for answering.

    Here is the screen.

    Thanks so much.

    #645468

    Hi,

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

    #646182

    Thank 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.

    #648049

    Hi,

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

    #648244

    Thank 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.

    #648268

    Hi,

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

    #648562

    Thank 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.

    #648598

    Hey!

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

    #651664

    Thank you for answering.

    How do I change the font?

    Thank you.

    #652085

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    span.subtext {
        font-family: georgia;
    }
    

    Best regards,
    Yigit

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