Forum Replies Created

Viewing 15 replies - 1 through 15 (of 157 total)
  • Plugin Author Chris Hardie

    (@chrishardie)

    You can always turn off the animation in the widget settings if you don’t want to display the numbers changing in a certain direction.

    Plugin Author Chris Hardie

    (@chrishardie)

    Sometimes the debt does decrease. In the last two data points made available on TreasuryDirect dot gov (the site this plugin uses as its data source), the debt decreased from $35,965,533,024,604.05 on Nov. 14 to $35,959,176,987,940.11 on Nov. 15. The plugin’s animation is based on the recent data points and any trend they might represent.

    Plugin Author Chris Hardie

    (@chrishardie)

    Thanks for your note. There are CSS classes available for additional customization; see the source HTML of the rendered widget for all of them, but a few key ones are:

    • us_debtclock_widget_introduction
    • us_debtclock_widget_amount
    • us_debtclock_widget_credit

    There are also various general ways to customize the CSS of a widget.

    I hope that helps!

    Plugin Author Chris Hardie

    (@chrishardie)

    The plugin does not currently directly support including a permalink URL below the excerpt. The post titles and “continue reading” text should be clickable and linked. Being able to better customize the output that’s used to generate the PDF is something I’m looking at for the future.

    Plugin Author Chris Hardie

    (@chrishardie)

    Thanks for your message. The plugin does not currently support automatic generation of PDFs. It’s a feature I’m looking at for the future, so it’s helpful to know that you would find it useful.

    We are seeing this behavior as well, all episode links break and become 404 unexpectedly after the upgrade. We use autoptimize for caching.

    Thread Starter Chris Hardie

    (@chrishardie)

    That appears to have fixed it – thank you.

    Thread Starter Chris Hardie

    (@chrishardie)

    The name fields are custom to our theme, but we do have validation logic in place for those. And the issue is happening on the lost password page where there are no custom fields, not just the registration form, so it seems like something else is going on.

    If we need to add additional logic to our validation function to support hCaptcha, could you let me know what that should look like?

    Here’s how we call the validation function:

    add_filter( 'woocommerce_process_registration_errors', array( $this, 'wwn_validate_account_fields' ) );

    and the validation function itself is essentially:

    public function wwn_validate_account_fields( WP_Error $errors ): WP_Error {
    	if ( wp_verify_nonce( sanitize_key( $_POST['woocommerce-register-nonce'] ), 'woocommerce-register' ) ) {
    		foreach ( $this->extra_fields as $name => $field ) {
                            // perform validation
    		}
    	} else {
    		return new WP_Error( 'nonce_verification_failed', __( 'Nonce verification failed', 'our-text-domain' ) );
    	}
    	return $errors;
    }

    Thank you.

    Thread Starter Chris Hardie

    (@chrishardie)

    Thank you, the latest version works well. Marking this as resolved.

    Thread Starter Chris Hardie

    (@chrishardie)

    I had missed that, thank you! I tried it out and while it seemed to add “alg_wc_ev_verification_status_top=unverified” to the list of filter parameters, I still see users who are marked verified in the resulting list. I wonder if those are users who don’t have the user meta key/value at all because they were included as verified when we first activated the plugin? In any case, it would be great to be able to see only those users who have the user meta value set to false. Thank you!

    Plugin Author Chris Hardie

    (@chrishardie)

    Hi – thanks for these suggestions.

    You can control article inclusion using the current tag/category filtering option; no current plans to implement individual article selection but would be glad to have a pull request to handle this.

    Clickable links is not likely to be a priority given that the focus is on a printable PDF.

    Line breaks should be respected now but may depend on how your content is formatted; if you’d like to provide details of any issues I’d be glad to take a closer look.

    The plugin has not been actively developed or updated recently but should still work fine with modern versions of WordPress.

    Thread Starter Chris Hardie

    (@chrishardie)

    In case the screenshot via image embed via link approach doesn’t work, here’s a direct link: https://www.dropbox.com/scl/fi/kiwdu9i0erizlztd74i2l/console-checkout.png?rlkey=2x3mom9qp9opq8891db6grw6u&dl=0

    Thread Starter Chris Hardie

    (@chrishardie)

    Thanks for your reply. Here’s the screenshot:

    Here’s the system report:

    WordPress Environment
    
    WordPress address (URL): https://deleteme.test
    Site address (URL): https://deleteme.test
    WC Version: 7.8.2
    REST API Version: ? 7.8.2
    WC Blocks Version: ? 10.2.4
    Action Scheduler Version: ? 3.5.4
    Log Directory Writable: ?
    WP Version: 6.2.2
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: ?
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    Server Environment
    
    Server Info: nginx/1.25.0
    PHP Version: 7.4.33
    PHP Post Max Size: 512 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 8.1.2
    (SecureTransport) OpenSSL/1.1.1u
    
    SUHOSIN Installed: –
    MySQL Version: 8.0.33
    Max Upload Size: 512 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ? wp_remote_post() failed. Contact your hosting provider.
    Remote Get: ?
    
    Database
    
    WC Database Version: 7.8.2
    WC Database Prefix: wp_
    Total Database Size: 7.22MB
    Database Data Size: 5.73MB
    Database Index Size: 1.49MB
    wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_comments: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_options: Data: 3.05MB + Index: 0.06MB + Engine InnoDB
    wp_postmeta: Data: 0.19MB + Index: 0.06MB + Engine InnoDB
    wp_posts: Data: 1.52MB + Index: 0.06MB + Engine InnoDB
    wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_square_customers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    
    Post Type Counts
    
    attachment: 57
    course: 1
    job_listing: 1
    page: 11
    post: 58
    product: 3
    revision: 48
    sensei_email: 19
    wp_global_styles: 2
    
    Security
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    Active Plugins (8)
    
    Query Monitor: by John Blackbourn – 3.12.3
    Classic Editor: by WordPress Contributors – 1.6.3
    FakerPress: by Gustavo Bordoni – 0.6.1
    Jetpack: by Automattic – 12.1
    Post Meta Inspector: by Daniel Bachhuber
    Automattic – 1.1.1
    
    WooCommerce Square: by WooCommerce – 4.0.0
    WooCommerce: by Automattic – 7.8.2
    Fieldmanager: by Alley – 1.5.0
    
    Dropin Plugins (1)
    
    db.php: Query Monitor Database Class (Drop-in)
    
    Settings
    
    API Enabled: –
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: –
    Enforce Approved Product Download Directories: ?
    HPOS feature screen enabled: –
    HPOS feature enabled: –
    Order datastore: WC_Order_Data_Store_CPT
    HPOS data sync enabled: –
    
    WC Pages
    
    Shop base: #6 - /shop/
    Cart: #7 - /cart/
    Checkout: #8 - /checkout/
    My account: #9 - /my-account/
    Terms and conditions: ? Page not set
    
    Theme
    
    Name: Twenty Twenty
    Version: 2.2
    Author URL: https://www.ads-software.com/
    Child Theme: ? – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
    WooCommerce Support: ?
    
    Templates
    
    Overrides: –
    
    Square
    
    Environment: Production
    Tokenization Enabled: –
    Debug Mode: Off
    
    Admin
    
    Enabled Features: activity-panels
    analytics
    product-block-editor
    coupons
    customer-effort-score-tracks
    import-products-task
    experimental-fashion-sample-products
    shipping-smart-defaults
    shipping-setting-tour
    homescreen
    marketing
    mobile-app-banner
    navigation
    onboarding
    onboarding-tasks
    remote-inbox-notifications
    remote-free-extensions
    payment-gateway-suggestions
    shipping-label-banner
    subscriptions
    store-alerts
    transient-notices
    woo-mobile-welcome
    wc-pay-promotion
    wc-pay-welcome-page
    
    Disabled Features: core-profiler
    minified-js
    new-product-management-experience
    product-variation-management
    settings
    async-product-editor-category-field
    
    Daily Cron: ? Next scheduled: 2023-07-07 18:23:02 +00:00
    Options: ?
    Notes: 99
    Onboarding: skipped
    
    Action Scheduler
    
    Complete: 14
    Oldest: 2023-07-05 20:23:52 +0000
    Newest: 2023-07-05 20:35:05 +0000
    
    Pending: 1
    Oldest: 2023-07-06 20:21:55 +0000
    Newest: 2023-07-06 20:21:55 +0000
    
    Status report information
    
    Generated at: 2023-07-06 19:02:59 +00:00
    `
    Thread Starter Chris Hardie

    (@chrishardie)

    Thank you, this is helpful! There seems to be some weird interaction between the JS that starts the player playing and the link click, but it mostly works as expected, so that will be fine until there’s a longer term solution in place. I also had to add some styling for the link to show up in the dark mode player:

    .currently-playing .player__episode-title a {
    	color: var(--ssp-dark-mode-text-color);
    }
    Thread Starter Chris Hardie

    (@chrishardie)

    Thanks for your response. We are not currently using the “show subscribe urls” option, although some versions of the player still seem to have those links anyway. If you’d like you can see the player and episode list we’re using in action at https://westernwaynenews.com (scroll down) and on https://westernwaynenews.com/podcasts/ – I hope that helps with ideas for placement.

Viewing 15 replies - 1 through 15 (of 157 total)