Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #298230

    Hi,

    I’m using the latest version of the enfold theme, however the style of the slide show buttons “Previous” & “Next” is different from the style of those in kriesi.at/themes/enfold. How can the slide show buttons be styled as in kriesi.at/themes/enfold?

    How it should look like

    Thanks in advance!

    Simon

    • This topic was modified 10 years, 3 months ago by Simon.
    #298247

    Hey Simon!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #298289
    This reply has been marked as private.
    #298292

    Hey!

    You can post login credentials here privately, just like you have set your post private. Only moderators can see the content of your post while other users see this – http://i.imgur.com/TAHuMjD.png

    Cheers!
    Yigit

    #298332
    This reply has been marked as private.
    #298426
    This reply has been marked as private.
    #298807

    Hey Simon

    Login credentials does not seem to work. Can you please check them once again?

    Best regards,
    Yigit

    #298811
    This reply has been marked as private.
    #298828

    Hey!

    I meant login credentials you have posted here – https://kriesi.at/support/topic/change-the-style-of-slide-show-buttons-previous-next/#post-298332
    I tried including and excluding the dot but that made no difference

    Cheers!
    Yigit

    #298901
    This reply has been marked as private.
    #299024

    Hi!

    Thank you for the update.

    Did you install layer slider separately? Try to add this on Quick CSS or custom.css:

    .ls-fullwidth .ls-bottom-slidebuttons, .ls-fullwidth .ls-nav-start, .ls-fullwidth .ls-nav-stop, .ls-fullwidth .ls-nav-sides {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    border: 2px solid #fff !important;
    text-indent: 300%;
    overflow: hidden;
    text-indent: 0;
    z-index: 10000;
    }

    Best regards,
    Ismael

    #299136
    This reply has been marked as private.
    #301306

    Hey!

    I can’t seem to find a reason why the incorrect skin is showing. Try doing a quick re-install of the theme on top of the current live one so that all the files are replaced and updated. Follow the same steps as in this video: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Devin

    #303892
    This reply has been marked as private.
    #304624
    This reply has been marked as private.
    #304695

    Hi!

    Thank you for the info.

    This web space does not have anything installed on it. We need at least the basic installation of WordPress and Enfold before we can proceed.

    Regards,
    Ismael

    #304760
    This reply has been marked as private.
    #305330
    This reply has been marked as private.
    #306136

    Hi Simon!

    This is not a bug, this is expected. The “buggy” skin you are seeing it’s actually the default LayerSlider skin, you’ll get that if you call the slider using the default shortcode:

    [layerslider id=”1″]

    If you want to render it with the Enfold LS skin you need to use:

    [av_layerslider id=’1′]

    However, that will not render the slider exactly like the Layout Builder does (won’t be fullwidth), because it’s not meant to be used outside ALB.

    Best regards,
    Josue

    #306139
    This reply has been marked as private.
    #306146

    Hey Simon!

    The problem is that fullwidth elements are not meant to work in a non-ALB enviroment. For example, you can force fullwidth in that page by adding this code to the Quick CSS:

    .page-id-3326 #main .container, .page-id-3326 #main .container .content {
        width: 100% !important;
    }

    But if you put any content below the slider shortcode it will get affected too.

    Cheers!
    Josue

    #312376
    This reply has been marked as private.
Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Change the style of slide show buttons "Previous" & "Next"’ is closed to new replies.