Forum Replies Created
-
AuthorPosts
-
FYI if anyone is trying to do this, you can add this to Custom CSS and it will span the whole page (at least if you’re using Logo Center/Menu Below for your header):
.container.av-logo-container {
padding: 0;
margin: 0;
}
.html_header_top.html_logo_center .logo {
left: 0%;
-webkit-transform: translate(-50%,0);
-ms-transform: none !important;
transform: none !important;
}Works like a charm – thank you!
I’m not part of the Enfold support team, but you may need to install a plugin that deactivates the WordPress block editor like Disable Gutenberg if you can’t select “Use Classic WP Editor” under the “Select Your Editor” option in the main Theme Options.
February 15, 2021 at 5:00 pm in reply to: YouTube video as color section background won't loop #1280585Magnificient!! Works like a charm. Thank you.
For anyone who’s curious, I’m using a single Youtube video.
February 13, 2021 at 5:26 pm in reply to: YouTube video as color section background won't loop #1280272Do you all have an answer for this? Kind of critical to what I’m trying to do.
We’re all good – you can close it!
Thanks. I ended up logging out & deactivating & reactivating the plugin to disable Gutenberg and that seems to have worked.
I’ve got something like 20 licenses for Enfold, but when I try to download from ThemeForest it only gives me 4.5.1. Any ideas why this would be the case?
Weird. It did remove it.
I did have another cache issue later in the day – probably that. Thank you!
Thanks Jordan!
That’s the stuff – way to think outside the box!
Thanks so much and have a great week!OK I upgraded and added the code back in. It didn’t fix the issue.
Sorry that I’m not being clear. The fix I found on your site removes the top extra items but it also messes up the display of the Mega Menu.
I removed the code that was hiding the header.
.home #header #header_meta {
display:none;
}Please add code to hide the header and when you’ve done it, check the “Rentals” tab to see if it displays correctly. Thank you!
No. The code above is in the Custom CSS but it’s causing the Mega Menu to be super narrow.
See screenshot.
Are you going to be able to take care of this?
No. That doesn’t work. More below.
It’s the code that hides the additional items, and I’m trying to hide the entire top bar with the additional items – the “Call us today – 800…” text and the social icons.
Here’s the code I removed:
.page-id-5474 #header_meta {
display: none !important;
}You all have helped so much I was happy that I could figure something out to maybe help others!!
I mean span the entire width of the Layer Slider. It looks like it tops out at 1310px width – there’s padding on the left and right.
The optimal thing would be to have the caption text be constrained to the same width but to have the semi-transparent caption background go all the way to the edges.
That looks promising, but how do you give a column a unique identifier? There doesn’t seem to be a way as there is to identify a color section.
I don’t know how to make the video loop and seamlessly autoplay as it does as the background of a color section.
I want the text below (in a 1/3 column) to take up the other 1/3 to the right of the video.
See below.
That doesn’t work. Please see the private comments.
Also if you look at the link below you can see how the CSS pushes items slightly off the edge of the box. Do you have a thought on the best way to fix that?
That did work Nikko but is there any way to have the sidebar be on the left as on the rest of the site?
Great. One more thing is that the sidebar goes crazy on the page that I am trying to make the “Blog” page. See links below.
Thank you!
Targeting by page-id works, but how do I set a default background color for all the other pages?
I tried both “.page” and “.page-template-default” of these above the specific page-id directives but nothing seems to work:
.page-template-default .sidebar { background-color: #4c8599; width: 260px !important;}
.page-id-12564 .sidebar { background-color: #b2a0ab; width: 260px !important;}Also, how would I change the link colors on the custom menus in a section? Looking for the easiest way, but I’d settle for any way!! See below for the page.
That works. A couple of followup questions please:
1. Is there a way to adjust the spacing between the sidebar and the main content? It’s about 2x bigger that we want it.
2. What’s the best way change the background color of the sidebar background on pages? Just use the page id like: .page-id-12597 .sidebar {
background:red;
}
That works, but if there’s a more elegant way, particularly one that lets you set based on what page the page is a child of would be appreciated! -
AuthorPosts