• Resolved 23bryan

    (@23bryan)


    updated your recent release

    the woocommerce product shortcode columns won’t work properly.

    instead of columns of 4, it now shows 1 image by 1 image.

Viewing 15 replies - 1 through 15 (of 22 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @23bryan,

    Is there a link for me to have a look at the site?

    Thanks.

    Best,
    David

    Thread Starter 23bryan

    (@23bryan)

    Hi

    I reverted back to the previous theme version and it worked. Not gonna update yet.

    Same issue here

    https://caboodletextiles.co.uk/
    See big products on homepage here (these are ordinarily in 4 columns)

    Theme Author David Vongries

    (@davidvongries)

    Hi @virtualbird,

    are you running the very latest versions of Page Builder Framework & Elementor (& Elementor Pro)?

    Also, what Elementor widget did you use to display the products on the homepage?

    There have been some changes the way Elementor applies WooCommerce grid styles. We tried to remove our custom product loop wrappers whenever Elementor is being used so that the page builder can take over but it seems that their grid CSS is also no longer being added.

    Once I have the details above, I’ll try to replicate this on my end and push a fix.

    Thanks for reporting!

    Best,
    David

    Thread Starter 23bryan

    (@23bryan)

    Hi David,

    Yes i had the exact sample problem as virtualbird. Using the latest version of Elementor Free, shortcode widget.

    Theme Author David Vongries

    (@davidvongries)

    Okay, I think I know what’s happening here. Thanks for the additional details, @23bryan!

    We will have to dig a little deeper into this. As mentioned above, we remove our custom WooCommerce loop wrappers when a page is built with Elementor to not interfere with the CSS they apply to the products loop.

    Though, they only apply the CSS to “their” widgets, like the “Products” widget for instance. Not if a shortcode is used to render the product loop.

    Since we remove our wrappers from every elementor page regardless, this is causing the issue.

    I will have to check if the “Products” widget is an Elementor Pro widget. If it is, wen can make our logic apply only with Elementor Pro, not Elementor free.

    I’ve also just tried to bring back our wrappers whenever a products shortcode is rendered but couldn’t get it to work properly.

    I will report back as soon as I got an update on this.

    Here is a workaround that can be used in the meantime. There is a filter (which should be used with caution) that allows you to manage the output of our custom WooCommerce wrappers. In other words, you can simply bring them back on a specific page like this:

    function prefix_woo_add_product_loop_wrappers() {
    
        // Stop if we are not on page 324.
        if ( ! is_page( '324' ) ) {
            return true;
        }
    
        return true;
    
    }
    add_filter( 'wpbf_woo_product_loop_wrapper', 'prefix_woo_add_product_loop_wrappers' );

    Please try to add the code to your child-themes functions.php file. Make sure to replace the ID in the code above with the page ID you’re rendering the shortcode on.

    Reference – https://wp-pagebuilderframework.com/docs/woocommerce-filters/

    Hope that helps! ??

    Best,
    David

    Hi David,
    I’m using Elementor Pro and using the Woocommerce widgets

    Thread Starter 23bryan

    (@23bryan)

    Hi David,

    Thanks for the prompt response. To avoid complications, I won’t update the theme until it has been solved.

    Theme Author David Vongries

    (@davidvongries)

    @virtualbird, I’m using Elementor Pro as well with the “Products” widget but am not able to replicate the issue running all the latest versions.

    I can only recreate it using the “Shortcode” widget and adding a WooCommerce products shortcode like this for instance: [products limit="4" columns="4" orderby="popularity" class="quick-sale" on_sale="true" ]

    Are you running the very latest versions of Page Builder Framework (Premium Add-On in case you have it installed), Elementor & Elementor Pro?

    My apologies – we’re using the shortcode.
    I have implemented your fix with no avail. It dropped a fatal error.

    The shortcode we’re using is:
    [products limit=”8″ columns=”4″ orderby=”id” order=”DESC” visibility=”visible” category=”the-bright-kids-collection, remnants,vip-remnants” cat_operator=”NOT IN”]

    The issue persists with that theme and just elementor installed

    Status is:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://caboodletextiles.co.uk
    Site address (URL): https://caboodletextiles.co.uk
    WC Version: 5.5.2
    REST API Version: ? 5.5.2
    WC Blocks Version: ? 5.3.3
    Action Scheduler Version: ? 3.2.1
    WC Admin Version: ? 2.4.4
    Log Directory Writable: ?
    WP Version: 5.8
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    WP Cron: –
    Language: en_GB
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.4.18
    PHP Post Max Size: 100 MB
    PHP Time Limit: 3600
    PHP Max Input Vars: 10000
    cURL Version: 7.58.0
    OpenSSL/1.1.1
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.34-37-log
    Max Upload Size: 50 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 5.5.2
    WC Database Prefix: wp_
    Total Database Size: 868.62MB
    Database Data Size: 500.52MB
    Database Index Size: 368.10MB
    wp_woocommerce_sessions: Data: 11.02MB + Index: 1.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.14MB + Index: 0.27MB + Engine InnoDB
    wp_woocommerce_order_items: Data: 4.52MB + Index: 1.52MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 28.55MB + Index: 20.06MB + Engine InnoDB
    wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Data: 0.19MB + Index: 0.22MB + Engine InnoDB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 5.02MB + Index: 6.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: 4.03MB + Index: 3.03MB + Engine InnoDB
    wp_admin_columns: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_adtribes_my_conversions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_aws_index: Data: 29.19MB + Index: 15.56MB + Engine InnoDB
    wp_commentmeta: Data: 0.47MB + Index: 0.14MB + Engine InnoDB
    wp_comments: Data: 24.56MB + Index: 14.92MB + Engine InnoDB
    wp_e_submissions: Data: 0.06MB + Index: 0.27MB + Engine InnoDB
    wp_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_followup_coupons: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_followup_coupon_logs: Data: 0.28MB + Index: 0.19MB + Engine InnoDB
    wp_followup_customers: Data: 0.23MB + Index: 0.36MB + Engine InnoDB
    wp_followup_customer_carts: Data: 2.52MB + Index: 0.17MB + Engine InnoDB
    wp_followup_customer_notes: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_followup_customer_orders: Data: 0.38MB + Index: 0.16MB + Engine InnoDB
    wp_followup_email_excludes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_followup_email_logs: Data: 1.52MB + Index: 0.39MB + Engine InnoDB
    wp_followup_email_orders: Data: 15.52MB + Index: 1.78MB + Engine InnoDB
    wp_followup_email_tracking: Data: 0.33MB + Index: 0.39MB + Engine InnoDB
    wp_followup_followup_history: Data: 11.52MB + Index: 0.69MB + Engine InnoDB
    wp_followup_order_categories: Data: 2.52MB + Index: 3.03MB + Engine InnoDB
    wp_followup_order_items: Data: 1.52MB + Index: 1.36MB + Engine InnoDB
    wp_followup_subscribers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_followup_subscribers_to_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_followup_subscriber_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_mailchimp_carts: Data: 1.02MB + Index: 0.00MB + Engine InnoDB
    wp_mailchimp_jobs: Data: 0.28MB + Index: 0.00MB + Engine InnoDB
    wp_options: Data: 15.33MB + Index: 1.23MB + Engine InnoDB
    wp_postmeta: Data: 160.41MB + Index: 121.25MB + Engine InnoDB
    wp_posts: Data: 25.44MB + Index: 8.20MB + Engine InnoDB
    wp_redirection_404: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_redirection_items: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_redirection_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_rtafar_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_sfa_abandoned_carts: Data: 5.52MB + Index: 0.00MB + Engine InnoDB
    wp_subscriptio_scheduled_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_termmeta: Data: 0.42MB + Index: 0.39MB + Engine InnoDB
    wp_terms: Data: 0.20MB + Index: 0.19MB + Engine InnoDB
    wp_term_relationships: Data: 3.34MB + Index: 2.31MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.25MB + Index: 0.23MB + Engine InnoDB
    wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_usermeta: Data: 16.53MB + Index: 13.88MB + Engine InnoDB
    wp_users: Data: 0.52MB + Index: 0.42MB + Engine InnoDB
    wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcs_payment_retries: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 1.52MB + Index: 0.61MB + Engine InnoDB
    wp_wc_download_log: Data: 0.13MB + Index: 0.11MB + Engine InnoDB
    wp_wc_order_bundle_lookup: Data: 0.08MB + Index: 0.08MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.19MB + Index: 0.23MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 6.52MB + Index: 8.02MB + Engine InnoDB
    wp_wc_order_stats: Data: 2.52MB + Index: 2.36MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 1.52MB + Index: 0.80MB + Engine InnoDB
    wp_wc_points_rewards_user_points: Data: 0.27MB + Index: 0.34MB + Engine InnoDB
    wp_wc_points_rewards_user_points_log: Data: 0.38MB + Index: 0.41MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.38MB + Index: 0.59MB + 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_wfBadLeechers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfBlockedCommentLog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfBlockedIPLog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfBlocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfConfig: Data: 0.42MB + Index: 0.00MB + Engine InnoDB
    wp_wfCrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfFileChanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfFileMods: Data: 0.34MB + Index: 0.00MB + Engine InnoDB
    wp_wfHits: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfHoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfIssues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wfKnownFileList: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    wp_wfLeechers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfLiveTrafficHuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfLocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfLogins: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wfNet404s: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfNotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfPendingIssues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wfReverseCache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfScanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfSNIPCache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfStatus: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wfVulnScanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_bundled_itemmeta: Data: 0.39MB + Index: 0.42MB + Engine InnoDB
    wp_woocommerce_bundled_items: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wps_hit: Data: 13.52MB + Index: 34.64MB + Engine InnoDB
    wp_wps_index: Data: 48.09MB + Index: 62.17MB + Engine InnoDB
    wp_wps_key: Data: 0.31MB + Index: 0.28MB + Engine InnoDB
    wp_wps_object_term: Data: 5.30MB + Index: 10.91MB + Engine InnoDB
    wp_wps_object_type: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    wp_wps_query: Data: 1.52MB + Index: 0.41MB + Engine InnoDB
    wp_wps_uri: Data: 2.52MB + Index: 1.52MB + Engine InnoDB
    wp_wps_user_agent: Data: 1.52MB + Index: 0.31MB + Engine InnoDB
    wp_yith_wcwl: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wp_yith_wcwl_lists: Data: 1.05MB + Index: 3.06MB + Engine InnoDB
    wp_yoast_indexable: Data: 18.48MB + Index: 10.70MB + Engine InnoDB
    wp_yoast_indexable_hierarchy: Data: 1.48MB + Index: 0.84MB + Engine InnoDB
    wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_yoast_primary_term: Data: 0.14MB + Index: 0.16MB + Engine InnoDB
    wp_yoast_seo_links: Data: 13.45MB + Index: 7.81MB + Engine InnoDB
    wp_yoast_seo_meta: Data: 2.17MB + Index: 0.00MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    amn_mi-lite: 1
    attachment: 5526
    custom_css: 4
    cwginstocknotifier: 2416
    elementor_font: 1
    elementor_library: 36
    flamingo_contact: 939
    flamingo_inbound: 896
    follow_up_email: 49
    gift_card: 174
    ig_campaign: 1
    ig_message: 5
    jp_img_sitemap: 2
    jp_img_sitemap_index: 1
    jp_sitemap: 1
    jp_sitemap_master: 1
    jp_vid_sitemap: 1
    mc4wp-form: 1
    nav_menu_item: 148
    oembed_cache: 245
    page: 33
    post: 62
    post_grid: 1
    pretty-link: 3
    product: 2516
    product_variation: 116
    revision: 61
    seedprod: 1
    shop_coupon: 381
    shop_order: 15283
    shop_order_refund: 905
    shop_subscription: 312
    sub_transaction: 7
    subscription: 5
    tablepress_table: 5
    ufaq: 20
    user_request: 1
    yith-wcbm-badge: 3
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (43) ###
    
    Advanced Woo Search: by ILLID – 2.33
    Akismet Anti-Spam: by Automattic – 4.1.10
    Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: by codewoogeek – 2.3.2
    Block Specific Spam Woo Orders: by guwii – 0.53
    Booster Plus for WooCommerce: by Pluggabl LLC – 5.4.4
    Admin Columns: by AdminColumns.com – 4.3.2
    GDPR Cookie Consent: by WebToffee – 2.0.5
    Custom Fonts: by Brainstorm Force – 1.3.2
    Elementor Pro: by Elementor.com – 3.3.6
    Elementor: by Elementor.com – 3.3.1
    Extended User Search In WP-Admin: by Amit Mittal – 3
    Site Kit by Google: by Google – 1.38.0
    Health Check & Troubleshooting: by The www.remarpro.com community – 1.4.5
    Mailchimp for WooCommerce: by Mailchimp – 2.5.2
    Max Mega Menu: by megamenu.com – 2.9.4
    PayPal for WooCommerce: by Angell EYE – 1.5.7
    PixelYourSite: by PixelYourSite – 8.2.6
    Products Visibility by User Roles: by Addify – 1.2.6
    Redirection: by John Godley – 5.1.3
    Shortcode in Menus: by Gagan Deep Singh – 3.5.1
    WooCommerce Weight Based Shipping: by weightbasedshipping.com – 5.3.13
    Advanced Order Export For WooCommerce: by AlgolPlus – 3.1.9
    Product Feed PRO for WooCommerce: by AdTribes.io – 10.4.9
    WooCommerce Cost of Goods: by SkyVerge – 2.10.0
    WooCommerce Dynamic Pricing: by Element Stark – 3.1.26
    Follow-Up Emails: by WooCommerce – 4.9.14
    Braintree for WooCommerce Payment Gateway: by WooCommerce – 2.6.1
    WooCommerce Stripe Gateway: by WooCommerce – 5.3.0
    WooCommerce Google Analytics Integration: by WooCommerce – 1.5.2
    Woocommerce Paid Sample: by Ecotronix – 20160911
    WooCommerce Points and Rewards: by WooCommerce – 1.7.0
    WooCommerce Product Bundles - Top Add to Cart Button: by SomewhereWarm – 1.0.3
    WooCommerce Product Bundles: by SomewhereWarm – 6.11.1
    WooCommerce Subscriptions: by WooCommerce – 3.1.4
    WooCommerce: by Automattic – 5.5.2
    Yoast SEO: by Team Yoast – 16.9
    WP Mail SMTP: by WPForms – 3.0.3
    WP Rollback: by Impress.org – 1.7.1
    WPS Hide Login: by WPServeur
    NicolasKulka
    wpformation – 1.8.5
    
    YITH WooCommerce Badge Management: by YITH – 1.4.15
    YITH WooCommerce Compare: by YITH – 2.5.3
    YITH WooCommerce Gift Cards Premium: by YITH – 3.3.8
    YITH WooCommerce Wishlist: by YITH – 3.0.25
    
    ### Inactive Plugins (0) ###
    
    ### Dropin Plugins (1) ###
    
    advanced-cache.php: advanced-cache.php
    
    ### Must Use Plugins (6) ###
    
    Force Strong Passwords - WPE Edition: by Jason Cosper – 1.6.4
    Health Check Troubleshooting Mode: by  – 1.7.2
    WPE ElasticPress Autosuggest Logger: by WP Engine – 1.0.0
    WP Engine Seamless Login Plugin: by WP Engine – 1.5.5
    WP Engine Security Auditor: by wpengine – 1.0.10
    WP Engine System: by WP Engine – 4.1.0
    
    ### Settings ###
    
    API Enabled: ?
    Force SSL: ?
    Currency: GBP (£)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: bundle (bundle)
    external (external)
    gift-card (gift-card)
    grouped (grouped)
    simple (simple)
    subscription (subscription)
    variable (variable)
    variable subscription (variable-subscription)
    
    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: ?
    
    ### WC Pages ###
    
    Shop base: #78 - /shop/
    Basket: #79 - /basket/
    Checkout: #80 - /checkout/
    My account: #81 - /my-account/
    Terms and conditions: #31 - /terms-conditions/
    
    ### Theme ###
    
    Name: Page Builder Framework - Child
    Version: 1.2
    Author URL: https://mapsteps.com
    Child Theme: ?
    Parent Theme Name: Page Builder Framework
    Parent Theme Version: 2.6.18
    Parent Theme Author URL: https://mapsteps.com/
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: –
    
    ### Subscriptions ###
    
    WCS_DEBUG: ? No
    Subscriptions Mode: ? Live
    Subscriptions Live URL: https://caboodletextiles.co.uk
    Subscription Statuses: wc-active: 65
    wc-expired: 111
    wc-on-hold: 19
    wc-cancelled: 117
    
    WooCommerce Account Connected: ? Yes
    Active Product Key: ? Yes
    Custom Retry Rules: ? No
    Custom Retry Rule Class: ? No
    Custom Raw Retry Rule: ? No
    Custom Retry Rule: ? No
    Retries Migration Status: ? Completed
    Report Cache Enabled: ? Yes
    Cache Update Failures: ? 0 failure
    
    ### Store Setup ###
    
    Country / State: United Kingdom (UK)
    
    ### Subscriptions by Payment Gateway ###
    
    other: wc-cancelled: 2
    wc-expired: 1
    
    Braintree (PayPal): wc-active: 38
    wc-cancelled: 66
    wc-expired: 73
    wc-on-hold: 9
    
    Stripe: wc-active: 27
    wc-cancelled: 45
    wc-expired: 37
    wc-on-hold: 10
    
    ### Payment Gateway Support ###
    
    Stripe: products
    refunds
    tokenization
    add_payment_method
    subscriptions
    subscription_cancellation
    subscription_suspension
    subscription_reactivation
    subscription_amount_changes
    subscription_date_changes
    subscription_payment_method_change
    subscription_payment_method_change_customer
    subscription_payment_method_change_admin
    multiple_subscriptions
    pre-orders
    
    Braintree (PayPal): products
    card_types
    payment_form
    tokenization
    charge
    charge-virtual
    authorization
    capture_charge
    customer_decline_messages
    refunds
    voids
    customer_id
    add_payment_method
    token_editor
    subscriptions
    subscription_suspension
    subscription_cancellation
    subscription_reactivation
    subscription_amount_changes
    subscription_date_changes
    multiple_subscriptions
    subscription_payment_method_change_customer
    subscription_payment_method_change_admin
    
    ### Product Bundles ###
    
    Database Version: 6.11.1
    Loopback Test: ?
    Template Overrides: –
    
    ### Braintree (PayPal) ###
    
    Environment: Production
    Tokenization Enabled: ?
    Debug Mode: Off
    
    ### Action Scheduler ###
    
    Canceled: 93
    Oldest: 2021-08-02 11:18:37 +0000
    Newest: 2021-08-07 08:10:38 +0000
    
    Complete: 12,105
    Oldest: 2021-07-11 11:31:06 +0000
    Newest: 2021-08-11 09:59:07 +0000
    
    Failed: 68
    Oldest: 2018-12-29 18:56:35 +0000
    Newest: 2021-08-07 13:15:04 +0000
    
    Pending: 85
    Oldest: 2021-08-11 12:53:05 +0000
    Newest: 2022-04-03 21:46:42 +0000
    
    ### Status report information ###
    
    Generated at: 2021-08-11 11:11:36 +01:00
    
    Theme Author David Vongries

    (@davidvongries)

    @virtualbird, I adjusted the filter above, there was a typo in it. It should work fine now.

    Thanks for clarifying – so it’s what I thought. The issue is only related to when using a shortcode on an Elementor page.

    We’ll dive into this. Thanks again for the troubleshooting! ??

    Best,
    David

    @davidvongries what if we’re rendering it on multiple pages? We have it on about 20

    Theme Author David Vongries

    (@davidvongries)

    The issue will be the same on all Elementor pages that use a WooCommerce shortcode instead of any of the Elementor product widgets.

    @davidvongries so do I edit the code to have multiple ID’s? We’ve set it up for 1 page but it’s the still same issue

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘after updating, woocommerce shortcode wont work properly’ is closed to new replies.