Template Questions

Home Forums Calendar Products Events Calendar PRO Template Questions

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #720454
    jaynewest
    Participant

    I’m using Events Calendar Pro and am having difficulty figuring out how to adapt the monthly template. It’s grabbing my theme (RT-Theme 18 using a child-theme), but I don’t know how to
    1) Change or remove the Page Title, which sometimes is “Events for August 2015” when I’m on a May 2015 or any other month calendar view and sometimes “Events this Month”.
    2) Remove the standard WP Footer material without removing the custom footer material. I don’t want “Recent Posts”, “Recent Comments”, Meta…

    The site is currently password protected, but I can give you the log in in a private message. Please let me know how to get that info to you.

    Many thanks,
    Jayne

    #720814
    Josh
    Participant

    Hello jaynewest,

    Thanks for reaching out to us!

    It sounds like you may be having some strange issues if the wrong month names are being displayed on certain pages. If you don’t mind, could you reply with the credentials to be able to view the site so I can see the issues firsthand? Just mark the response as “private” so it doesn’t show up in the forum thread.

    Thanks!

    #721752
    jaynewest
    Participant

    This reply is private.

    #725417
    Josh
    Participant

    Hello jaynewest,

    I took a look at the site and noticed the issue you were talking about. It appears there are some javascript errors on the site that are probably causing the issue with the title. You can follow the steps within our Testing for Conflicts procedures to narrow down what may be causing the error.

    For additional customizations of how the event pages display (this will help in removing the sidebars that you don’t want on the page) you can follow our Themer’s Guide to aid with those customizations. This approach can also be used to completely remove the title section that is currently experiencing the javascript error and displaying improperly.

    I’m sorry I wasn’t able to give you a direct response however I hope this was able to point you in the right direction.

    Thanks!

    #731347
    jaynewest
    Participant

    This reply is private.

    #732196
    Josh
    Participant

    Hello jaynewest,

    Thanks for following up with us!

    There are several options for removing the footer sections that you’re describing however the simplest approach will be to hide that section with CSS on the event templates. This can be done by prefacing all the sections that you would like hidden with “.tribe-theme-child-rttheme18-child” in your theme CSS file and adding “display:none” to that element. An example of this would be:

    
    .tribe-theme-child-rttheme18-child .footer_widgets {
    display:none;
    }
    

    This should point you in the right direction for cleaning up the templates the way you would like. I’ll go ahead and close this ticket since we are unable to supply full customization support within the forums. If you have any further questions, please don’t hesitate to open a new ticket.

    Thanks!

    #736397
    Josh
    Participant

    Hello jaynewest,

    I’ve noticed you’ve marked the previous response as the correct answer. I’ll go ahead and close out this ticket but if you have any further questions, please don’t hesitate to open a new one.

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Template Questions’ is closed to new replies.