Formatting issues

Home Forums Calendar Products Events Calendar PRO Formatting issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1132243
    Adam
    Participant

    http://www.acg-analytics.com/dev-catalyst-calendar

    I have some problems as shown in the attached jpeg.

    1. I want to include a “subhead” to the descriptions in my events. The subhead has an h3 tag but Event Calendar is not recognizing the html tags in any view. My PDF shows an example of the formatting in Day view, but the same problem exists throughout. Is there a fix?

    2. The Event description is too far right in Day view. No problem in any other views.

    3. In Single Event view, the calendar is not contained within the 100% width of my template.

    4. How can I eliminate “Share This Story. Choose Your Platform” and all social media links?

    #1132249
    Adam
    Participant

    Note: I figured out the problem with the Event not being contained within the 100% width. Please ignore that issue.

    #1132564
    Hunter
    Moderator

    Hey Adam,

    Thanks for reaching out. The changes you seek are a bit outside the scope we’re able to support, but it appears you’re using the Avada theme which I’m a bit familiar with so I’ll help where I can. You may need to contact the theme authors for advice on your first question.

    To fix issue #2, try adding this snippet to your Custom CSS tab in Avada theme’s options:

    #tribe-events-day .tribe-events-content {
    display: inline-block;
    float: right;
    padding: 0;
    width: 100%;
    }

    You can add/remove the social share box in your Avada theme options under Events Calendar > Events Single Posts.

    Thank you for understanding our limitations on support and have a good rest of your day.
    Cheers!

    #1132796
    Adam
    Participant

    Thanks for the css. That works well, and thanks for showing me where to find the controls for the social share box.

    I thought I fixed my problem with the single event view but I was wrong. I changed the “Layout” setting in “Background” to “boxed”, which fixed the problem with the event content, but it also boxed my header and footer, which is incorrect for my layout. So I’m re-posting my request for help with the problem shown in the attached screenshot, where the content isn’t contained within the 100% page width.

    Once again, I appreciate your help with this.

    #1132805
    Adam
    Participant

    I just found the option to fix the problem with the single event page display. Please ignore my prior post from this morning, and thanks again.

    #1133671
    Hunter
    Moderator

    Hey Adam,

    Thank you for the update and I’m glad to hear you’ve got everything resolved! I’ll close this thread out but feel free to create a new one if you have any more questions or comments. Take care and have a great weekend.

    Cheers!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Formatting issues’ is closed to new replies.