Forum Replies Created
-
AuthorPosts
-
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!
February 9, 2015 at 5:03 am in reply to: WOOTICKETS does not display tax-rate in the event view. #940856Brian
MemberUnfortunately, I cannot provide coding to dynamically get the tax rate. That is not a feature of WooCommerce Tickets and I cannot provide customization coding to add that feature.
I understand that maybe a dealer breaker for you as with your tax laws so you can request a refund by emailing the order number with that request to [email protected]
Thank
Brian
Membertribe_get_events_title is a function similar to WordPress’s get_the_title()
You can find out more about it and where it is located in our coding here:
https://theeventscalendar.com/function/tribe_get_events_title/
As for hiding the cost, this css should do the trick:
.tribe-events-list .tribe-events-event-cost,
.tribe-events-schedule .tribe-events-cost,
.tribe-events-meta-group dl dt:nth-child(5),
.tribe-events-meta-group .tribe-events-event-cost {
display:none;
}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
MemberI think I got this for you.
Try this css:
#top #wrap_all .tribe-events-adv-list-widget .type-tribe_events h2 {
font-size: 14px;
}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,
Sorry for the issues you are having. We do not have any coding to help with a 3rd party plugin conflict like this.
Generally custom order plugins do not work well with our plugin as we do our own custom order by date.
Are you able to turn it off for custom post types? The Events Calendar Event’s uses this one:
tribe_events
Let me know if you have any follow up questions.
Thanks
Brian
MemberThanks for renewing and sorry for the issues you are having.
I can help troubleshoot them with you.
If the site url is incorrect that maybe the issue.
You can login to your account here on theeventscalednar.com and in the license section disconnect the url and then go to the site again and try to connect.
Also in your account you can go to the downloads section to get the latest version of the plugins.
When there let me know if you cannot see Community Events 3.9 to download.
Thanks
Brian
MemberIf the page is deleted and not emptied from the trash that could be it.
Great, glad it it working though.
I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberYou could integrate a script Like Colorbox into your site.
There is a plugin that will do it for you here:
Then you could use one of the shortcodes to display an iframe in a popup of the Community Events Add Form.
That is about all we can help on a customization, but if you have any questions I can try to answer them.
Thanks
February 6, 2015 at 11:26 am in reply to: WOOTICKETS does not display tax-rate in the event view. #940599Brian
MemberHi,
As you said we do not have a feature to display taxes in the tickets. But I can get you in the right direction to make modifications you would like, but unable to provide the entire customization.
You can follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
To move and modify this template that displays the tickets in the event:
wootickets\views\wootickets\tickets.php
This is the lines that display the price:
echo "<td class='tickets_price'>";
echo $this->get_price_html( $product );
echo "</td>";You could just add some text inside the quotes of the 3rd line there to display the message you would like for the VAT tax.
Let me know if you have any follow up questions.
Thanks
Brian
MemberSorry for the issues you are having.
It is hard to give any tips on how to resolve the issue without seeing it, it sounds like a javascript conflict is occurring or maybe the site was transfered between domains and the links did not get transferred?
If you can provide a link to see what is happening we can take a look, but beyond that there is not much I can suggest.
Also, I am not going to able to do much support in the Pres Sales Forum, but will try to help out a bit.
Please post support issues on WordPress.org for the free version of the plugin:
Thanks
Brian
MemberUnfortunately, we cannot support older versions of the plugin. If you upgrade both plugins to 3.9.1 and there is still an issue we can help out then.
Thanks
Brian
MemberOk sounds good. Keep us posted if you need anything.
Brian
MemberUnfortunately, there is no feature to embed it in another page. It is possible to detect if a page is in an iframe and you could add a script to that page so when it open it hides all the content around the form.
Beyond that it would involve a customization and that is beyond the support we can provide.
Thanks
Brian
MemberDo you have a page called Events? in the Page Section or with the slug Events?If so does deleting it fix the issue and resaving your permalinks? It looks like there is a page with and id of 27 based off the body class “page-id-27”
If not, does changing the slug “events” in the settings:
Events > Settings > Display
Help the issue. I looked again at your source code and the Events Calendar classes are not even showing in the body class so something is preventing it from work on that page.
Let me know.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can try to get you going in the right direction on this.
We do not have a feature to open the Community Events Form in a popup. However, you maybe to use a script like Colorbox to open that page in an iframe in a popup.
That would be where I would start if I was doing a project like this.
The other way could be to create your own shortcode for the Community Events form, but that is a much more involved process and not much support we can provide on that.
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
