-
AuthorPosts
-
July 15, 2015 at 3:18 pm #331401
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 MattJuly 15, 2015 at 5:41 pm #331513Hi 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.
July 16, 2015 at 3:51 am #331909This reply has been marked as private.July 16, 2015 at 4:09 am #331923Hi 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 pagehttp://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.
July 16, 2015 at 11:04 am #332202Fantastic, 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
July 16, 2015 at 1:05 pm #332310Hi 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.
July 16, 2015 at 2:49 pm #332428Hi, thanks for the replies!
#1: That’s great, thank you very much!
#2: I understand completely, thank you for letting me know.
thanks
MattJuly 16, 2015 at 4:51 pm #332536You’re most welcome 🙂
-
AuthorPosts