Forum Replies Created
-
AuthorPosts
-
February 5, 2018 at 3:09 pm in reply to: After / Problem with the function tribe_get_listview_prev_link () #1444597
Brendan
KeymasterHi 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,
BrendanBrendan
KeymasterCorrect, 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.
Brendan
KeymasterHi 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,
BrendanBrendan
KeymasterAwesome! And thanks for posting the resolution.
Brendan
Brendan
KeymasterHi there,
Thanks or emailing support. Yes, both of those options are available.
Thanks,
Brendan
Brendan
KeymasterHi there,
Yes, that is correct. you can only use the hub on 10 sites max.
Thanks,
Brendan
February 2, 2018 at 1:54 pm in reply to: pre-sale questions – ticket based off type of wordpress profile #1442871Brendan
KeymasterHi there,
Yes, you can easily associate your license with your new live site once its ready.
Thanks,
Brendan
February 2, 2018 at 1:50 pm in reply to: How can I change the "Buy Now!" button to "Book Now!" #1442870Brendan
KeymasterHi 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,
BrendanBrendan
KeymasterHi there,
It may be in the footer.php or header.php as well. Can you check both of those?
Thanks,
BrendanBrendan
KeymasterThis reply is private.
Brendan
KeymasterHi there,
Checking in again, letting you know team is still working on this.
Thanks for your patience.
Brendan
Brendan
KeymasterHi 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,
BrendanBrendan
KeymasterHi 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,
BrendanBrendan
KeymasterHi 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,
BrendanBrendan
KeymasterHey 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 -
AuthorPosts
