tsquared150
Forum Replies Created
-
I just purchased the Give tool so should I move this to the support through the Give site?
Sorry, just got to this and did another import and it is still is not importing what it is thinking is duplicate donations.
I have a theme that has a main theme and a child theme. I added the code to the functions.php of the child theme.
This is what the code looks like for that file. Maybe I didn’t add it correctly?
<?php // enqueue the child theme stylesheet Function qode_child_theme_enqueue_scripts() { wp_register_style( 'childstyle', get_stylesheet_directory_uri() . '/style.css' ); wp_enqueue_style( 'childstyle' ); } add_action( 'wp_enqueue_scripts', 'qode_child_theme_enqueue_scripts', 11); /** * Check if donation is duplicated or not before importing. * * @return bool */ function give_check_import_donation_duplicate_callback( $value ) { return false; } add_filter( 'give_check_import_donation_duplicate', 'give_check_import_donation_duplicate_callback' ); ?>
Thank you! I would just add this code to my functions.php file correct?
Forum: Plugins
In reply to: [Easy Media Download] Free Download button not workingActually use this URL to view the issue, not the youthamerica.org/resources. That page is restricted and this one will allow you to see the issue without having to create a user
Forum: Fixing WordPress
In reply to: Post Category only showing one post, not allI just looked at that and that was unmodified. I found an original online and there was no change to that file. Any other ideas?
Forum: Fixing WordPress
In reply to: Post Category only showing one post, not allYes I have. Can I just get the original PHP page that powers that part of the category display? Which PHP page would that be?
Forum: Fixing WordPress
In reply to: Post Category only showing one post, not allIt is running on Twenty Thirteen