Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #331401

    mattwb1
    Participant

    Hi,
    I’m trying to create some portfolios in integrity 1. I managed to create one ( http://www.lisamarieburton.co.uk/portfolio-item/teest-portfolio/ ) but cannot replicate it ( http://www.lisamarieburton.co.uk/portfolio-item/test-2/ ).
    I think I added a gallery and then deleted the shortcode from the text area to remove the thumbnails, but that doesn’t seem to be working now.

    What I would like is a slide show portfolio like this one ( http://theme.co/x/demo/integrity/1/portfolio-item/black-and-white/ ).

    P.S. if you know how to move the nav arrows to the standard right for forward and left for back that would be great!
    thanks Matt

    #331513

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    We’ll be happy to assist you with this issue, but we’ll first need you to provide us with some information below to check your setup closer (don’t forget to select “Set as private reply” to ensure that your data remains hidden):

    Your URL.
    Your WordPress login credentials.
    Your FTP credentials (in case we need to check anything out on your server).
    Once we have all of this, we’ll be happy to take a deeper look into things.

    Thanks.

    #331909

    mattwb1
    Participant
    This reply has been marked as private.
    #331923

    Paul R
    Moderator

    Hi Matt,

    To create a slideshow portfolio, please follow the steps below.

    1. Select gallery for media type – http://screencast.com/t/PCK9UQsqll
    2. Add your images through add media while in edit portfolio item page

    http://screencast.com/t/gwj2f1OlH

    You don’t have to insert to post your images, the theme will automatically detect images that were uploaded in your portfolio item and convert it into a gallery.

    Hope that helps.

    #332202

    mattwb1
    Participant

    Fantastic, that works, thank you very much for your help!

    Is there a way to change where the nav arrows are from upper left to centre left (back) and centre right (forward)?

    Is there a way to reverse the order the photos display? they seem to be reverse chronological (or file name?)

    thanks in advance

    Matt

    #332310

    Zeshan
    Member

    Hi Matt,

    #1: To center align the slider arrows, add following CSS code under Custom > CSS in the Customizer:

    .flex-direction-nav a.flex-prev {
        left: 50%;
        margin-left: -33px;
    }
    
    .flex-direction-nav a.flex-next {
        left: auto;
        right: 50%;
        margin-right: -33px;
    }
    

    #2: Slider photos are displayed chronologically. It is not possible to change the order without custom development, but that would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

    #332428

    mattwb1
    Participant

    Hi, thanks for the replies!

    #1: That’s great, thank you very much!

    #2: I understand completely, thank you for letting me know.

    thanks
    Matt

    #332536

    Nabeel A
    Moderator

    You’re most welcome 🙂