-
AuthorPosts
-
March 3, 2015 at 10:12 pm #405443
Hello all
My website : http://www.lenainbraillard.fr
How can modify the meta widget to show only “inscription/connexion” link ?
How can add a widget in secondary (or top) menu ?Thanks a lot for your help.
March 4, 2015 at 6:56 pm #405976Hi Dominique!
Add this to your custom CSS.
.widget_meta > ul > li:nth-child(1), .widget_meta > ul > li:nth-child(2) { display: block; } .widget_meta > ul > li { display: none; }Best regards,
ElliottApril 12, 2015 at 12:35 pm #427129Thanks for your help.
My meta is reduced. PErfect.
How can I add a widget in the secondary menu ?
Or can create a icon/link in the secondary menu only for Inscription/Connexion link ?-
This reply was modified 10 years, 7 months ago by
Dominique.
April 13, 2015 at 5:08 pm #427613Hey!
Add this to your custom CSS.
.widget_meta > ul > li:nth-child(2) a::before { background: url("URL to your icon"); color: red; content: "A"; display: inline-block; height: 20px; left: 0; margin-right: 10px; position: relative; top: 0; width: 20px; }And then change “URL to your icon” with the image URL you want to use.
Best regards,
ElliottMay 28, 2015 at 5:50 pm #451328Hello
I come back to work on my website.Thanks for your help.
But your last CSS code doesn’t help me.I will try to be much clear in my wish.
I want to disable the sidebar, and I know how to do it.
But before, I need to add a login link (or icon or widget) in the secondary menu (that appears on the page top)
I know to do appear the secondary menu but I don’t know how add this login link (or icon or widget) in this secondary menu.Could you help me, please, to satisfy a funny wish ? ^^
May 28, 2015 at 6:04 pm #451338Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
YigitSeptember 6, 2015 at 3:31 pm #498870Sorry, I’ve not a lot of time to try changings.
I tried to add a widget area to the header with the code in functions.php, but a “fatal error ” message appears immediately.
Have you an idea why ?
September 6, 2015 at 4:10 pm #498877I used another solution:
https://kriesi.at/support/topic/connexion-icon-with-others-social-icons/
Thanks for all your helps.Problem resolved. Thanks to all.
September 7, 2015 at 7:51 am #499072 -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
- The topic ‘Modify Meta widget and add this widget in secondary menu’ is closed to new replies.
