Events photo view make default 2 columns

Home Forums Ticket Products Event Tickets Plus Events photo view make default 2 columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1160860
    Pau
    Participant

    Dear TECPRO,

    I apologise in advance for so many questions, but I have a difficult client…

    They want (long story) this main events page in Photo View page to show by default 2 x columns (instead of three as it is now)

    http://79.170.44.126/ref-spainculturescience.co.uk/events/

    Also, they requested (oh the pain!) if is possible NOT to show the excerpt text

    I really appreciate your patience and friendly attitude

    all the best

    #1160970
    George
    Participant

    No worries Pau, thanks for reaching out!

    When it comes to these customizations, we unfortunately cannot help with customizations or design tweaks as stated in our support policy which you can read here.

    Removing the excerpts is rather simple, though, so I can share some code for this. To hide those excerpts, just add CSS like the following to your site:


    #tribe-events .tribe-events-list-photo-description {
    display: none !important;
    }

    To adjust the number of columns, you’ll unfortunately have to do a bit of CSS customizing AND some JavaScript customizing. To do this, set SCRIPT_DEBUG to TRUE on your client’s WordPress Site. Then, head to this JavaScript file within Events Calendar Pro and make modifications to get the layout to suit your client’s needs:

    events-calendar-pro/src/resources/js/tribe-events-photo-view.js

    ⚠️ Be sure to make backups of all customizations to this file, because you will lose those customizations each time you update the plugin and will need to add the customizations back after each update.

    Best of luck with your customizations!
    George

    #1160977
    Pau
    Participant

    Hi George, many thnaks

    #1160981
    George
    Participant

    Sure thing Pau—best of luck with your project!

    — George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Events photo view make default 2 columns’ is closed to new replies.