Forum Replies Created
-
AuthorPosts
-
Hi you,
#1. I resolved this issue, you need to translate Woo sStripe Payment plugin
#2. Registration form is integrated in my account page, I fixed this isuse, please recheck.
You still use css on widget elementor: https://prnt.sc/1b03ihp
I removed and it’s working normally.
Hi,
Please don’t use css style on this field: https://prnt.sc/1ay28jl
Hi,
If you only need to translate text, you can just go to Loco translate and translate these texts, no need to overwrite functions.
I see you have already translated these texts:
Hi,
We use code to display this menu, so you need to override the functions to edit the link and text. With icons you have to use css to edit this icon.
Let me know what you need to change in mobile menu and Footer menu, I’ll guide for you.
Hi,
I have set your ticket to private mode to ensure the security of your information.
Your website is now editable with elementor, please recheck.
You are welcome!
Keep contact with us and hope you will vote 5 stars for our team on themeforest.
Thanks and have a nice day!
Hi,
This problem is caused by WooLentor plugin. It disabled the default Woocommerce config and replaced it with the plugin configs. If you want to use this plugin, please read this plugin’s documentation carefully or contact the plugin’s author for support.
Please delete all caches on your browser and recheck: https://prnt.sc/19xfum7
Hi you,
I resolved this issue, please recheck and let me know if you need to help.
Ok, let me know if you need to help.
I can’t check your link, please take a photo screenshot about this issue or check link again. Our demo: https://demo2.prestabrain.com/woncep/
Hi,
Please go to Translate Wishlist plugin, search your text and add translate
Hi you,
Thank you for trusting and using our theme.
#1. Elementor Pro for Bedove theme: Due to commercial copyrights related to the Elementor Pro plugin, it’s a paid plugin so we can’t continue to include it for free in our theme.
Problem 01: I resolved this issue
Problem 02: We will update this issue on next version
Problem 03: please go to Edit footer bar and edit textHi you,
I added code filter this text on your child theme:
add_filter( 'the_title', 'change_pay_for_order_title' ); function change_pay_for_order_title( $title ) { if ( is_wc_endpoint_url( 'order-pay' ) ) { return __('Checkout', 'woocommerce'); } return $title; }
You can go to Edit child-theme and edit this text
-
AuthorPosts