eengert
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Venues not linkedNevermind, I realized that this is a feature of the Pro version. It works fine after upgrading.
I got my code working to add a player as part of membership registration. Now I’m trying to write the code to assign a default league and season to the player.
What I have currently isn’t working:
$main_league = get_term( get_option(‘sportspress_league’) )->name;
$current_season = get_term( get_option(‘sportspress_season’) )->name;update_post_meta( $id, ‘sp_league’, $main_league );
update_post_meta( $id, ‘sp_season’, $current_season );Any ideas?
Forum: Plugins
In reply to: [Advanced Woo Search] Re-Index process hangs on large number of productsThose two changes made a huge difference, thank you! The process completed successfully in just a few hours.
Excellent support!
Forum: Plugins
In reply to: [Advanced Woo Search] Re-Index process hangs on large number of productsThank you! I have made both modifications and I’m running right now. The change in the plugin file worked – after applying the new function code, I restarted the re-index process and it started where it had left off.
I also added the code in functions.php to process 50 products at a time during indexing. I’ll let you know how that works.
Thanks!
Forum: Plugins
In reply to: [Sermon Manager] Upload Button Not WorkingI’m experiencing the same issue. Has anyone figured out the cause of this?
Forum: Plugins
In reply to: [WP Theater] Download v1.1.5?The problems were caused by 1.2.2. I never tried 1.2.0 or 1.2.1. I don’t think it has anything to do with custom styling. The play button image overlay wasn’t being displayed and when I clicked on the window, it only played the audio. There was no video, just a blank white space where the window should be. Reverting to 1.1.5 causes everything to work properly again.
Forum: Plugins
In reply to: [WP Theater] Download v1.1.5?Nevermind, I found the link. I re-installed v1.1.5 and that resolved my issue.