Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1297990

    Hi,

    I was wondering if there is a way to make the gallery in a portfolio item auto-scroll?

    My client doesn’t thing it is obvious enough that it is a gallery (I do but hey) so if it was automatic it may work best.

    Is there also a way to

    A) increase the size of the corner navigation arrows?
    B) move them to the centre of the image?

    Finally I can’t find the code to edit the colour of the lines above/below ‘share this project’?

    #1297996
    This reply has been marked as private.
    #1298031
    Christian
    Moderator

    Hey there,

    Auto scroll is possible with custom development. Regretfully, that is outside the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    A. Please add the code below in your Appearance > Customize > Custom > Global CSS

    .flex-direction-nav a {
        height: 45px;
        width: 45px;
        font-size: 36px;
        line-height: 47px;
    }

    B.

    .flex-direction-nav a.flex-prev {
        left: 48%;
        transform: translateX(-50%);
    }
    
    .flex-direction-nav a.flex-next {
        left: 52%;
        transform: translateX(-50%);
    }

    Thanks.

    #1298247

    Great so far thanks, but they also need to be central vertically?

    thanks

    #1298390
    Nabeel A
    Moderator

    Hi again,

    Can you please share the URL of the page so we can take a closer look?

    Thanks!

    #1299194
    This reply has been marked as private.
    #1299198

    As well as above could you tell me how to edit the colour of the lines above/below ‘share this project’?

    thank you!

    #1299206
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    ul.flex-direction-nav {
        top: 50%;
        position: absolute;
        z-index: 99999;
        left: 0;
        width: 100%;
    }
    .x-entry-share {
        border: none;
    }

    Hope that helps.

    #1327049
    This reply has been marked as private.
    #1327803
    Rad
    Moderator

    Hi there,

    Please add this CSS as well,

    @media ( min-width: 767px) {
    .flex-direction-nav a.flex-prev {
        left: 15%;
    }
    .flex-direction-nav a.flex-next {
        right: 2%;
        left: auto;
    }
    }

    Hope this helps.

    #1332234

    Sorry I think you must have misunderstood,

    I would like to keep the arrows in centre (as they are now appearing on desktop) but at the moment the smaller the device gets the more they overlap each other to a point on mobile where they aren’t legible.

    Can you help?

    thanks!

    #1333119
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    body .x-flexslider .flex-direction-nav a.flex-prev {
        left: 50%;
        transform: translateX(-47px);
    }
    
    body .x-flexslider .flex-direction-nav a.flex-next {
        left: 50%;
        transform: translateX(1px);
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1297990 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>