Event display on Nightclub theme

Home Forums All Other Themes Event display on Nightclub theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #191653
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 15
    • Replies: 47
    • Total: 62
    Member since: January 31, 2022

    Hello, I have purchased the Nightclub theme and it’s currently live on comedyville.ca. Right under the slider, I have the ‘Upcoming This Week’ shows. I wanted to add a fifth event but I wanted it to scroll instead of creating a new row with the 5th event. Is it possible to make the events scroll when the user chooses to scroll?

    This is the current short-code: [skt-events-coll limit=’4′ excerptlength=’0′]

    When I put the limit to 5 instead of 4, it adds a new row with the 5th event, with the other three columns being empty.

    I would appreciate your help with this.

    Thanks!

    #191692
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Chris

    #191693
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 15
    • Replies: 47
    • Total: 62
    Member since: January 31, 2022

    Thanks Chris, the email has been sent. Thanks!

    #191746
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    This is done. Kindly check and confirm.

    Regards,
    Chris

    #191794
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 15
    • Replies: 47
    • Total: 62
    Member since: January 31, 2022

    Hi Chris, now the display is not done properly. Please check on your phone and you’ll see. All the events photos are extremely narrow and small now.

    https://paste.pics/GGJHC
    https://paste.pics/GGJIP

    #191797
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (max-width:479px) {
    .column-event {
      width: 100%;
    }
    }
    
    @media screen and (min-width:480px) and (max-width:767px) {
    .column-event {
      width: 50%;
    }
    }
    
    @media screen and (min-width:768px) and (max-width:1024px) {
    .column-event {
      width: 20%;
    }
    }

    Regards,
    Chris

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.