Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
This is going to be in WooCommerce’s coding and I found this thread that might have some information for you:
https://wordpress.org/support/topic/how-to-get-quantity-of-product?replies=8
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues.
It looks like you are using version 3.8 of WooCommerce Tickets.
However, the latest version of 3.9.3 is required to work with WooCommerce 2.3.x
Thanks
Brian
MemberI am glad to see you were able to figure it out.
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
MemberHi Alex,
Thanks for using the Events Calendar.
I can help out here.
The next and previous month links only show if there are events in the next or previous month.
Since you only have June Events it does not show those links.
Let me know if you have any follow up questions.
Thanks
June 16, 2015 at 7:34 am in reply to: 3.10 – Disappointed that expired events on the day still show #969742Brian
MemberHi,
No worries, thanks for bring it up.
We were able to patch the 3.10 release to fix it and I tested in Photo View and that is working now along with the the List View and Event List Widget.
So you should be good.
When you update to the 3.10 official release please let us know if that is not the case.
Thanks again for bring this to our attention.
Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberYour Welcome.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberThanks for marking your question answered, I am going to close this topic, but if you would like more help related to this or with something else, please create a new topic. Thanks!
Brian
MemberGreat glad it helps.
No worries about the other post, we try to help out on theme issues, but the farther they are from a WordPress Codex theme the more likely issues maybe created.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberThanks for the update, glad it is working.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberOk,
Thanks for opening that up.
This is a Genesis child theme isn’t it? Genesis form css loves to make our form look bad. 🙁
I got this css to help the form look better:
#tribe-community-events input, #tribe-community-events select, #tribe-community-events textarea {
min-height: 0 !important;
padding: 12px !important;
width: auto;
}#tribe-community-events #EventCountry_chosen.chosen-container {
width: 220px!important;
}The !important in the theme’s stylesheet is causing the issues:
input, select, textarea {
border: medium none;
border-radius: 4px;
font-size: 17px !important;
margin: 0 !important;
min-height: 46px !important;
outline: 0 none !important;
padding: 0 12px !important;
width: 100%;
}So I had to counter that with more !importants, which is the very reason to almost never use them 🙂
The second css selector with for #tribe-community-events #EventCountry_chosen.chosen-container has an!important as well, but since that width is setup by a script is is needed in Genesis unfortunately.
Let me know how that works out.
Thanks
Brian
MemberHi,
We do not have shortcodes for the main views such as month, list, week, map etc.
When we launch 3.10 we will have 4 shortcodes, which you can read about here:
https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
Also, there is the Event Rocket Plugin an unofficial plugin maintained by some of our developers that the ability to show an event view (month, list, etc) on the home page.
That might get you closer to what you are looking for.
Thanks
Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
-
AuthorPosts
