• Resolved loicthisse

    (@loicthisse)


    Hi,
    I have VSEL installed on a site with the Movedo theme and a custom CSS code to display in 1 line the date, title and location (these are show dates).
    I just noticed that the dates disappear on larger screens, from 1600 pixels. On the page there is a sidebar. Without the sidebar the dates are displayed whatever the size of the screen.
    Can you help me?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    It seems you’re using some kind of content builder for the event info and that CSS overrides whole structure of the event list. Can you add the event info text without using that builder?

    Guido

    Thread Starter loicthisse

    (@loicthisse)

    Thanks Guido. I added an event without using the page builder and indeed the date is displayed in all sizes. I would like to find a solution without having to reenter all past events.

    Plugin Author Guido

    (@guido07111975)

    Hi,

    It’s caused by the main container in event text, are you able to change its CSS/styling? Don’t set background color or set to transparent, if possible.

    If not, try this at the Extra CSS page of the Customizer:

    
    .page-id-2026 #grve-main-content .grve-section {background-color: transparent !important;}
    

    It’s now only being used at the events page (with ID 2026).

    Guido

    Thread Starter loicthisse

    (@loicthisse)

    Fantastic. It works perfectly on the page in question. How do I get the code to work on all pages with events?

    Do I have to call up all the pages with their ID?

    Thanks

    Plugin Author Guido

    (@guido07111975)

    Hi,

    Great!

    When inspecting the source code of the page you can look for the body tag and one of the classes contains the ID of the page, such as page-id-2026.

    Or open the page in your editor, the ID is part of the URL.

    Guido

    Thread Starter loicthisse

    (@loicthisse)

    Problem solved. Thanks so much for your help. Marking this thread as resolved.

    Plugin Author Guido

    (@guido07111975)

    You’re welcome.

    Instead of the CSS-fix please try to change this background color via the settings of the builder, if present. It’s always better to use the available settings instead of a CSS-fix.

    Guido

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dates disappear on large screen’ is closed to new replies.