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

    antidotu79
    Participant

    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.

    URL: http://www.arsego.ro/portfolio-item/love-portrait/

    #377209

    Friech
    Moderator

    Hi There,

    Thanks for writing in! Yes, Responsive Lightbox does have an option to horizontally or vertically oriented.


    screenshot

    Hope it helps, Cheers!

    #377585

    antidotu79
    Participant

    No, 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!

    #377656

    Rue Nel
    Moderator

    Hello 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.1

    You 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.

    #377735

    antidotu79
    Participant

    All 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!

    #377944

    Zeshan
    Member

    Hi 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!

    #378094

    antidotu79
    Participant

    Thank 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?

    #378179

    Zeshan
    Member

    Hi 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!