Forum Replies Created
-
AuthorPosts
-
Sorry, my issue wasn’t with the styling of the CSS. It was with Enfold overwriting my CSS (I was using the custom.css file – no child theme – my fault). !important didn’t work in this file.
So the theme was overwriting the “!important” declarations in the custom.css file. So I was editing the CSS files in the Dynamic_Avia directory, but every time I made an update to the page and saved, that CSS file be replaced and until I figured it our, I was losing all of my work. Obviously I cant have the client making text tweaks & breaking all of the CSS every time.
- This reply was modified 1 year, 7 months ago by Jmcguiness03.
I’ve already explained this multiple times. However, I am using the custom.css file – as directed by the notes in the style.css file. Perhaps this is this problem!
There’s a new issue where the form always uses the Enfold numeric Captcha instead of Google’s.
April 5, 2023 at 9:02 pm in reply to: My Avia Advanced editor won’t save content (most of the time). #1403652Again, any updates?
April 5, 2023 at 12:03 pm in reply to: My Avia Advanced editor won’t save content (most of the time). #1403599Any updates here?
April 3, 2023 at 7:12 pm in reply to: My Avia Advanced editor won’t save content (most of the time). #1403445It took me a long time to figure out that it wasn’t “not saving”, but it was reverting the settings in the ALB css file.
April 3, 2023 at 3:25 pm in reply to: My Avia Advanced editor won’t save content (most of the time). #1403416I’m having the same issue. ANY time I update any page using the ALB, it rewrites the dynamic_avia CSS file for that page & resets everything.
It also then adds an “!important” statement on the div, so I can’t even overwrite it in the custom css file.
So if I have the desktop layout where I want it, then use media queries for mobile, I can’t overwrite them without editing the mobile media query in the dynamic css. But any time I make a change in the WP admin in the page, it discards that file entirely.
Example:
@media only screen and (max-width: 767px)
.responsive #top #wrap_all .av-flex-cells .no_margin {
display: block;
margin: 0;
height: auto !important;
overflow: hidden;
padding-left: 8% !important;
padding-right: 8% !important;
}This doesnt work for what I need, so I need to edit the “dynamic css”, but any time I edit the page related to that generated CSS file, it resets.
I even tried changing the write permissions after getting the styling that I wanted, but it seems every time I save the page, it deletes that page’s CSS file.
-
AuthorPosts