Good afternoon,
I would like to add just below “Deja un comentario” a text box like the one in the attached screenshot, how could it?
From what I’ve been researching, I have to edit the comments.php to put the phrase I want and then give style in style.css
Can you help me? thank you very much.
Hi,
You can add a text with title element using VC page builder: http://screencast.com/t/BdrvjYWFpC and customize it like you want, then switch to classic mode view, get the shortcode for it: http://screencast.com/t/C5xyIM5o260 and add it on comments template using the do_shortcode() function, like this: http://screencast.com/t/42KzpfRp
Result: http://screencast.com/t/wIsrHucJ
Thanks
Thank you very much for the help, everything works perfect except for one thing, I like that phrase appear under “Leave a Reply”.
Can you help?
We attached a capura of the position I want
Thanks
Hi,
Add the code in comment-template.php file, like this: http://screencast.com/t/zSyJAlLjgmWP
Result: http://screencast.com/t/D2xh89xghnR
Thanks
Good morning Lucian,
I just realized that for users when logged message appears, but not when logged users do not appear.
I put screenshots for you to understand better
logged users
guest users
Hi,
I’m not logged in and I can see you message: http://screencast.com/t/RihVrCCpluJ
This should appear for all visitors as it doesn’t have any conditions on it.
Please let me know if I haven’t understood well.
Thanks