-
AuthorPosts
-
September 2, 2015 at 2:25 pm #376988
Hello, i have the icon stack, wordpress and x updated, and all the plugins updated.The responsive lightbox, and images we’re added with visual composer, using a selector. When i click on a photo it opens the lightbox, and when i scroll, or use “left” and “right” arrows on the keyboard, the slideshow rolls from up to down. I want it to roll natively from left to right.
September 2, 2015 at 7:23 pm #377209September 3, 2015 at 2:00 am #377585No, it does not help.
Let me rephrase: we have 6 columns with pictures on them, and when I click on the first picture of the first column, after I press right arrow it should go on the second column first picture, after that on the third column first picture (native browsing).Instead, when I click on the first picture of the first column and press the right arrow it takes me to the second picture of the first column and so on and we don’t want that, please advice!
September 3, 2015 at 3:32 am #377656Hello There,
We’ve noticed that you are using an older version of X. Please make sure that you are up to date. Our latest versions are:
X Theme: 4.0.7
Cornerstone: 1.0.5
Visual Composer: 4.6.2
Revolution slider: 5.0.4.1You can find the latest version numbers here: (http://theme.co/x/member/changelog/) Then you can compare them to what’s installed on your site.
If you find anything to be out of date, you can review our update guide.
Thank you.
September 3, 2015 at 5:31 am #377735All my updates are up to date (plugins, x and wordpress) – this is what my Update page say.
Now please tell me how to do what I asked?I write my question again and please respond punctual if there is any solution to our problem:
We have 6 columns with pictures on them, and when I click on the first picture of the first column, after I press right arrow it should go on the second column first picture, after that on the third column first picture (native browsing).Instead, when I click on the first picture of the first column and press the right arrow it takes me to the second picture of the first column and so on and we don’t want that, please advice!
September 3, 2015 at 9:55 am #377944Hi there,
This behaviour of lightbox is because you have created six columns in a single row and have three images in each column. The way it is structured, in your page’s HTML code, the second and third images in the first column come before the first image in the second, third and other columns. So, in order achieve your desired order in the lightbox gallery, you need to create two rows with six columns in each row. Each column will have a single image. The structure of shortcodes should look something like this:
[row] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [/row] [row] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [column] [image] [/column] [/row]
However, using this structure, the masonry style of your images may not work. Though, this is the only way to show the images in your desired order in the lightbox gallery. It could be possible to manually order the lightbox gallery items without changing your current column structure with custom development, but this 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. Take care!
September 3, 2015 at 1:05 pm #378094Thank you, so i modified the Street Page, and i added 2 separate rows, 6 images each, and now the lightbox works how i want, but i have some gaps that i don’t want, and it doesn’t look good. I want the Street Page to look exactly like Love Portrait Page. Can you help me please?
September 3, 2015 at 3:03 pm #378179Hi there,
Yes, the gaps are there due to the reason I mentioned in the previous reply:
However, using this structure, the masonry style of your images may not work. Though, this is the only way to show the images in your desired order in the lightbox gallery. It could be possible to manually order the lightbox gallery items without changing your current column structure with custom development, but this 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.
Regretfully, there is no way to avoid gaps without custom development if you wish to keep this order in lightbox gallery. But as mentioned, custom development is outside the scope of support we can provide. 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. Take care!
-
AuthorPosts