Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1377728

    I am developing a new website for my client using Enfold.

    Homepage Banner Sliders
    They like the way this company has done it (see private)
    eg Strong Header and subtext left with horizontal line.

    Can this style be done within the theme
    The example looks like Revolution Slider. I would rather use the slider options ion the theme.

    Thanks

    #1377786

    Hey woogie07,

    Thank you for the inquiry.

    You can use the Layer Slider element or plugin to create sliders with custom navigations. Just add any layers (text, image etc), then go to the Layer Settings > Actions tab. In the Layer Actions tab, select Jump to slide and adjust the settings accordingly.

    Best regards,
    Ismael

    #1377837

    Thanks

    Can you have a format as per the sample I sent?
    eg.
    Header
    Sub text with vertical line on left of text
    Button

    Thanks

    #1377945

    Hi,
    Thank you for the link to the example page, it does look like the Revolution Slider, you could build something similar to this with the LayerSlider, try looking in the LayerSlider demos and import one that you like as a starting point. Go your the LayerSlider dashboard and click Browse Templates
    LayerSlider_Browse_Templates.jpeg
    The All New Everything looks similar, try that one and adjust to suit.
    Enfold_Support_0029.jpeg

    Best regards,
    Mike

    #1394899

    Hi,

    If I only want a heading, button and a graphic, is there an easier way rather than using layer slider?
    it needs to resize well on a mobile.

    Thanks

    #1394912

    Hi,
    Try using the Fullwidth Easy Slider element, or the Fullscreen Slider element.

    Best regards,
    Mike

    #1395003

    Thanks

    I have set a test full width easy slider (see private).

    It looks ok on desktop, but on mobile, the sticky header and top nav are blocking out the top of the banner and it is not visible.

    Can you advise how to fix this please?

    Thanks

    #1395044

    Hi,

    Thank you for the update.

    The header should not be sticky on mobile devices by default. Did you apply any modifications to header? You may need to remove the modification or try this css code to adjust the position of the slider.

    .page-id-2134 #main div#full_slider_1 {
        margin-top: 88px;
    }
    

    Best regards,
    Ismael

    #1395063

    Hi,

    Yes I applied some CSS previously (that your team advised on) because our client wanted the header to be sticky in mobile.

    I will try the extra CSS to see if it works

    Thanks

    #1395077

    Hi woogie07,

    We will wait for your feedback then :)
    Just let us know how it goes.

    Best regards,
    Nikko

    #1395095

    If I need the to adjust the position of the header for the main home page (or other pages), is there different CSS?

    See private

    #1395098

    The CSS you fix you suggested is pushing the slider down under the header on both mobile and desktop. It now doesn’t look right on desktop.

    Is there specific code that pushes the slider down on mobile only?

    Thanks

    #1395150

    Hi woogie07,

    Can you try to replace the code with this one:

    @media only screen and (max-width:767px) {
      .responsive #top #main {
        padding-top: 109px !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1395210

    Thanks

    That seemed to have worked.

    Is there an arrow down display function in the full width Easy Slider to scroll down like there is on the full screen slider?

    Thanks

    #1395279

    Hi woogie07,

    There’s no option for that in the backend however there’s a workaround for that, please check @baucks answer on this thread: https://kriesi.at/support/topic/how-to-add-scroll-down-button-capability-to-full-width-easy-slider/#post-615506
    Hope it helps.

    Best regards,
    Nikko

    #1395335

    Hi

    On easyslider full width, is there an option to display an alternative graphic on mobile only that displays a different graphic which has been optimised for mobile.

    Thanks

    #1395509

    Hi woogie07,

    There’s no option for that, the only workaround for that is to use Element Visibility to hide/show the slider in different devices.
    Here are the steps to do it.
    1. Duplicate your slider and on the original slider go to Advanced > Responsive > Element Visibility then check hide on small screens and hide on very small screens.
    2. On the duplicate slider, replace the images
    3. Go to Advanced > Responsive > Element Visibility then check hide on large screens and hide on medium sized screens.
    I hope this helps.

    Best regards,
    Nikko

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