Forum Replies Created
-
AuthorPosts
-
ok we can close this
OK will do. Maybe you guys can fix it for the next release.
Sean
This seemed to fix it
#top .av_font_icon * {
text-decoration:none!important;
}Very strange I cant recreate the bug on my public site it only appears on our private server for development. So it isnt my custom css could it be the server environment or a theme setting?
Thanks!
Sean
PS… Without putting space between the toggles.
Notice how the text is slammed up to toggle 2? I would like more whitespace under the entire accordion.
Thanks
Sean
The problem with that code is it puts 20px under each toggle I want to put it under the whole accordion not each toggle.
Thanks
Sean
It still show underline unless I am hovering over the icon then it goes away
Thanks for your help
Sean
yes.
Thanks
That has worked! Thank you. I understand the reasoning about the last request. It was put to me from above.
Thanks for all your help!
I am using the css snippet you sent me.
.sidebar .widget_nav_menu ul .page_item_has_children.current_page_item
{
background:#EDF0F4;
border-left: 5px solid #1D4776;
padding-left: 51px;
left: -51px;
}This page looks correct
URL:Image:
https://www.dropbox.com/s/ei8goj57tlwid9s/1.png?dl=0and this page is good:
URL:Image:
https://www.dropbox.com/s/1cb1jmz545jj5qa/2.png?dl=0But If you keep drilling down through the sidebar it changes, the deeper you go it looks different:
border is missing on this page:
URL:Image:
https://www.dropbox.com/s/qyzi64w30bndoq0/3.png?dl=0It would also be nice that once you get to the end of the pages in a section that the box and border still show up for the active pages’ siblings and parent. See this page:
URL:Image:
https://www.dropbox.com/s/2za7zzgrg9ee5w1/4.png?dl=0Thank you . Your support team is awesome!
Sean
Thank you! I will take a look at it and see.
Sean
Please see private thread.
I am just checking in. Any idea ho to do this?
Thanks!
SeanPlease see private message with links
I wish I could but I am not allowed it ius behind a firewall.
basically I am using Page sidebar navigation in the theme sidebar settings
I am using a child theme
and this CSS
.sidebar .widget_nav_menu ul .current-menu-item, .sidebar .widget_nav_menu ul .current_page_item, .sidebar .widget_nav_menu ul .current-menu-ancestor {
background:#EDF0F4;
border-left: 5px solid #1D4776;
}It works great on top and second level pages but if there is a third it doesnt style the sidebar like the pages above it in the hierarchy.
If this doesnt help, I can try and figure out a bette way to let you see it. Thanks!May 5, 2023 at 3:44 pm in reply to: Access to Support Question Have purchase codes for my company but I don't personally #1406537I have entered the purchase code and posted my first question to your support team.
I spread the word about Enfold.
Thanks!May 4, 2023 at 4:35 pm in reply to: Access to Support Question Have purchase codes for my company but I don't personally #1406459Thanks! I will check with them.
Sean
thank you maybe its a plugin conflict theme combination. I’ll take a look
It is behind a firewall and still a DEV site. Can you add a link to an A Id on your version that you have and see if it works?
Sean
Tried it but relative or absolute URLS don’t make a difference. The page loads the top and when you mouse down it jumps to the anchor and doesn’t scroll. Something in the themes is not allowing the page to load from the anchor at the top. Strange that this would be the first time that this has been reported. Is anyone else having the same problem? Thanks
February 18, 2021 at 10:08 pm in reply to: Background video in color overlay stops looping after update to 4.7.6.4 #1282090add_filter(“avf_youtube_video_data”, function($data) {
unset($data[“playlist”]);
return $data;
}, 10, 1);Worked. Thanks!
February 18, 2021 at 10:03 pm in reply to: Background video in color overlay stops looping after update to 4.7.6.4 #1282087It also stopped working in version (4.7.4) Worked fine until is last month. Will the fix be posted here in this thread?
-
AuthorPosts