kmasi
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Dashboard] Critical Error when using [fed_register_only]Hi @harsh7890 I faced the same issue on my website. After a lot of try I fixed this error editing a file on wp-content/plugins/frontend-dashboard-templates/templates/login/register-only.php (46)
I changed the content of this line like this:
do_action( 'fed_register_below_form_field', $content['input_meta'], $content ); ?>
I’m having another problem now. When I try to register nothing happens, not even an error code.
Forum: Plugins
In reply to: [Contextual Related Posts] qTranslate compatibilityI see all languages side by side but the custom filter works fine for me.
qTranslate offer a custom filter field on backend and it’s just add crp_title to get it work.
Thanks for your help =DForum: Plugins
In reply to: [Contextual Related Posts] qTranslate compatibilityHi Ajay.
qTranslate use tags to separate languages. The post title will be [:pt]Portuguese Title[:en]English Title[:es]Spanish title[:]. So the plugin identify this tags and keep visible just the respective language.
What I need is that when CRP output the tile for example, the plugin recognize what languages is and show only the right text.qTranslate team provide an integration guide but I can’t make it work :/
Forum: Plugins
In reply to: [Frontend Dashboard] Using with ACFThanks for the reply @vinoth06
unfortunately I can not use your plugin for this prupose. I need some other type of fields that I can’t create using it.Hi Lisa. Thanks for the reply.
The way I found is editing the rtl css stylesheet (that I didn’t know that exists).@gabrielberzescu After some test I found a plugin conflict.
I use a plugin called “Post type builder” version 1.5.2 from Themify and when I disable this plugin the register works fine and the error messages appear.If you need more information just let me know.
Gabriel,
the url where the form appear is “mywebsite/registro” when I try to submit it becames “mywebsite/registro/#wppb_form_general_message”. My permalinks settings is “post name”.I try to define a redirect after registration but this error don’t let me register.
On console there is no errors but I see 4 Verbose:
[Violation] Forced reflow while executing JavaScript took 154ms jquery.js?ver=1.12.4:2 [Violation] 'DOMContentLoaded' handler took 163ms (index):1 [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) <input size=?"1" type=?"password" name=?"pwd" id=?"password" placeholder=?"Password" class=?"elementor-field elementor-field-textual elementor-size-xs">? [Violation] Forced reflow while executing JavaScript took 85ms
Hi Gabriel.
I can not send you a link because I’m developing on a private network. Is there any way to send you more information about the error ou something that I can check on my own?Thx.
Thanks @cavalierlife for the reply.
I think it would not work too =/
However I found a workaround. I use Qtranslate x for the multilanguage and it uses tags for each language so the same field brings all the information and I don’t have to make 3 diferent layouts.I will mark it as resolved, Thanks.
Forum: Plugins
In reply to: [Elementor Custom Skin] Download ACF fileHi Dudaster. Thanks for the reply.
It was my fault.
After I posted the topic here I spend some hours trying to make it works and them I realized that on ACF I left the “return value” as Array and it should be URL. After I made this change it works great.Forum: Plugins
In reply to: [Contact Form 7] Form Return Page Sent fromThanks Takayuki, this is exactly what I’m searching for.
Forum: Plugins
In reply to: [Contact Form 7] Reply-to: ? Dead ?I’ve spent some time wondering whats wrong when it happens to me, it would be nice if the error message indicate whats wrong.
I the form will work if you leave the email not required but your client won’t be able to reply. Talk to him and explain why is it good to be required.
Forum: Plugins
In reply to: [Contact Form 7] Adaptive PlaceholderHi,
Sorry, I can’t do this because I’m developping the website on a private network.
I hope someone can help me by the way. The CSS is the original one, the only change I’ve made is the one that I put above (that doesn’t work).Thank you.
Forum: Plugins
In reply to: [Contact Form 7] Reply-to: ? Dead ?Don’t forget to make this field required on your form, using ” * ” because if you don’t CF7 will continue saying that the syntax is incorrect.
Forum: Plugins
In reply to: [Contact Form 7] Print form instead of send itHi Ken.
Thanks for your reply.
Ok, everybody can print a web page and an e-mail but in this case I need that the button print only the form (that won’t be send to an e-mail).
It’s a little bit dificult to explain.By the way I find a developer that will create what I need for this website.
After it’s done I come here and post how it’s made.