Forum Replies Created
-
AuthorPosts
-
Brian
MemberHello Again.
I have another snippet for you, but this is about all we can provide for theme compatibility issues as it is beyond the support we can provide to troubleshoot every single formatting issue with a theme. So here is the snippet that should target that Mini Calendar.
.entry-content .tribe_mini_calendar_widget thead th,
.entry-content .tribe_mini_calendar_widget tr td {
padding: 0;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Thanks for using our Plugins and I can help you out here. I also use Genesis on my sites and have some different snippets that might work here.
So I took a look at your site and the Genesis Archive Content setting is set to Excerpt. Since the Events Calendar is an Archive Page it is just using an excerpt and not the full content.
Please try this snippet and see if that helps:
https://gist.github.com/jesseeproductions/8d0947375b5ba10a1b5e
Just add that to your Functions.php
This snippet might help as well. It makes the Events Calendar Views (Month, List, Week, etc..) full width:
https://gist.github.com/jesseeproductions/95379b711c5fbf7d5825
Let me know if that works for you.
Thanks
Brian
MemberOk Sounds good.
Here is the class that you would want to clear the contents of.
.tribe-mini-calendar-list-wrapperThere are some options here on how to do that:
http://stackoverflow.com/questions/1701973/clear-all-divs-contents-inside-a-div
You may want to wrap the function in a document ready check so it clears after the content has been created.
Let me know if you have any follow up questions, but this should get you close to what you are looking for.
Thanks
Brian
MemberUnfortunately, not much we can suggest to resolve this.
The settings need to be changed for the Events Archive Page as that is what WordPress considers is the Events Calendars View. Not sure where that is in your theme, but the theme developer maybe to help out on that.
The other option is to edit the templates by following our themer’s guide:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Then you could add the sidebar by manually coding it in and change the css to format correctly.
Either way I am afraid it is beyond the support we can provide to provide the entire solution for this. I can try to answer more questions about the Events Calendar if you have them related to this.
Thanks
Brian
MemberYeah sorry for not having a better solution. It is on our roadmap to work to improve though. Since there is nothing more we can do here I am going to close this ticket. If you have any new questions related to this or something else, please just create a new ticket.
Thanks
Brian
MemberHi Sam,
See my answer below:
Is there a conditional tag to cover all event views in one?
Nope, you can string them together into one statement.
If you look at this snippet it targets all the views:
https://gist.github.com/jesseeproductions/8d0947375b5ba10a1b5e
You will have to modify it to get it to do what you would like, but that will be close.
Brian
MemberNot sure what line it is referring to with the error. However, the coding looks right, but it could be a formatting issue with the quotes. When you copy and paste sometimes they get formatted incorrectly. Try replacing each quote with a new single quote.
Let me know if that helps.
Thanks
Brian
MemberI am glad to see you were able to fix this issue.
Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberPhilip,
Thanks for using our plugins. I can try to help you out here. There is not feature to hide that list on loading. I am afraid if you do it with css that is might hide the events when you click on them later. You can try to write a quick javascript function to remove the content on the page load.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Let me know if you have any follow up questions.
Thanks
Brian
MemberAdam,
Thanks for sharing!
bowedp5 does that help out have you been able to find to conflict causing this?
December 5, 2014 at 1:02 pm in reply to: 500 server error on WP admin pages when upgrading to version 3.8.1 #909367Brian
MemberHello,
Sorry for the issues you are having. Not sure what the cause is. The errors in the log were not finding files or functions in Pro.
You mentioned you switched themes, but can you let me know if you have any custom templates in the themes?
Also, are you able to updating to a version such as 3.4?
We do have 3.9 coming out next week(if goes as planned) that may resolve the issue then. If you would like to wait and do a manually install with ftp of both The Events Calendar and The Events Calendar Pro.
Let me know and we can go from there to troubleshoot this.
Thanks
Brian
MemberDo you have a link for the site. Not sure what could be the cause most likely theme issues.
Have you tried changing the default template on this page:
Events > Settings > Display > Events Template Field
That may help out.
Let me know about your site though and I can take a look if changing that setting above does not help.
Thanks
Brian
MemberHi,
Thanks for using the Events Calendar.
So we are working to release 3.9 (hopefully next week). It will include a shortcode to display the mini calendar.
You will be able look up the shortcode in the change log or in our documentation.
I think it is going to be:
[tribe_mini_calendar]So once that is release let me know if that works for you.
Thanks
Brian
MemberI tried to reproduce the error on my site and making a PayPal purchase and it reduced the stock.
So there maybe a conflict on your site causing the issue.
Are you able to try our Testing for Conflicts Guide:
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
You may want to wait until we release 3.9. Test your site then and if it is still not working then try the testing for conflicts guide.
Then we can go from there to resolve this.
Thanks
Brian
MemberI took a look at your site and notice there is no https. Not sure if that is the issue, but without https there maybe issues with the credit card processing.
Have you been able to create a virtual product and test if that will work?
Let me know.
Thanks
-
AuthorPosts
