Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Mike,
yes i found a solution, thank you.
just one thing : when i reduce window, the menu does not take up the full width. I probably changed something, somewhere. Any idea what I should check to resolve this last issue?
Best regards,
JamesI think this is better.
I tryed my side it works
Best regards,
James/* ———————————— */
/* ——- WIDGET MENU ——- */
/* ———————————— */
#top .widget ul {
font-size: large;
line-height: 121%;
}
/* —— personalize current page appearence —— */
#top .widget ul li.current_page_item {
background: url(“icon.png”) left no-repeat;
padding-left: 14px;
font-weight: 900;
}
/* link appareance of current page */
#top .widget ul li.current_page_item a,
#top .widget ul li.current_page_item a:hover {
background-color: #c7eafc;
padding: 0 4%;
border-radius: 9px;
}
/* —— HOVER links appareance (but current page) —— */
#top .widget ul a:hover {
background-color: gold;
padding: 0 4%;
border-radius: 9px;
}
/* deleting background color */
#top .widget ul.children a {
background-color: transparent;
padding: 0;
border-radius: 9px;
}Hi Mike,
Thank you.
Yes, I finally found the solution on my own ;-)I post here my CSS.
I know this can be improved.
However it could be usefull for other users that read this post so i hope this could help.Best regards
James/* ———————————— */
/* ——- WIDGET MENU PERSONALIZE ——- */
/* ———————————— */#top .widget ul {
font-size: large;
line-height: 121%;
}/* —— personalize current page link —— */
/*—- adding icon for current page link —- */
#top .widget ul li.current_page_item {
background-image: url(“icon.png”);
background-position: left;
background-repeat: no-repeat;
padding-left: 14px;
font-weight: 900 !important;
}/*—- adding specific background color for current page —- */
/*—- and adding little spacing between letters —- */
#top .widget ul li.current_page_item a {
background-color: #c7eafc;
padding: 0% 4% 0% 4%;
letter-spacing: 0.007em;
border-radius: 9px;
}/* — HOVER – adding background color for current page — */
#top .widget ul li.current_page_item a:hover {
background-color: #c7eafc;
padding: 0% 4% 0% 4%;
letter-spacing: 0.007em;
border-radius: 9px;
}/* —— HOVER – appearence for all links (but current page) —— */
#top .widget ul a:hover {
background-color: gold;
padding: 0% 4% 0% 4% !important;
letter-spacing: 0.007em;
border-radius: 9px;
}
#top .widget ul.children inherit a {
background-color: none;
padding: 0%;
border-radius: 9px;
}Hi Rikard,
I followed your advice and it works quite well thank you, but I cannot format the link of the current page appearing in the menu widget.
I started a topic about this :
Currently the “current page link” appear in black but i would like to change it as i wish (like background color, font size,…).
I know it’s a simple CSS to add but I don’t know to do it.Can you help me with this?
Best regards,
JamesHi Rikard,
The only plugin i use with firefox is adblock.
I have disabled adlock now.
The problem persists despite everything, it happens randomly.
I will let you know if I understand why as it might be useful to others.
Best regards,
JamesHi Ismael,
First of all, thank you for your quick reply.
Strangely, this only happens with Firefox.
When I read your answer I tried with Chrome and everything worked fine. I don’t know if the problem will go away when I will clear the Firefox cache (to answer your question, this happened with all pages without exception).
I hope I didn’t waste your time with this problem. I should have immediately tried with another browser to see if the interface was displayed correctly.Best regards,
JamesHi Rikard,
i am sorry, the problem occur again.
I can’t see any content in back office thru advanced layout editor anymore.
A few days ago I installed the “Post Slider and Carousel Pro” plugin. This plugin claims to be compatible with the Enfold theme. Could there be a link?
Is a theme update planned soon?
It’s a real concern. Many thanks for your help,
Best regards,
JamesDear James,
Thank you so much.
Since i use wp online account i had to install “envato market plugin” to update enfold theme.
The blank page has disappeared. Everything is back to normal.
Will the theme be automatically updated from now on?
Best regards,
JamesHey Ismael,
Thank you, it works.
Best regards,
JamesHi Rikard,
This thread can be closed.
I confirm that this blank appeared because I was logged in.
When the dashboard menu is removed, the blank disappears.
Thank you for your help.
JamesThanks for your help Rikard.
I added two sidebars :
– 001 SIDEBAR MENU
– 002 SIDEBAR MENU
It’s very convenient to select to show sidebar in the layout menu on each page but i don’t know where i can personnalize CSS for each sidebar ?I suppose i could use mega menu monster plugin to do it in easy way but i would like avoid to use to much plugins if possible.
Best regards,
JamesYou are right, this probably only happens when I’m logged in. I will only be able to verify it when the site is published and will keep you informed. I hope I didn’t waste your time for nothing. In any case, thank you for your help.
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts