iBlood Heuer
Forum Replies Created
-
I’ve managed to make the fallback work, but my main issue with it is that the Whatsapp share opens in Chrome instead of WhatsApp on mobile devices… I’ll try to solve it from the apk side of things…
I can’t find exactly what is the conflict, since this refresh only happens in certain contexts…
There isn’t a way to show the Native WebShare even on browsers flagged as unsupported? That would definetively solve my issue.I’ve removed the HREF (wich is needed in other contexts)…
But the Fallback still keeps refreshing…WebViewGold is an WebView app generator, based on Chromium…
I’ve cleared the cache multiple times to no avail…Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Translation IssuesUpdated today, the strings are still untranslatable.
Each section of the Dokan Dashboard is what I’m calling endpoints, after all, they are.
My Account Customizer allows the creation of additional endpoints on the WooCommerce My Account page, and what I want to do is to remove some sections from the Dokan Dashboard and bring them to the My Account page using this plugin to create new endpoints there.
This would be a perfect way to de-uglify dokan endpoints using them one by one on specific pages/endpoints for a more streamlined experience.
(now I’m using a quick and dirty fix, to hide the second gallery…)
I’m with this CSS to accomplish:
.single-product .electro-wc-product-gallery:last-child, .single-product .woocommerce-product-gallery:last-child, .woocommerce-product-gallery:last-child, .single-product .electro-wc-product-gallery:nth-child(2), .single-product .woocommerce-product-gallery:nth-child(2), .woocommerce-product-gallery:nth-child(2) { display:none !important; }
This isn’t the best way to solve this, but for now, is all I have.
I’ve tried your support channel without success…
I’m trying to use Dokan Lite to develop a marketplace, i’m running the latest XAMPP stack, locally, and using the latest versions of everything…
I’m not that well versed in PHP, but my problem is that the address isn’t showing correctly on the product vendor info tab.
I’ve found the culprit to be this line of code:
<?php if ( ! dokan_is_vendor_info_hidden( ‘address’ ) && ! empty( $store_info[‘address’] ) ) { ?>If I remove this IF, the full address is shown correctly, but I need the FILTERED address. (Without street1/street2)…
Is there any other function besides this one?!
<?php echo wp_kses_post( dokan_get_seller_address( $author->ID ) ) ?>Thanks in advance. =)