lacopica
Forum Replies Created
-
Hello @gabrielberzescu ,
But I think it’s not a conflict with other plugins,
cause I have two webs, https://teacher.diditutor.com/log-in/, this is another one.
this one since we set up the plugin, we never saw the error message for the incorrect password. (your plugin is the first plugin that we use on)
but the sign-up form is working well, have shown output message.Forum: Plugins
In reply to: [WooCommerce] product’s review linkok I see!
thank u so much~~Forum: Plugins
In reply to: [WooCommerce] product’s review linkHi, @stuartduff
Thank you for your reply.
But I have a little question, cause I’m not an engineer lol
How to code the links? Where to edit it?
or is there have any other way to add the function in Elementor?
I can’t figure out how to code them to link to their own product’s page…
I hope I can finish this issue, thanks!- This reply was modified 4 years, 9 months ago by lacopica.
oh hi, I already fix that issue,
but I have a new one,
after I click the verify link,
can I auto log-in?
it has to log-in again after I click the verify link now.Forum: Plugins
In reply to: [Quiz Maker] use quiz maker in popuphttps://www.diditutor.com/12312231212-2/
I remove the content part, but it’s still can’t use it~
Forum: Plugins
In reply to: [WooCommerce] the star rating display isn’t correctthank u so much!
It’s all fixed!Forum: Plugins
In reply to: [WooCommerce] the star rating display isn’t correcthttps://www.diditutor.com/my-account/book-a-lesson/
and this page, the stars only have four…
is this issue caused by my web customize font setting?Forum: Plugins
In reply to: [WooCommerce] the star rating display isn’t correctIt works!
but here’s another question,
how to move whole role stars to the center?Forum: Plugins
In reply to: [WooCommerce] the star rating display isn’t correcthere ‘s the link, appreciate your help!
https://www.diditutor.com/tutors/Forum: Plugins
In reply to: [Site Reviews] how to add a [upload photo] field?does anyone try on this beta version yet~?
My boss concern that the beta version will have some serious problems.Forum: Plugins
In reply to: [Site Reviews] how to add a [upload photo] field?1.Yes!I click on “try betta”, but it seems nothing happens.
so I try to do it myself, but did I do it right? I started to learn this since yesterday. here’s the code.add_filter('site-reviews/config/forms/submission-form', function ($config) { $config['file_uploads'] = [ 'label' => __('upload file', 'your_theme_domain') ], 'type' => 'file_uploads', ]; return $config; }); add_filter('site-reviews/validation/rules', function ($rules) { $rules['upload file'] = 'required'; return $rules; });