Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #895365

    II recently installed Enfold.

    On the top of my front page I have multiple menus that I can’t get rid of.
    I’ve deleted ALL menus.
    I’ve disabled all plugins
    I’ve deleted all old themes
    I’ve deleted all cookies and caches.

    Additionally, am I stupid or shouldn’t my site name overwrite the Enfold name at the to[p of my static home page?
    I deleted any logos that were listed.

    Also I see that there are several widgets in my sidebar, but they are not listed in the widget dashboard or customizer area.

    I had some problems with previous themes and menus, but since I deleted them all, nothing should remain?

    I turned the maintenance mode plugin off so you can see it. I can give you my logins if you want.

    Thank you.

    #895372

    Hi,

    Thanks for contacting us!

    1- Please go to Appearance > Menus and adjust your menu items – https://codex.wordpress.org/Navigation_Menus
    2- Default logo will be removed once you upload your own logo.
    3- Those are default widgets. If you would not like to display them, please add your own widgets or place an empty text widget element to your “displayed everywhere” widget area :)

    If any of the above do not help, please create a temporary admin login so we can look into it.

    Regards,
    Yigit

    #895400

    Hi,
    Thanks for your response.

    1.I have been in appearance-menus and deleted all menus. I looked at the link. Are you suggesting that I need to edit the code? That’s beyond my current skills.

    2.I don’t have or want a logo at this time. I use my site name and the tagline. Is their not a default type that would go there?

    3. I was able to get rid of the sidebar widgets by placing blank text widgets in the display everywhere menu. Thank you. I assume if I want to get rid of the footer widgets, I place a blank text widget in each column?
    Not sure if it’s a great idea to have default widgets that do not appear in the widget management area….? Are they hard-coded in there?

    Anyway, if you can look at the menus and logo and figure it out, I’d be very happy! Credentials below. Thanks!

    #895427

    Ok, I figured out the menu issue. I thought I had created a smaller menu to replace the default page menu, but I guess I was mistaken. I tried again and it worked. Apologies.

    If the default footer widgets will go away if I replace them with other widgets, my only remaining question is if there is someway to use normal type instead of a logo?

    Thank you.

    #895437

    Hi,

    So you are not wanting to use a logo image?

    Best regards,
    Jordan Shannon

    #895442

    Hi Jordan,
    No, I do not have one. With other themes I just used whatever fonts they offered. Does Enfold have that option?
    Thanks

    #895455

    Hi,

    Please refer to the following:

    Best regards,
    Jordan Shannon

    #895470

    Hi Jordan ,
    well there’s a lot there but I did this:

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img { display: none !important; }

    And this:
    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 .= “Company Name”;
    return $sub;
    }

    And changed “company name; to my title.

    And it worked.

    But of course I want control of the font, font size and to add my tagline. How would I do that?
    Coding is not something I do, although understand basically how it works. Probably I can add more code to refine it, but where? And what?
    There’s more code in that post, but I’m not sure what it does or where it would go.

    Thanks,
    Stephan

    #896945

    Hi,
    This is the code in your General Styling > Quick CSS field:

    .logo .subtext {
        font-size: 28px;
        color: #000000; 
    }
    #top .logo-subtitle {
        color: #aaa !important;
        font-size: 12px !important;
        top: 30px !important;
        position: absolute;
       white-space: nowrap;
    }

    the top part is for your site title, and you can change the numbers for font-size & color
    the bottom part is for your tag line, and you can change the same.
    If you know what size and color you want, let us know and we can help adjust it.

    Best regards,
    Mike

    #896982

    Thanks again, you can mark this solved ‘too.
    Stephan

    #897032

    Hi Stephan,

    Great, thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menus will not go away’ is closed to new replies.