White Background Missing

Home Forums Calendar Products Events Calendar PRO White Background Missing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1161341
    KAREN
    Participant

    Hi,

    The white background is missing from all of my calendar pages rendered with the plugin “The Events Calendar Pro”. Here is the link:

    http://www.centeroflighttulsa.org/events/month/

    Thanks

    #1161361
    Cliff
    Member

    Hi Karen.

    I’m not sure what the rest of your site looks like, but that page’s background image is http://www.centeroflighttulsa.org/wp-content/uploads/2015/09/defaultbgrnd.jpg and coming from the CSS code located in the page source in theĀ custom-background-css area.

    I hope this helps you figure out why it looks the way it looks.

    #1161840
    KAREN
    Participant

    HI Cliff,

    Fixed the “404” background image problem but the white background is still missing. I did a Google search and found that I have a similar problem as this link:

    https://wordpress.org/support/topic/plugin-the-events-calendar-events-calendar-missing-white-background/

    ….where the normal page wrappers seems to be missing. Would you recommend the above solution to fixing the problem. Any idea how this could happen? Could you point me anywhere to look?

    Thanks

    #1162203
    Cliff
    Member

    Karen,

    I visited another page on your site — http://centeroflighttulsa.org/as-little-as-17-seconds/ — to figure out what you meant for white background and saw that your site has this CSS code to add the background.

    There are 2 suggestions:

    1)

    Try changing this option: wp-admin > Events > Settings > Display tab > “Events template” option

    2)

    Add some custom CSS code, like this:

    body.post-type-archive-tribe_events #tribe-events-pg-template {
    max-width: 100%;
    background-color: #f6f6f6;
    }
    body.post-type-archive-tribe_events #tribe-events {
    margin: 0 auto;
    max-width: 1000px;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1171483
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘White Background Missing’ is closed to new replies.