Underwater Pro (Events section)

Home Forums All Other Themes Underwater Pro (Events section)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #186466
    Michelle BooysenMichelle Booysen
    Participant
    • Topics: 13
    • Replies: 22
    • Total: 35
    Member since: October 18, 2021

    Good Day.

    I am not sure what I have done, but have broken my CSS for events section on homepage, it was looking like the demo with the circles etc. please help me get it back

    look at my home page: https://titans-aquatics.co.za/ under “Galas and upcoming events”

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .column-event {
        width: 60%;
        min-height: 128px;
        margin-left: auto;
        margin-right: auto;
    }

    Regards,
    Dave

    #186498
    Michelle BooysenMichelle Booysen
    Participant
    • Topics: 13
    • Replies: 22
    • Total: 35
    Member since: October 18, 2021

    Thank you, and how would I display the post icon again?

    #186499
    Michelle BooysenMichelle Booysen
    Participant
    • Topics: 13
    • Replies: 22
    • Total: 35
    Member since: October 18, 2021

    sorry, I have found my error. it is working now

    #186501
    Michelle BooysenMichelle Booysen
    Participant
    • Topics: 13
    • Replies: 22
    • Total: 35
    Member since: October 18, 2021

    is there a way to order the events to display with the earliest event date to be at the top?

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

    Hi,

    Kindly go to >> underwater-pro/sktframe/core-functions.php

    Line no. 2385

    ORDER BY metastart.meta_value DESC LIMIT $limit

    replace by

    ORDER BY metastart.post_id DESC LIMIT $limit

    Regards,
    Dave

    #186637
    Michelle BooysenMichelle Booysen
    Participant
    • Topics: 13
    • Replies: 22
    • Total: 35
    Member since: October 18, 2021

    Dave, please can you have a look my events section on homepage does not display nicely on a mobile screen

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .column-event { width:100% !important;}
    }

    Regards,
    Dave

    #186850
    Michelle BooysenMichelle Booysen
    Participant
    • Topics: 13
    • Replies: 22
    • Total: 35
    Member since: October 18, 2021

    Thank you

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

    Hi,

    If you found our service good kindly review us here: https://www.sitejabber.com/reviews/sktthemes.org

    Regards,
    Dave

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