New Landing How can we help? Themeforest Theme Support Joyn Portfolio carousel or related projects

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Joyn
  • #262467
    noxdiurna
    Member
    Post count: 154

    Hi,

    I love the possibility to have a direct link to other related projects at the bottom of a portfolio page but this function seems to provide a limited possibility in terms of navigation as it is impossible to add a scroll button to show the entire list of projects.

    I’m thinking about making the related projects invisible and have it replace by a portfolio carousel but encountered another technical problem that I’m incapable of solving myself.

    Is there a way to remove those blue dots and remove the margin between the carousel element and the footer? Ideally, I wish to put those dots on the top of the carousel and remove the arrows instead.

    Thank you in advance for your help.

    Attachments:
    You must be logged in to view attached files.
    #262693
    David Martin – Support
    Moderator
    Post count: 20834

    What is your URL?

    Thanks.

    #262713
    noxdiurna
    Member
    Post count: 154
    This reply has been marked as private.
    #262794
    noxdiurna
    Member
    Post count: 154

    I managed to get the controls removed with

    .owl-pagination  {
        display:none;!important;
        }

    But I still could find the way to remove the space between the carousel and the footer.

    #263189
    David Martin – Support
    Moderator
    Post count: 20834

    This will do it:

    .single-portfolio .spb_portfolio_carousel_widget {
        padding-bottom: 0;
    }
    .single-portfolio article.type-portfolio {
        margin-bottom: 0;
    }
    .single-portfolio .owl-carousel .owl-controls {
        display: none;
    }

    – David.

    #263194
    noxdiurna
    Member
    Post count: 154

    Hi David,

    Thank you for your support.

    Your advice has lowered the distance between the footer and the carousel but didn’t managed to remove completely the space between them.

    #263195
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, sorry – please adjust this:

    .single-portfolio .owl-carousel .owl-controls {
        display: none;
    }

    To this:

    body.single-portfolio .owl-controls {
        display: none!important;
    }
    #263196
    noxdiurna
    Member
    Post count: 154

    David. Thank you so much for your help. That did the job perfectly.

    #263198
    David Martin – Support
    Moderator
    Post count: 20834

    Great stuff and we are happy to help you!

    Thanks.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register