agumba
Forum Replies Created
-
Hi @jaiminp
I’ve updated the plugin to version 1.1.8, and I’m pleased to see that the character limit feature for the “Gift Wrap Note” field is working perfectly. Thank you for addressing my request and providing a quick solution.
Best regards,
Hello,
Thank you for your response.
I added the following code:
add_filter('rank_math/frontend/canonical', function($canonical) { $uri = $_SERVER['REQUEST_URI']; // Remove page number $uri = preg_replace('/\/page\/\d+\//', '/', $uri); // Create the full URL $canonical = 'https://' . $_SERVER['HTTP_HOST'] . $uri; return $canonical; });
This modification achieved the desired result. Thank you for your attention and support. I wish you healthy days.
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) { $homepage_link = 'https://example.com/'; $homepage_title = 'Home'; // add homepage link and title to the beginning of the crumbs array array_unshift($crumbs, array($homepage_title, $homepage_link)); if ($crumbs[1][0] == 'Home' ) { $crumbs[1][1] = $homepage_link; } return $crumbs; }, 10, 2); add_action( 'TieLabs/before_archive_title', 'custom_breadcrumbs' ); add_action( 'TieLabs/before_entry_head', 'custom_breadcrumbs' ); function custom_breadcrumbs(){ if ( function_exists('rank_math_the_breadcrumbs') ) { rank_math_the_breadcrumbs( '<nav id="breadcrumb">', '</nav>' ); } }
Hello, this is how I did it and it worked as I wanted. Thanks for your support, have a nice day.
Hello,
I turned off the theme’s own breadcrumb feature. Then I tried adding the code you gave through the plugin, but it didn’t work.
The breadcrumb part is active in the plugin, but it never appeared.
Bende son sürümde bu problemi ya?ad?m. Ayn? problemi ya?ayanlar eklenti güncellemesi gelene kadar a?a??da yer alan ?ekilde ??züm sa?layabilirler.
Kulland???n?z temada functions.php dosyas?n? a??p <?php k?sm?n?n alt?na ekleyebilirsiniz. Bu ?ekilde posta kodu g?rünür fakat zorunlu de?il olarak güncellenir.
/** * @snippet WooCommerce Posta Kodu Kaldirma * @compatible WooCommerce 7.5.1 **/ function wlnk_alternative_remove_postcode_validation( $address_fields ) { $address_fields['postcode']['required'] = false; return $address_fields; } add_filter( 'woocommerce_default_address_fields' , 'wlnk_alternative_remove_postcode_validation' );
E?er ki posta kodu kald?rmak isterseniz de a?a??da yer alan? eklemeniz yeterli olacakt?r.
/** * @snippet WooCommerce Posta Kodu Kaldirma * @compatible WooCommerce 7.5.1 **/ function wlnk_remove_checkout_billing_fields_postcode( $fields ) { unset($fields['billing']['billing_postcode']); // Fatura adresi posta kodu unset($fields['shipping']['shipping_postcode']); // Teslimat adresi posta kodu return $fields; } add_filter( 'woocommerce_checkout_fields' , 'wlnk_remove_checkout_billing_fields_postcode' );
Forum: Plugins
In reply to: [Import Products from any XML or CSV to WooCommerce] Error Loading XMLThank you very much for your interest.
- This reply was modified 1 year, 9 months ago by agumba.
Forum: Plugins
In reply to: [Import Products from any XML or CSV to WooCommerce] Error Loading XMLHello,
Thank you for the feedback.
Can you give an example about this?Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Breadcrumb ProblemSuper, thank you very much.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Breadcrumb ProblemHello, we are using Polylang as a plugin. Thank you in advance for your support.
Hello,
We have not received a response from you yet. We love using the plugin, but we do not want the sample number display field to be empty. Can’t we have an update for this part or an opportunity to show the number on the elementor?
Forum: Reviews
In reply to: [Translate Wordpress with GTranslate] Successful PluginEspecially Borya was very interested and provided good support.