Forum Replies Created

Viewing 15 replies - 1 through 15 (of 76 total)
  • Thread Starter bethgee

    (@bethgee)

    FINALLY found a solution with ChatGPT –

    add_action('wp_footer', 'custom_breadcrumbs_js', 20);
    function custom_breadcrumbs_js() {
    if (is_singular('move-studio-videos')) {
    ?>
    <script>
    document.addEventListener('DOMContentLoaded', function() {
    var breadcrumbElement = document.querySelector('.rank-math-breadcrumb');
    if (breadcrumbElement) {
    // Find the last breadcrumb item (taxonomy)
    var lastBreadcrumb = breadcrumbElement.querySelector('a:last-child');
    if (lastBreadcrumb) {
    // Get all taxonomy terms from the breadcrumb
    var terms = '<?php echo esc_js(implode(', ', wp_list_pluck(get_the_terms(get_the_ID(), 'move-studio-category'), 'name'))); ?>';

    // Replace the last breadcrumb link with the comma-separated terms
    lastBreadcrumb.innerHTML = terms;
    lastBreadcrumb.removeAttribute('href'); // Remove the link
    }
    }
    });
    </script>
    <?php
    }
    }
    Thread Starter bethgee

    (@bethgee)

    I added that code and it made no change, Andrew. I’ve had to add the Advanced Editor Tools (previously TinyMCE Advanced) plugin to give me a way to ensure tags aren’t removed.

    However, I would highly recommend you resolve this issue ASAP as it is really not great and has been a known issue for a LONG time!

    Thread Starter bethgee

    (@bethgee)

    Except the coding solution on that github thread doesn’t work. I am already using the <p> and <br/> tags but this isn’t really a helpful solution as it means the client can’t edit the descriptions themselves!

    Thread Starter bethgee

    (@bethgee)

    So I did the above and found the culprit – it’s the “Customer Upload Files for WooCommerce” official extension!! I have updated it to the current version, still same issue.

    You can now see the problem on our staging site – https://staging-lumershopeu.kinsta.cloud/ (add a product, go to Cart, click on Proceed to Checkout)

    The client cannot remember his logins for his Woocommerce account but if need be I can get him to sort that out, but any help at all would be great, especially since this is an official Woocommerce extension!!

    Thread Starter bethgee

    (@bethgee)

    Thank you for your swift reply!

    Unfortunately, my client had his site designed elsewhere but is moving on from them so I will need to see if I can get an update for their theme (won’t work through their site and they don’t have the logins for getting the paid theme from the developers) and find their hosting too.

    I’ll let you know if the above doesn’t work!

    Thread Starter bethgee

    (@bethgee)

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://centralviclaser.com.au
    Site address (URL): https://centralviclaser.com.au
    WC Version: 6.8.0
    REST API Version: ✔ 6.8.0
    WC Blocks Version: ✔ 8.0.0
    Action Scheduler Version: ✔ 3.4.0
    Log Directory Writable: ✔
    WP Version: 6.0.1
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.3.33
    PHP Post Max Size: 32 MB
    PHP Time Limit: 0
    PHP Max Input Vars: 1000
    cURL Version: 7.71.0
    OpenSSL/1.1.1d
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.3.32-MariaDB-log-cll-lve
    Max Upload Size: 32 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 6.8.0
    WC Database Prefix: wp_
    Total Database Size: 15.23MB
    Database Data Size: 13.11MB
    Database Index Size: 2.12MB
    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.13MB + 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.09MB + Engine InnoDB
    wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_options: Data: 4.05MB + Index: 0.06MB + Engine InnoDB
    wp_postmeta: Data: 6.52MB + Index: 0.47MB + Engine InnoDB
    wp_posts: Data: 1.52MB + Index: 0.20MB + Engine InnoDB
    wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_terms: Data: 0.02MB + Index: 0.03MB + 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_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + 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.06MB + Index: 0.05MB + Engine InnoDB
    wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.05MB + 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
    
    ### Post Type Counts ###
    
    attachment: 298
    customize_changeset: 5
    elementor_library: 7
    nav_menu_item: 4
    page: 12
    portfolio: 1
    post: 5
    product: 1
    product_variation: 149
    revision: 162
    shop_order: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (16) ###
    
    Advanced Custom Fields: by Delicious Brains – 5.12.3
    Customizer Export/Import: by The Beaver Builder Team – 0.9.4
    Elementor: by Elementor.com – 3.7.0
    JetElements For Elementor: by Crocoblock – 2.6.6
    JetPopup: by Crocoblock – 1.5.6
    JetTabs For Elementor: by Crocoblock – 2.1.17
    Jupiter X Core: by Artbees – 2.1.1
    Limit Login Attempts Reloaded: by Limit Login Attempts Reloaded – 2.25.4
    LoginPress - Customizing the WordPress Login Screen.: by WPBrigade – 1.6.2
    Big Post Shipping for WooCommerce: by FusedSoftware – 1.6.3
    SKU Label Changer For WooCommerce: by Codember – 2.2
    WooCommerce Stripe Gateway: by WooCommerce – 6.5.1
    WooCommerce: by Automattic – 6.8.0
    SEOPress PRO: by SEOPress – 4.7.0
    SEOPress: by SEOPress – 5.8.0.5
    WPvivid Backup Plugin: by WPvivid Team – 0.9.75
    
    ### Inactive Plugins (0) ###
    
    ### Must Use Plugins (1) ###
    
    installatron_hide_status_test.php: by  –
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: AUD ($)
    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: –
    
    ### WC Pages ###
    
    Shop base: #6 - /shop/
    Cart: #7 - /cart/
    Checkout: #8 - /checkout/
    My account: #9 - /my-account/
    Terms and conditions: #20 - /faq/
    
    ### Theme ###
    
    Name: JupiterX
    Version: 1.22.0
    Author URL: https://artbees.net/
    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: jupiterx/lib/templates/woocommerce/cart/cart.php
    jupiterx/lib/templates/woocommerce/checkout/thankyou.php
    jupiterx/lib/templates/woocommerce/content-product.php
    jupiterx/lib/templates/woocommerce/loop/rating.php
    jupiterx/lib/templates/woocommerce/order/order-details-item.php version 3.7.0 is out of date. The core version is 5.2.0
    jupiterx/lib/templates/woocommerce/single-product/add-to-cart/grouped.php version 4.0.0 is out of date. The core version is 4.8.0
    jupiterx/lib/templates/woocommerce/single-product/add-to-cart/simple.php
    jupiterx/lib/templates/woocommerce/single-product/add-to-cart/variable.php version 3.5.5 is out of date. The core version is 6.1.0
    jupiterx/lib/templates/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
    jupiterx/lib/templates/woocommerce/single-product/meta.php
    
    Outdated Templates: ❌
    					
    					
    						Learn how to update
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    coupons
    customer-effort-score-tracks
    experimental-products-task
    experimental-import-products-task
    experimental-fashion-sample-products
    experimental-product-tour
    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
    wc-pay-promotion
    wc-pay-welcome-page
    wc-pay-subscriptions-page
    
    Disabled Features: minified-js
    settings
    
    Daily Cron: ✔ Next scheduled: 2022-08-11 10:15:23 +10:00
    Options: ✔
    Notes: 90
    Onboarding: completed
    
    ### Action Scheduler ###
    
    Complete: 28
    Oldest: 2022-08-09 09:53:50 +0000
    Newest: 2022-08-10 11:04:23 +0000
    
    Pending: 1
    Oldest: 2022-08-11 10:39:08 +0000
    Newest: 2022-08-11 10:39:08 +0000
    
    ### Status report information ###
    
    Generated at: 2022-08-10 21:36:00 +10:00
    
    Thread Starter bethgee

    (@bethgee)

    Can you explain what exactly I need to see from the Rewrite Rules plugin? I am not sure how to use it to work out what the problem is…?

    Thread Starter bethgee

    (@bethgee)

    Scott – I put a post up on the Pods Slack #support channel as well and the only 2 replies so far have been suggesting I pay someone to fix it! Very strange to me!!

    Clear Pods cache made no changes
    I have resaved the Permalinks so many times, also no change

    I am in Asia atm so off to bed now but will try the Rewrite Rules Inspector tomorrow morning

    Thread Starter bethgee

    (@bethgee)

    It’s a clients site and their hosting company are mostly useless…

    It runs on cpanel – is there a way for me to restart it myself?

    Thread Starter bethgee

    (@bethgee)

    Sorry, I don’t understand any of that… I am not a coder.

    Where can I look for this information?

    Thread Starter bethgee

    (@bethgee)

    Have sent through the plugin.

    Is now showing a

    ‘Backup failed, it seems due to insufficient server resource or hitting server limit., Please switch to Website Info page to send us the debug information. ‘

    Error…..

    Thread Starter bethgee

    (@bethgee)

    I added that code and tried to do the backup again…

    Now I get a popup error

    ‘wpvivid_request: error(Not Found): an error occurred when trying to establish communication with your server. This error may be request not reaching or server not responding. Please try again later.’

    and also an on page error

    ‘Error:Calculating the size of files, folder and database timed out. If you continue to receive this error, please go to the plugin settings, uncheck ‘Calculate the size of files, folder and database before backing up’, save changes, then try again.’

    Thread Starter bethgee

    (@bethgee)

    Ah, actually, I am wrong, it is litespeed!

    Where in the .htaccess file should I add the above code??

    Thread Starter bethgee

    (@bethgee)

    Not LiteSpeed server, its Linux

    Thread Starter bethgee

    (@bethgee)

    I also keep getting a pop up that says

    ‘wpvivid_request: error(Internal Server Error): an error occurred when trying to establish communication with your server. This error may be request not reaching or server not responding. Please try again later.’

    Help please!!

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