Forum Replies Created

Viewing 30 posts - 91 through 120 (of 278 total)
  • Author
    Posts
  • in reply to: Typewriter Effect – Change Colour of Highlight #949503

    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
    John

    in reply to: Typewriter Effect – Change Colour of Highlight #949472

    Hi 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!

    in reply to: Vertical Alignment in Grid Row Mobile #947857

    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.

    in reply to: Color Section custom-height #946503

    Thanks @sam-to-911 – this is just what I needed, not confident messing around with JS!

    in reply to: Vertical Align Content Slider #922289

    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
    John

    in reply to: Vertical Align Content Slider #922266

    Hi 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.

    in reply to: Vertical Align Content Slider #922152

    That’s a shame, but thanks anyway Basilis. Maybe I can achieve something through padding.

    in reply to: Problem with Woocommerce 3.2 #889011

    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
    Jon

    in reply to: Problem with Woocommerce 3.2 #888995

    Did you guys get to the bottom of this? I’m having the same issue.

    in reply to: Overlapping Menu #885618

    Yes, thanks Victoria. Enfold keeps changing, and I found the advanced settings to make the text in the burger menu bigger.

    Thanks so much :)

    in reply to: Overlapping Menu #885487

    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.

    in reply to: Overlapping Menu #885102

    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!?

    in reply to: Adding #ID to Advanced Layer Slider #875138

    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…

    in reply to: Adding #ID to Advanced Layer Slider #874102

    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!

    in reply to: Anchor Links nor working on Layerslider #873804

    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.

    in reply to: Adding #ID to Advanced Layer Slider #873717

    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.

    in reply to: Anchor Links nor working on Layerslider #873712

    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

    in reply to: Anchor Links nor working on Layerslider #873612

    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

    in reply to: Anchor Links nor working on Layerslider #872963

    Hi?

    in reply to: Change heading and caption size in responsive slider #837548

    :) Yes, thanks for the great help yet again!

    in reply to: Change heading and caption size in responsive slider #837542

    Hi 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!

    in reply to: Disappearing title / breadcrumb bar #837385

    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

    in reply to: Change heading and caption size in responsive slider #837364

    Hi 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.

    in reply to: Problem Changing with Sidebar #836976

    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
    Jon

    in reply to: Change when mobile menu displays #836964

    No it doesn’t! It did for a minute, then stopped!

    in reply to: Change when mobile menu displays #836962

    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; }
    }
    in reply to: Change when mobile menu displays #836961

    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.

    I’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;
    }
    in reply to: Problem Changing with Sidebar #836460

    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!

    in reply to: Problem Changing with Sidebar #836416

    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.

Viewing 30 posts - 91 through 120 (of 278 total)