Brendan

Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 2,028 total)
  • Author
    Posts
  • Brendan
    Keymaster

    Hi there,

    Ok, lets try this. Add this function in your functions.php file and insert the same jquery info you did before. That way we can remove it from the head. I think it was why it only lasted for a few seconds.

    add_action( 'wp_head', function() {
        if ( tribe_is_list_view() ) {
           // other stuff to get the default version of jQuery in place
        }
    }, 1 );

    Now, this goes beyond our level of support for your theme so if this doesn’t work we hope you are able to find a new theme or solution to update your theme.

    Let me know how this goes.

    Thanks,
    Brendan

    in reply to: Events do not show past February 2018 #1444582
    Brendan
    Keymaster

    Correct, up to 10 sites for the same license. However, we may have another option but I can’t for sure. Checking now to see if possible and we will get back to you.

    in reply to: Display Multiple Dates within Event Page #1444573
    Brendan
    Keymaster

    Hi Aaron,

    Yes, you are correct. For some reason the creator is editing the actual template. In cases like these you would actually have to create a clone of that template using our themer’s guide. This is done so that you can still update the plugin without losing any customizations.

    Thanks,
    Brendan

    in reply to: Facebook Events imported without featured photo #1444559
    Brendan
    Keymaster

    Awesome! And thanks for posting the resolution.

    Brendan

    in reply to: Events Calendar Pro Map Icons #1442951
    Brendan
    Keymaster

    Hi there,

    Thanks or emailing support. Yes, both of those options are available.

    Thanks,

    Brendan

    in reply to: Events do not show past February 2018 #1442950
    Brendan
    Keymaster

    Hi there,

    Yes, that is correct. you can only use the hub on 10 sites max.

    Thanks,

    Brendan

    Brendan
    Keymaster

    Hi there,

    Yes, you can easily associate your license with your new live site once its ready.

    Thanks,

    Brendan

    in reply to: How can I change the "Buy Now!" button to "Book Now!" #1442870
    Brendan
    Keymaster

    Hi Matt,

    Lets try it as a function then if you have already done the themes guide.

    In your functions.php file in your theme add this code:

    /**
     * Changes Buy Now! button text
     */
    
    add_filter( 'tribe_tickets_buy_button', 'changes_button_text', 11, 2 );
    
    function changes_button_text( $html ) {
    
        $html = str_replace("Buy Now!", "Book Now!", $html);                                                                                                                                                      
        return $html;
    }
    

    Let me know if that works.

    Thanks,
    Brendan

    in reply to: Shortcode Not Working After Update #1442867
    Brendan
    Keymaster

    Hi there,

    It may be in the footer.php or header.php as well. Can you check both of those?

    Thanks,
    Brendan

    in reply to: PRO shortcodes not showing event in month view #1442862
    Brendan
    Keymaster

    This reply is private.

    in reply to: Bug: Conflict between TEC and Listify theme. #1442861
    Brendan
    Keymaster

    Hi there,

    Checking in again, letting you know team is still working on this.

    Thanks for your patience.

    Brendan

    in reply to: Facebook Events imported without featured photo #1442860
    Brendan
    Keymaster

    Hi there,

    Thanks for email support and sorry you are having issues. Sounds like there is a conflict. To get you started on troubleshooting: First, please make sure you are using the most current versions of all of our plugins. You can also try reinstalling them by following these instructions. If that doesn’t help, the next step in troubleshooting this is going to be testing for conflicts with your theme and other plugins (with WP_DEBUG enabled). If you need a testing environment, the free WP Staging plugin will let you create a quick copy of your live site that you can use for testing.

    Let me know what you find.

    Thanks,
    Brendan

    in reply to: Import Only Certain Categories from iCal #1442855
    Brendan
    Keymaster

    Hi there,

    Thanks for emailing support.

    You can import with keywords so you can type in categories and preview what was imported. In regards to the product, you would need the Event Aggregator.

    Thanks,
    Brendan

    in reply to: event agrigator and Salesforce #1442854
    Brendan
    Keymaster

    Hi Vernon,

    We do not have any integration with Salesforce. Not to say you cannot get something developed to integrate the two, we just don’t have that as an option or know of anyone one actively integrating with Salesforce.

    Thanks,
    Brendan

    in reply to: displaying events two months ahead #1442850
    Brendan
    Keymaster

    Hey there and thanks for getting in touch!

    We’d be happy to help — but I do want to note that our pre-sales forum is used to answer questions about purchasing our premium plugins.

    If you’re looking for technical support, it would be awesome if you could post your question to our WordPress.org support forum.

    Or, if you already have an active license for one of premium plugins, will you please log into your account and post your topic to our premium support forum instead?

    Thanks so much!

    Thanks,
    Brendan

Viewing 15 posts - 1,336 through 1,350 (of 2,028 total)