Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi Dirk,
Thanks for the interest in Facebook Events.
Currently the import is a one time event and does not check for changes in Facebook Events.
So it is possible making changes in Facebook will cause the event to duplicate.
Let me know if you have any follow up questions.
Thanks
Brian
MemberYou’re Welcome.
Since this is marked resolved 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
MemberHi thanks for removing that as well.
It is strange sometimes it loads for me and sometimes I get an error.
See if adding this to the theme’s functions.php helps resolve the issue by getting rid of the debug error.
function awi_tribe_events_js_bug_workaround() { ?>
<script>if ( ! window.debug ) { window.debug = function(){}; window.debug.info = function(){}; }</script>
<?php
}
add_action( 'wp_head', 'awi_tribe_events_js_bug_workaround' );Let me know how that works out.
Thanks
Brian
MemberHi,
Yes the issue most likely is you are using WooCommerce Tickets 3.9.3.
Please update to the latest version of 3.10.
You can download the latest version from your account here on theeventscalendar.com.
After updating please let me know if you still have issues.
Thanks
Brian
MemberHi,
This is the file that creates the ical:
the-events-calendar\src\Tribe\iCal.php
However, I see the link in your theme header too so I think it could be in your theme or a core WordPress file.
I do not use security plugins for the most part and try to harden my sites myself, but you might want to check out Sucuri Security
Sucuri Security – Auditing, Malware Scanner and Security Hardening
They look to keep on top of issues and maybe to scan your site with the plugin to find the issue.
Brian
MemberHi,
Glad it is working again.
It is possible to add a feature image to the widget shortcode.
You will want to modify the Pro List Widget files as outline by our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
There is a 3rd party tutorial that has a look you might be interested in and we have a link to it here:
https://theeventscalendar.com/knowledgebase/horizontal-list-widget/
As for a 3 column carousel format, again that could be possible with a customization to the template, but we do not have anything to provide on that.
Since the original issue is resolved 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
MemberHi Aurimas,
Thanks for the interest in translating our plugins.
We have this guide on how to help out:
https://theeventscalendar.com/knowledgebase/adding-or-updating-a-translation/
We have not set a guideline or set amount, but we do offer licenses in return for completed translations or for someone that translates a significant portion of a plugin.
Let me know if you have any follow up questions.
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 removing that.
I am now seeing this issue:
TypeError: $ is not a function
http://iwradio.co.uk/events/
Line 600This is the code it is referencing:
<script type="text/javascript">
$(function() {$('#weather').fadeOut(500, function() {
$(this).text('').fadeIn(500);
});});
</script>Brian
MemberThis reply is private.
Brian
MemberHi,
Sorry for the issues you are having here. I can help out.
I see you are running Pro version 3.9.3 please update to 3.10.1 and see if that helps the issue.
You can download the latest version from your account here on theeventscalendar.com if you do not have automatic updates setup.
Let me know how that works out.
Cheers
July 21, 2015 at 8:20 am in reply to: Event duplication on front end of site – events displaying multiple times #988420Brian
MemberHi,
Thanks for using our plugins and sorry for the issues here.
I can help troubleshoot this with you.
I looked at the site, but it was not clear what the duplicate events are.
Can you please provide in a private reply the 2 or three events show as duplicates?
Let me know and we can go from here.
Thanks
July 21, 2015 at 8:04 am in reply to: All able to post event and visitor flag of inappropriate content #988403Brian
MemberHi,
Thanks for using our plugins. I can help out here.
You can setup Community Events so all new events submitted are published, by setting the default status to publish.
You can read about the default status here under the General Section:
https://theeventscalendar.com/knowledgebase/community-events-settings/
You can find out about all the features and how to set them up with our new user primer too:
Unfortunately, we do not have a feature to flag events, if you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Luc,
Sorry the issues on this tutorial.
I can help out and get this working for you.
So can you confirm you moved this file to your theme:
\wootickets\src\views\wootickets\tickets.php
Into this location:
\yourtheme\tribe-events\wootickets\tickets.php
And then added the snippet to that file according to the tutorial.
Let me know about that and we can go from here.
Thanks
Brian
MemberHi Ken,
Sorry for the ongoing issues here.
I can help troubleshoot this with you.
I visited the splashfm site and notice jQuery is being loaded twice.
One here first:
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js”></script>
And second here:
<script type=’text/javascript’ src=’//splashfm.com/wp-includes/js/jquery/jquery.js?ver=1.11.2′></script>
Not sure which one you want to use, but loading it twice maybe causing this issue. It could be coming from a plugin or some custom coding just on that site.
The other site is also loading it twice, but it is not having the issues.
However, as you see it could work in one, but not the other.
Please remove one instance of jquery and we can go from there to resolve this.
Thanks
-
AuthorPosts
