Forum Replies Created
-
AuthorPosts
-
UPDATE
I may have figured out a solution, to change the colour of the highlighted text, rather than the highlight itself.
.av-marked-text .av-rotator-text-single{ color:#204242 !important; }
I’d prefer to change the colour of the highlight, but this is a solution to the issue anyway.
Regards
JohnHi Mike,
Thanks, but that’s not what I meant.
I can see that when the text is “highlighted” it changes to white – I want to change that colour.
White text with a white highlight just looks like a big white rectangle, which is what the client doesn’t like.
I can see that there’s some CSS going on when I inspect the page, so I was wondering if there’s a class that I can change in quick css.Cheers!
Awesome! Thanks Jordan.
Out of interest, is there a media query I could use to change the heading size between 1360px wide and 990px wide? There’s a long title which messes up between those sizes.
Thanks @sam-to-911 – this is just what I needed, not confident messing around with JS!
Hi Victoria,
Thanks, maybe I will reach out again when we’ve begun the build proper.
At this stage, I’m not even sure if this is the final design of the site, I just don’t like putting things forward which aren’t possible (in Enfold at least!)I’ll change the page back to draft and comment that css out for the time being.
Best
JohnHi Nikko,
Thanks.
I am using the following quick CSS stop style this area – just FYI.
.avia-content-slider-inner { border-radius: 10px; background-color: #1b2328; box-shadow: 0 0 20px #54626e; } .slide-entry-excerpt.entry-content { padding: 30px !important; }
The page is actually a test on our main company website, so I can’t change things to much, and will turn this page back into a draft once you’ve looked at it. I can’t make too many changes to the CSS because I don’t want it to effect the live site.
Thanks for taking a look.
That’s a shame, but thanks anyway Basilis. Maybe I can achieve something through padding.
I just upgraded the site we’re working on to PHP7 and deactivated the security plugins I was using and just got the first successful install.
Thanks for getting back to me though, glad it wasn’t just me!
Cheers
JonDid you guys get to the bottom of this? I’m having the same issue.
Yes, thanks Victoria. Enfold keeps changing, and I found the advanced settings to make the text in the burger menu bigger.
Thanks so much :)
Thanks for getting back to me. Enfold has changed a bit since I last built a site using it, I think I found what I need in the Advanced settings.
Hi,
I found the code I should be using on another thread, but…@media only screen and (max-width: 1210px) { .av-main-nav > li.menu-item-avia-special { display: block; } .av-main-nav > li.menu-item { display: none; }}
but I the text in the burger menu is very small now, can you help!?
Hi Ismael.
Thanks for getting back to me.
I created a clone of the page and started adding tags and noticed that they are automatically capitalised in the top left corner text preview, but not in the “For Developers: Section ID” inside the colour section. Previously they were being auto-capitalised in the “For Developers: Section ID” and therefore not working.
Maybe a random bug…
Thanks Rikard,
I was wondering if this is a known bug? We host most of our other sites, but this one isn’t hosted by us.
I just want to know if this is something that I need to be aware of on other sites.Strange!
Thanks Victoria!
I do have a question, have you seen this issue with anchor links before? i.e. it automatically capitalises them in colour sections?
I was wondering if it was just me, as it might be the server that the client’s site is hosted on. We usually host our own sites.Okay, sorry for the long post, but I was able to fix this problem.
1. For some reason, section IDs were being automatically capitalised
2. I fixed this by placing a digit in front of each section ID
3. I found where the ID goes in Advanced Layer Slider (Go to slide – Link & Attributes – ID in the top box)
4. I went to each Slider, and in Slider Settings -> Slideshow and turned off “Start only in viewport”.
All the links now work as desired. Thought I’d share just in case anyone has the same issue.
Hi – I have found a solution to this problem, I have posted another thread here https://kriesi.at/support/topic/adding-id-to-advanced-layer-slider/#post-873675
Thanks for getting back to me.
Yes they do. They are in the Advanced Layer Slider, which is where they’ve always been.
It seems like this latest update to Advanced Layer Slider has changed the functionality in some way.There used to be a box called #ID
August 11, 2017 at 5:23 pm in reply to: Change heading and caption size in responsive slider #837548:) Yes, thanks for the great help yet again!
August 11, 2017 at 5:19 pm in reply to: Change heading and caption size in responsive slider #837542Hi Jordan,
Thanks for that. It worked for the caption, but not the heading. After doing a bit of playing around I think I found the right resource.
.responsive #top .slideshow_caption h2
So the code is now
@media only screen and (max-width: 767px) { .responsive #top .slideshow_caption h2 {font-size:28px!important;} .avia-caption-content p { font-size:26px;line-height:25px!important} }
I have sooooo much CSS in there now!
I think I may have fixed these, but it feels very messy.
1. The overlapping header/title bar
@media only screen and (min-width: 768px) and (max-width: 990px) { .responsive #main .container_wrap:first-child { border-top:none; padding-top: 45px; }}
2. The ugly linespacing on long titles at small sizes
@media only screen and (min-width: 300px) and (max-width: 407px) { h1.main-title.entry-title { line-height: 15px; } }
I’d like to know if there are better ways to achieve what I’ve done. I only know css through using Enfold and the forums, so I’d appreciate it if a mod with better skills than me could take a look.
Thanks
August 11, 2017 at 10:09 am in reply to: Change heading and caption size in responsive slider #837364Hi Jordan,
Sorry no, I’m self taught via the Enfold forums, so I might know what they are without knowing!
Is it this kind of thing?
@media only screen and (max-width: 1060px) {#top .avia-slideshow-button { font-weight: 900 !important; font-size: 14px; padding: 15px 15px 13px; }}
I tried something like this, but couldn’t identify the correct resource to attribute it to.
Hi,
I can’t at the moment because the client is scrutinising the site. As soon as I am able to I will let you know.
Thanks
JonNo it doesn’t! It did for a minute, then stopped!
I’ve just been playing around and think that this might work
@media screen and (max-width: 1060px) { #advanced_menu_toggle { display: .av-hamburger !important; } nav.main_menu { display: none !important; } }
Thanks Victoria.
That works, but I’d prefer the burger menu. The 6px padding look too tightly spaced.
If that’s the only thing that works, that’s fine, but I use this on another Enfold site@media screen and (max-width: 1060px) { #advanced_menu_toggle { display: block !important; } nav.main_menu { display: none !important; } }
But on the newer version of Enfold, it seems to hide the navigation completely below 1060px.
August 9, 2017 at 6:27 pm in reply to: Social Icons on Post – Colour instead of black and white #836541I’ve got a small way with the following code, I just can’t figure out the rollovers!
li.av-share-link.av-social-link-facebook { color: white!important; background-color: #37589b!important; } li.av-share-link.av-social-link-twitter { color: white!important; background-color: #46d4fe!important; } li.av-share-link.av-social-link-linkedin { color: white!important; background-color: #419cca!important; }
Thanks Victoria, as I said in my previous message, I had found a solution on the forums using this code.
.sidebar { background: #f8f8f8; } @media only screen and (min-width: 768px) { .container_wrap.sidebar_right{ background:-webkit-gradient(linear,right top,left top,color-stop(#f8f8f8,0.295),color-stop(white,0)); background:-webkit-linear-gradient(right, #f8f8f8 29.5%, white 0%); background: -moz-linear-gradient(right, #f8f8f8 29.5%, white 0%); background: -o-linear-gradient(right, #f8f8f8 29.5%, white 0%); background: linear-gradient(right, #f8f8f8 29.5%, white 0%); } }
But it isn’t running full page height. I’ve commented it out now, but you can see the problem with the image. I was wondering if there was a way of making the changes run full page height.
It’s a shame, because it looks awesome at the top of the page!
I’ve had to comment out the CSS for the time being, but I’ve attached a link to a screen grab in the private area in the hope that you might be able to assist.
-
AuthorPosts