Amjad Ali
Forum Replies Created
-
Hi @pixelwars ,
We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @magicpowers ,
You’re very welcome! ?? I’m glad to hear the CSS snippet worked for you.
You’re correct—the Message field is a Paragraph Textarea by default, which is why it behaves differently from the other fields in terms of width adjustment. Unfortunately, the size setting in WPForms only affects the height for textareas, not the width.
Your experience is important to us, and we’d love to hear what you think about using WPForms.? Would you mind sharing a quick review? It only takes a minute and helps us keep improving!
Here’s the link to leave a review and in case you’d like some guidance, this article walks you through the process.
If you run into any further styling issues feel free to reach out.
Happy to help!Hey @sharon188 ,
Thank you for taking the time to share your feedback and review!?We hope you continue to have an awesome experience using WPForms.
Enjoy! ??Hey @owdie ,
Thank you for the kind comments and review!
We’re glad to hear that WPForms is an Excellent Plugin, and we hope you continue to have an awesome experience using the plugin.
Have a good one! ??
Hi @covettrading ,
We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @pixelwars ,
Thanks for reaching out and for your kind words about WPForms! We’re thrilled to hear that you’ve been using and recommending our plugin.
We tested the issue using a stock WordPress theme (Twenty Twenty-Five) and were unable to replicate the misalignment of the buttons. Here’s a screenshot from our testing for reference: https://a.supportally.com/i/JHgn3q
Since this doesn’t appear to be a general issue with WPForms, it’s possible that some code in your theme is affecting the admin panel layout.
We’d love to help further in identifying the conflict. If you have a free version of your theme available on www.remarpro.com, could you share the name or a link? That way, we can install it and run some tests on our end.
Let us know, and we’ll be happy to assist further!Hi @magicpowers ,
Thanks for reaching out, and congratulations on setting up your first WPForms contact form!
On checking, I see that you’re using a Paragraph field for the message. In the settings, only the height of the Paragraph field changes—not the width.
To adjust the width, please try adding the following custom CSS snippet to your site:@media only screen and (min-width: 601px) {
form#wpforms-form-1724 div#wpforms-1724-field_2-container textarea#wpforms-1724-field_2 {
max-width: 60%;
}
}
And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.Alternatively, you could set all fields to Large to ensure consistency in field sizes.
Hope this helps!
Hi @covettrading ,
Thank you for reaching out!
I’ve reviewed the error log and I’d recommend enabling debug logging to capture more details about when these warnings appear.
You can do this by adding the following to your wp-config.php file:define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'log_errors', 1 );
@ini_set( 'display_errors', 0 );
This will log warnings in a file located at /wp-content/debug.log, which might provide more context.Our Errorhandler is designed to suppress errors from our plugin only and because of this, it will print errors from other plugins on the debug log.
Could you also share the complete stack trace from the debug log? That would help us check if the issue is related to WPForms.
Hope that helps.
Hi @locker17 ,
We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hey @dxtech ,
Thank you for the kind comments and review!
We’re glad to hear that WPForms is easy to use, and we hope you continue to have an awesome experience using the plugin.
Have a good one! ??
Hey @maytorma ,
Thank you for taking the time to share your feedback and review!?We hope you continue to have an awesome experience using WPForms.
Enjoy! ??Hey @assassin1717 ,
We’re so happy to hear you’re finding WPForms Easy to configure – we always make it a goal to awesome!?Thanks so much for taking the time to share your thoughts, and enjoy ??
Hi @locker17 ,
Thank you for reaching out!
I’ve reviewed the error log and I’d recommend enabling debug logging to capture more details about when these warnings appear.
You can do this by adding the following to your wp-config.php file:define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'log_errors', 1 );
@ini_set( 'display_errors', 0 );
This will log warnings in a file located at /wp-content/debug.log, which might provide more context.
Could you also share the complete stack trace from the debug log? That would help us check if the issue is related to WPForms.
Thanks!Hi @angulr ,
We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @juanporzio ,
We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!