Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #809860

    Hi there,

    My client has asked for the ‘We are’ captions on the slides on this landing page to stay static, so it’s only the bottom part of the caption that animates?
    I realise slide 4 won’t be able to have this applied to it as the bottom caption content is more wordy. However, I need to try and make the first 3 slides’ ‘We are’ stay static.

    See landing page: http://serviceintegrators.co.uk/

    Thanks in advance and hope this is possible!

    #811074

    Hey Krissie,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title {
        visibility: visible;
        -webkit-animation: none;
        animation: none;
    }
    

    Best regards,
    Yigit

    #811444

    Thanks Yigit, it’s a bit better but is there code to keep the We are still completely?

    Thanks

    #811562

    Hi,

    Please add following code to Quick CSS as well

    div .slideshow_caption h2 {
        visibility: visible!important;
    }

    Best regards,
    Yigit

    #811626

    It looks weird.. thanks for trying though! :)

    #811629

    Hey!

    You are welcome. How do we proceed? :)

    Cheers!
    Yigit

    #811646

    Well, I’ll just leave it. If the ‘We are’ can’t just stay constant for 3 slides without jerking, I’ll have to leave it and tell the client it is what it is! lol
    Unless you have any suggestions? :)

    #811778

    Hi Krissieg,

    I would say it should slide in with the rest of captions.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #812967

    Hi Victoria,

    I agree but unfortunately my client doesn’t!
    is it possible to make the Layer WP Slider change dimension when on mobile like the fullwidth easy slider? I am using the latter as it is nice to control the height of the slider on mobile, whereas the former seems to only reduce in size and width uniformally.

    Thanks,

    Krissie

    #813192

    Hi Krissie,

    Would not checking “Use first slides caption as permanent caption” on Fullwidth Easy Slider work for you? :)
    If not, you can simply create one slider for desktop and choose to hide it on mobile in settings and another one for mobile and you can hide it on desktop by adding following code to Quick CSS

    @media only screen and (min-width: 990px) {
    #layer_slider_1 { 
    display: none !important; 
    }}

    and change ID to match your slider’s ID

    Best regards,
    Yigit

    #813391

    Yes but can I just keep the We Are as permanent and change the captions underneath?

    #814217

    Hi,

    Please try the following css code.

    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title {
        visibility: visible;
        opacity: 1;
        -webkit-animation: none;
        animation: none;    
    }

    Best regards,
    Ismael

    #814319

    Hi Ismael,
    It kind of works but the We Are still disappears for the next slide.
    Is there a way I can put the We Are on its own slide and have the messages underneath then animate on their own slides?

    The client wants the We are to stay still for the first 3 slides.

    sorry!

    • This reply was modified 6 years, 9 months ago by Krissieg.
    #814805

    Hi,

    In the first slide’s caption text field, try to use the headline rotator shortcode or element then enable the “Use first slides caption as permanent caption” option. Remove the other caption. Set the same interval for the slide and the headline rotator.

    Best regards,
    Ismael

    #814907

    Not sure what you mean about using the shortcode? What shortcode?
    I have 4 slides with different captions under ‘we are’ should just ‘we are’ be set as the permanent caption??

    #815263

    Hi,

    In the caption field, it’s possible to add the theme’s shortcode. Please post the login details here and we’ll add it for you.

    Best regards,
    Ismael

    #815785

    Hey Ismael,

    Thanks, that would be great!

    See login info below

    #816339

    Hey guys,

    Any news on this? Have you been in the ServiceIntegrators website at all? It’s not working at the moment!

    #816342

    We have this error:

    Fatal error: Call to undefined function wp_get_current_user() in /homepages/11/d507754124/htdocs/WP/ServiceIntegrators/wp-includes/capabilities.php on line 539

    Is this you guys? If so, please can you get back to me urgently!

    #816393

    Hi guys,

    My client rolled back their website. Please can you let me know if you did do something to the template today?
    I need to find out what caused it.

    Thanks and look forwarding to hear from you,

    #816732

    Hey guys, any news on this please? I’ve not heard from anyone yet and would like to clear up what caused the error.If it wasn’t your team, then that would be good to know.

    Thanks

    #817178

    Hi guys,

    Looks like the error is down to the cleantalk security plugin. They’re looking into it. I’ll let you know if it’s anything to do with enfold.
    However, I still need your assistance with the ‘we are’ caption on the sliders.
    Can you explain about the shortcode that needs adding somewhere please to help get this sorted? See above for comments.
    If I just select ‘permanent caption’ then the images only change. I need to just keep the ‘we are’ static for the first 3 sliders.

    Thanks

    #817521

    Hi,

    Thank you for updating is regarding the plugin error.
    For what you need, that would require some JS, to make the caption not move around.
    Please consider to hire a freelancer to help you with that.

    Best regards,
    Basilis

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.