Forum Replies Created
-
AuthorPosts
-
Thanks a lot! Worked great.
Appreciate it,
JedJuly 22, 2021 at 8:40 pm in reply to: Dark and Light Transparent buttons lost their outline with new update #1311621Sorry, I’m unable to provide any access to site per company regs. Is this something that will be fixed soon or is there something I can add to CSS/functions.php?
I’m not sure about that one – I think I corrected my site to account for that back then. But, the “transparent” buttons are not working any longer. No outline all of a sudden.
I’m still trying to figure out what I am going to do long-term. I’ve set them to 0 when first noticed this got added, but this was only for the first template section on each page as it made it look terrible.
Now, have had to live with all others set at 0 when 30 was our standard that we took the time to implement already between all the different sized margins as you said. This took us a lot of time and effort.
Perhaps you could add this to the main Enfold Theme Options and let the user decide what’s best for their site? It would be much better than any scenario for nearly any user I can envision.
Thanks much.
Adding this did the trick for now, but like OP, still wondering why was added.
#top .flex_column_table {margin-top:0 !important;}
Same problem for me as well. Every page that’s using 2/3 1/3 (within color section), which is at top of every webpage except home page now got an added 50px top margin with 4.7.5. Example page if you still need it. If I have time, I’ll try to remedy, so gap maybe gone by then.
This is culprit – in avia-merged-styles CSS file:
#top .flex_column_table {
display:table;
table-layout:fixed;
width:100%;
float:left;
margin-top:50px
}September 6, 2018 at 9:24 pm in reply to: Tab Section – link directly from Tab Title (no content) #1006814OK, thanks. I’ll add this as feature request as I’m sure this will be a common request moving forward.
Thanks,
JedAugust 30, 2018 at 8:37 pm in reply to: Tab Section – link directly from Tab Title (no content) #1003786Unfortunately I can’t at the moment and our test server is in process of being moved. I think I’m just going to add some 301s (was trying to avoid as we’re on about the 5th generation of our website). This is an example page though:
*For this page, we want this Tab – https://www.sdsusa.com/application-access-modernization/virtel-web-access/webinar/#more-resources to open a new page instead of how we have it set now. I’ll probably start adding 301s at some point over the weekend, but problem remains:
If I add a URL directly into a Tab Title with normal HTML ahref tag (with or without a target defined), it drops the Tab Title to a new line – it removes itself from containers it looks like (due to multiple link tags – it just added a stray ahref tag after the empty containers take up normal space) and has different styling.
I went ahead and mocked up a draft to show you how it gets displayed on our site:
*when I’ve used multiple tabs – up to 6, they display exactly as the first 2 in each row do – all across the screen horizontally (exactly like we would prefer it).
I’m trying to minimize alterations to the theme and CSS as much as I can – we may have to change who’s managing website and trying to stick within theme whenever possible. I’ve already left behind enough CSS and am trying to clean that up as well.
This may be a feature to add to theme? Or maybe I’m missing some functionality that already exists to keep the Tab Titles inline
Thanks and sorry about not providing access – we’ve got quite a bit going on and would have to make some notifications to do so.
- This reply was modified 6 years, 2 months ago by lampije.
-
AuthorPosts