datverse
Forum Replies Created
-
Forum: Plugins
In reply to: [WishSuite - Wishlist for WooCommerce] Elementor Editor not load frontend.cssThank for your reply.
Can you give me the hot-fix for this issue 😀
ThanksForum: Plugins
In reply to: [WishSuite - Wishlist for WooCommerce] Elementor Editor not load frontend.cssHi,
Can you reproduce the bug?
ThanksHi, thank for your reply.
Current, We have any hard code way to do this? Thanks.Forum: Plugins
In reply to: [WishSuite - Wishlist for WooCommerce] Elementor Editor not load frontend.cssHi,
I found a Elementor Hook for this issue. But where I can put it in your code to hot-fix?add_action('elementor/editor/before_enqueue_scripts', function() { wp_enqueue_style( 'wishsuite-frontend' ); wp_enqueue_script( 'wishsuite-frontend' ); });Thanks
Forum: Plugins
In reply to: [WishSuite - Wishlist for WooCommerce] Elementor Editor not load frontend.cssHi,
I use:
PHP 8.0.x
WordPress 6.0
Elementor 3.6.6
Elementor Pro: 3.7.2
WooCommerce 6.6.1
Wishsuite 1.3.0This is screenshot of the issue https://imgur.com/a/ekdTmi0
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Get WooCommerce Price by Magic TagsHi @keraweb
Thank for your answer. This is awesome! Is this in pods framework documents yet?
ThanksForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How change “Group” of a “Field”Hi @keraweb
I just did the test as discussed with you. Everything is very good. But must be noted: “The slug must be same”.In this case, If we want, how to delete all redundant metadata when deleting 1 Field?
Thanks
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How change “Group” of a “Field”Hi,
How about Field “X” in Group A have data in some “Records”. I remove it (delete) from Group A then re-create new Field “X” in Group B?
All data will be still have or lost?
ThanksForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How change “Group” of a “Field”Hi, thank for your reply
Is there currently a way for me to change “Group” for a “Field”? Hardcode change on database, php code?
Thanks
Forum: Plugins
In reply to: [Product Specifications for Woocommerce] Table for variant productHi, @dornaweb
Thank for your reply. I’m currently looking for a way to have a different Spec Table for each variant product.
I use:
– PHP 8.1
– WordPress 5.9.1
– Elementor (Pro) (latest)
I create a Variant Product “P” with 3 Variant: A | B | C
=> We have 3 Variant: “P”-A, “P”-B, “P”-C
I create a Table (T1) for Spec. Info of All Variant Product “P” => I display Table T1 in “Single Product Page” by Shortcode.
I create a Table (T2).
=> I need: “P”-A, “P”-B, “P”-C have Table (T2) with difference value.
=> Example:
– “P”-A have Table (T2) with: T2-1 = A1, T2-2 = A2, T2-3 = A3
– “P”-B have Table (T2) with: T2-1 = B1, T2-2 = B2, T2-3 = B3
– “P”-C have Table (T2) with: T2-1 = C1, T2-2 = C2, T2-3 = C3=> After that I can use some custom code to display the Variant Spec. Table when select a Variant.
Thanks
Wow, awesome!
ThanksForum: Plugins
In reply to: [M Chart] Percentage symbol in x-axis not showingHi, @teknofilo
How about use:HTML CODE: & # 37;
HTML ENTITY: & percnt;(remove space after “&” and “#”)
Thanks
Forum: Plugins
In reply to: [WooCommerce] Add more column to WooCommerce/CustomersHi, @mmkurhade
The dev help docs from woocommerce for this issue so “hard”. I can not do this.
Hope thay will add this feature soon. : )Forum: Plugins
In reply to: [WooCommerce] Add more column to WooCommerce/CustomersHi @mmkurhade @zworthkey12vaibhav
I open this issue in the WooCommerce Github:
https://github.com/woocommerce/woocommerce/issues/30505@zworthkey12vaibhav love your plugins. I will try it.
Thanks
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] PHP 8.1 fatal errorHi,
Check this:
1. PHP 8.1
2. Install in new WordPress
3. Install your plugin
4. Active => BUGCannot install and active your plugin with PHP 8.1 => How to use your tool in your plugin?
Please reproduce this issue with a blank WordPress, PHP 8.1, enable debug mode
Thanks