jeffreyd000
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Donations is Sunset] recurring donations@jnaughton
The developer is going to need a link to the live site at the very least.
Also what versions of WP and the plugin etc.Forum: Plugins
In reply to: [Seamless Donations is Sunset] How Can you change Giving Levels?Not quite.
Do it in functions//seamless donations giving levels function my_custom_giving_levels( $levels ) { return array( 25, 50, 100, 250 ); } add_filter( 'dgx_donate_giving_levels', 'my_custom_giving_levels' );
Did you get this resolved? I have the same issue.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Mailing List Join – which mailing list?I actually has a similar follow-up question but I will start another thread for that.
To answer your question, the best I can tell, when the user checks the box it merely authorizes you to manually add them to your email list.
You can view the notification by clicking on the dates in the Fund/Date column under Donations. In there you will see a line that says Yes or No about being added to the mailing list.
Forum: Plugins
In reply to: [Custom Post Type UI] Want CPT with related tags to show@michael Beckwith Made another donation, thanks again. Your work and time is appreciated.
Forum: Plugins
In reply to: [Custom Post Type UI] Want CPT with related tags to showThanks again, happy to support a great plugin. I have donated in the past for your efforts!
Forum: Plugins
In reply to: [Custom Post Type UI] Want CPT with related tags to showThank you for your guidance. Your premise was correct but the code in the codex did not work.
I solved it with this…
function add_custom_types_to_tax( $query ) { if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { // Get all your post types $post_types = get_post_types(); $query->set( 'post_type', $post_types ); return $query; } } add_filter( 'pre_get_posts', 'add_custom_types_to_tax' );
Found here – https://premium.wpmudev.org/blog/add-custom-post-types-to-tags-and-categories-in-wordpress/
Forum: Plugins
In reply to: [Custom Post Type UI] Want CPT with related tags to showNope, it shows find in search results. just not when viewing posts by Tag.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Customize Giving Levels@allendav – Awesome thank you!
Forum: Plugins
In reply to: [Custom Post Type UI] WP 3.8 Dashicon SupportWell now you have $ to buy some coffee to power yourself through it! ??
Forum: Plugins
In reply to: [Custom Post Type UI] WP 3.8 Dashicon SupportExcellent! I have made a donation to your efforts via PayPal.
Thank you,
JeffreyForum: Plugins
In reply to: [Contact Form 7] Date Picker Only Displays in Chrome after update to 3.6Awesome thank you!!!
I look forward to it.
Forum: Plugins
In reply to: [Image Credits] get function stops page renderSolved with <div class=”image-credits”><?php echo do_shortcode(“[image-credits]”); ?></div>
Forum: Plugins
In reply to: [Image Credits] get function stops page renderI’ll give it a go. Thanks.
Theme = Responsive from Cyberchimps