Title: sorceweb's Replies | WordPress.org

---

# sorceweb

  [  ](https://wordpress.org/support/users/sorceweb/)

 *   [Profile](https://wordpress.org/support/users/sorceweb/)
 *   [Topics Started](https://wordpress.org/support/users/sorceweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sorceweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sorceweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sorceweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sorceweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sorceweb/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/sorceweb/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sorceweb/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Unable to remove yoast created meta tags using Yoast suggested snippets](https://wordpress.org/support/topic/unable-to-remove-yoast-created-meta-tags-using-yoast-suggested-snippets/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/unable-to-remove-yoast-created-meta-tags-using-yoast-suggested-snippets/#post-18341558)
 * [@shindevijaykr](https://wordpress.org/support/users/shindevijaykr/) kindly provided
   code which removes the date published meta tag created by yoast on:
 *     ```wp-block-code
       function vanv_remove_published_date( $graph_piece ) {	unset( $graph_piece['datePublished'] );	return $graph_piece;}add_filter( 'wpseo_schema_webpage', 'vanv_remove_published_date' );add_filter( 'wpseo_schema_article', 'vanv_remove_published_date' );/** * below code added from other help page https://wordpress.org/support/topic/remove-og-articlepublished_time-modified_time/ to remove date published from posts */add_filter(    'wpseo_frontend_presenter_classes'    , function($filter) {        return array_diff($filter, [            'Yoast\WP\SEO\Presenters\Open_Graph\Article_Published_Time_Presenter',            ]);    });
       ```
   
 * [https://wordpress.org/support/topic/can-i-delete-the-articlepublished_time-in-the-meta-property-2/](https://wordpress.org/support/topic/can-i-delete-the-articlepublished_time-in-the-meta-property-2/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Unable to remove yoast created meta tags using Yoast suggested snippets](https://wordpress.org/support/topic/unable-to-remove-yoast-created-meta-tags-using-yoast-suggested-snippets/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/unable-to-remove-yoast-created-meta-tags-using-yoast-suggested-snippets/#post-18330189)
 * Bit odd as it’s your own code [https://developer.yoast.com/customization/apis/metadata-api/#removing-meta-tags.](https://developer.yoast.com/customization/apis/metadata-api/#removing-meta-tags.),
   but ok.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GIFTiT - Free Gifts for WooCommerce] Increase length of free product title on basket page](https://wordpress.org/support/topic/increase-length-of-free-product-title-on-basket-page/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/increase-length-of-free-product-title-on-basket-page/#post-18022769)
 * ok thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change FREE text label on checkout page for shipping](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years ago](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/#post-17898624)
 * This [https://www.businessbloomer.com/woocommerce-display-0-00-amount-free-shipping-rates/#comment-1018105](https://www.businessbloomer.com/woocommerce-display-0-00-amount-free-shipping-rates/#comment-1018105)
   sorted it, so, if shipping is free, £0.00 is dislayed instead of FREE text. It
   didn’t work to begin with because I was using blocks for cart and checkout, it
   will only work if the cart and checkout pages use shortcodes. Thanks for the 
   suggestion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change FREE text label on checkout page for shipping](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years ago](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/#post-17893611)
 * Thanks, Yes, lets see what happens.
 * I spend so much money on woocommerce plugins/coding for various websites, would
   like to try avoid spneding any more, espcially if is just some text to change.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change FREE text label on checkout page for shipping](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years ago](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/#post-17893582)
 * Leave this open and hopefully somone will pop along with some knowledge.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change FREE text label on checkout page for shipping](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years ago](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/#post-17893381)
 * Thanks for your feedback.
 * I only want to change the text ‘FREE’, surely it can’t be that hard…
 * Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change FREE text label on checkout page for shipping](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years ago](https://wordpress.org/support/topic/change-free-text-label-on-checkout-page-for-shipping/#post-17892936)
 * Hi Zubair
 * Thanks for the sugestion.
 * I am happy playing working with code snippets.
 * I tried the code using storefront and all plugins deactivated except woocomerce,
   but am still only seeing ‘FREE’ and not ‘FREE £0.00’ as I was hoping.
 * I have left a support request asking if the snippet works on latest version of
   wordpress.
 * Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Order Status for WooCommerce] When using PHP8 plugin breaks orders page](https://wordpress.org/support/topic/when-using-php8-plugin-breaks-orders-page/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/when-using-php8-plugin-breaks-orders-page/#post-17500433)
 * FIXED – a custom order status had the name ‘Paypal Vat 20%’, I removed the % 
   so just ‘Paypal Vat 20’ and now working with server set to PHP 8.
    -  This reply was modified 2 years, 5 months ago by [sorceweb](https://wordpress.org/support/users/sorceweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Order Status for WooCommerce] When using PHP8 plugin breaks orders page](https://wordpress.org/support/topic/when-using-php8-plugin-breaks-orders-page/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/when-using-php8-plugin-breaks-orders-page/#post-17453588)
 * It must be a conflict with another plugin, which triggers when set server to 
   php 8. I use a different custom status plugin for another woocommerce site and
   it works fine with php 8.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] When click link with sub menu, all sub menus open](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/#post-17369416)
 * ok, will leave as is until new update
 * thanks Anurag
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] When click link with sub menu, all sub menus open](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/#post-17369170)
 * Hi Anurag
 * I am aware of that setting, but, I want to enable ‘Open Submenu On Parent Click’
   as I don’t want to go to load a page if the parent link is clicked, but open 
   sub menus below.
 * The fact that all the sub menus open when you click the parent link if ‘Open 
   Submenu On Parent Click’ is enabled, is kind of a bug. This being the case, I
   will look for a suitable alternative. Shame really, yours is potentially a good
   menu plugin.
 * Thanks for your time on this and all the best.
 * Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] When click link with sub menu, all sub menus open](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/#post-17368916)
 * Post the fix here please so others can see, thanks.
 * Do you have a website link you can post that does’t have this bug?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] When click link with sub menu, all sub menus open](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/#post-17336305)
 * ![](https://i0.wp.com/www.croyde-surf-hire.co.uk/menu%20items%20closed.JPG?ssl
   =1)
 * ![](https://i0.wp.com/www.croyde-surf-hire.co.uk/menu%20items%20open.JPG?ssl=
   1)
 * Go to croyde-surf-hire.co.uk and you can see the issue, if you click a menu item(
   not the arrow icon but the text) all menu items open, so, if you click the INFO
   link, for example, all the sub items above will open and push the info link and
   sub items down.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] When click link with sub menu, all sub menus open](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/)
 *  Thread Starter [sorceweb](https://wordpress.org/support/users/sorceweb/)
 * (@sorceweb)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/when-click-link-with-sub-menu-all-sub-menus-open/#post-17116225)
 * I can confirm that my website still has this problem [https://www.croyde-surf-hire.co.uk/](https://www.croyde-surf-hire.co.uk/)

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

1 [2](https://wordpress.org/support/users/sorceweb/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sorceweb/replies/page/2/?output_format=md)