Events Calendar Pro Calendar is skewed and Community is not showing the form

Home Forums Calendar Products Community Events Events Calendar Pro Calendar is skewed and Community is not showing the form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26916
    Mike
    Participant

    Hey gang…can you please look at my site? I have two issues going on.

    First, The Events Pro Calendar is fouled up and skewed on the site. I tested this with a basic Theme, and I believe there is a conflict with my Theme. I left all the plugins intact, then just changed out the Theme with a standard default Theme, and it does work.

    I know this is probably not covered from a support standpoint since the Theme looks to be the culprit. However, from a technical standpoint, any insight or ideas on where I can look would be very helpful. Then we can then look at making the adjustments ourselves.

    Here is the link:
    http://scmusicguide.com/shows-and-events-around-sc/

    Second, the Submit and List Event pages are not showing the form that allows folks to submit their events. This also may be a symptom of my Theme, but I am unsure.

    Here are the respective links:
    http://scmusicguide.com/shows-and-events-around-sc/sc-music-events/add
    http://scmusicguide.com/shows-and-events-around-sc/sc-music-events/list

    If it helps, the theme is from Press75.com, and is called Soundstage. I am also going to reach out to them as well. Thanks for the help!

    #26919
    Casey
    Participant

    Mike,
    While we don’t normally provide support for third party themes, I was able to quickly take a look and it looks like it’s the following style in your stylesheet (line 1201) that is causing the issue:


    #content #page-header,
    #content .hentry {
    float: left;
    width: 940px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    }

    If you add a style rule below that with the following, it should be fixed:


    .hentry.tribe-events-event {
    width: auto !important;
    }

    Hope that helps!

    #26920
    Mike
    Participant

    Casey…I certainly appreciate it. As I mentioned, I know that this falls outside of normal support. However, I knew that there was something going on with the CSS. Just needed to be pointed in the right direction.

    Will this also correct the Submit and List events function for the Community Plugin?

    I again appreciate the help. Very quick and responsive. Thanks again Casey!

    #26921
    Casey
    Participant

    Mike,
    I’m afraid it looks like there’s something else going on with those pages. I noticed that you had several JavaScript errors in your theme (http://d.pr/i/JCWb), so I’m not sure if that’s what might be causing it or not. I would recommend contacting your Theme Developer to see if they have any insight into the issue. Good luck and let us know if there’s anything else we can assist with!

    #26929
    Mike
    Participant

    Hi Casey,
    I was able to touch base with the Theme developer, and they looked into the matter a bit.

    In addition to providing the same type of CSS fix you suggested, they also looked at the Community submit/list problem. From their perspective, The JS errors you pointed out, which they also saw, are not related to the theme but most likely via the plugin. If the plugin works by inserting content via AJAX (which it appears it might), those JS errors are going to prevent it from doing so. Is it possible for you to look a bit deeper into this? I can provide you information as needed. Thanks Casey.

    #26934
    Casey
    Participant

    Mike,
    Unfortunately, if Community works with the default Twenty Twelve theme, then the Javascript errors are occurring because of your theme. I noticed the first JS error was occurring in ‘jquery.animate-colors-min.js’ which is part of your theme, and not part of the plugin.

    I hate to say it, but this unfortunately falls under ‘no support for custom themes’ rule. You can read more about that here: https://theeventscalendar.com/support/forums/topic/read-this-an-important-note-on-plugintheme-deactivation/

    I would reach out to your theme developer again, or have another developer help you track down the issues with your theme. Sorry we’re not able to be more help than that!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Events Calendar Pro Calendar is skewed and Community is not showing the form’ is closed to new replies.