Brian

Forum Replies Created

Viewing 15 posts - 4,846 through 4,860 (of 11,256 total)
  • Author
    Posts
  • in reply to: Facebook events, changes in events #988885
    Brian
    Member

    Hi 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

    in reply to: iOS Calendar Export #988854
    Brian
    Member

    You’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

    in reply to: AJAX features (next/prev/list as) not working #988616
    Brian
    Member

    Hi 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

    in reply to: Cart Button does not show up on my Event Page #988613
    Brian
    Member

    Hi,

    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

    in reply to: iOS Calendar Export #988611
    Brian
    Member

    Hi,

    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.

    in reply to: Shortcodes & widgets not working #988608
    Brian
    Member

    Hi,

    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

    in reply to: Lithuanian translation – revision #988445
    Brian
    Member

    Hi 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

    in reply to: Hard Code Widget #988439
    Brian
    Member

    Great 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

    in reply to: AJAX features (next/prev/list as) not working #988436
    Brian
    Member

    Ok thanks for removing that.

    I am now seeing this issue:

    TypeError: $ is not a function
    http://iwradio.co.uk/events/
    Line 600

    This is the code it is referencing:

    <script type="text/javascript">
    $(function() {

    $('#weather').fadeOut(500, function() {
    $(this).text('').fadeIn(500);
    });

    });
    </script>

    in reply to: iOS Calendar Export #988431
    Brian
    Member

    This reply is private.

    in reply to: Hard Code Widget #988422
    Brian
    Member

    Hi,

    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

    Brian
    Member

    Hi,

    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

    Brian
    Member

    Hi,

    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:

    New User Primer: Community Events

    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.

    http://tribe.uservoice.com/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Sorting tickets on price, ambiguous description #988399
    Brian
    Member

    Hi 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

    in reply to: AJAX features (next/prev/list as) not working #988293
    Brian
    Member

    Hi 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

Viewing 15 posts - 4,846 through 4,860 (of 11,256 total)