-
AuthorPosts
-
January 9, 2018 at 9:01 pm #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.
- This topic was modified 6 years, 10 months ago by stovetopchicago.
January 9, 2018 at 9:31 pm #895372Hi,
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,
YigitJanuary 9, 2018 at 11:14 pm #895400Hi,
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!
January 10, 2018 at 12:17 am #895427Ok, 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.
January 10, 2018 at 12:38 am #895437Hi,
So you are not wanting to use a logo image?
Best regards,
Jordan ShannonJanuary 10, 2018 at 12:44 am #895442Hi Jordan,
No, I do not have one. With other themes I just used whatever fonts they offered. Does Enfold have that option?
ThanksJanuary 10, 2018 at 12:57 am #895455January 10, 2018 at 1:32 am #895470Hi 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 > Editoradd_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,
StephanJanuary 13, 2018 at 9:39 pm #896945Hi,
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,
MikeJanuary 14, 2018 at 12:25 am #896982Thanks again, you can mark this solved ‘too.
StephanJanuary 14, 2018 at 6:05 am #897032 -
AuthorPosts
- The topic ‘Menus will not go away’ is closed to new replies.