ckrizman
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Basic Contact Form] Show Success message without recap of "message"I have resolved this thx
also remove the pre and /pre tags around the maessage info
My post was reformatted, let’s try again, i removed:
<pre>Message: '. $message .'</pre><p class="scf_reset">[ <a href="'. $form .'">Click here to reset the form</a> ]</p>
I found a way to do this…Around line 267 of the simple-basic-contact-form.php file where it sets the results for $short_results, i removed the following:
Message: '. $message .'
<p class=”scf_reset”>[ Click here to reset the form ]</p>
This removed the “message” recap and the reset the form message
Thanks-this does remove the name, email and other fields but it does not remove the message field. Also, it seems that this success message creates a new div “<div id=”scf_success>” that does not remain the the same div as the form, pushing down all the data on the right side of my page. Is there any way to have this success info appear in the same area so it doesn’t break the layout? Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive tablesThanks-I also noticed that the horizontal scrolling is not working when i do responsive “phone”, it moves the first row of data to the right of the headers but then subsequent data is just stacked underneath when i view on my iphone. When I shrink my browser window the scrolling works-just not on the phone. I did make some style changes-see below and the link is :
https://newgrowthplanners.com/M-SAMC_Evaluation/participants/program-data/pellissippi/
Stylesheet changes:
@media screen
and (max-width: 767px) {
.tablepress-responsive-phone tbody{white-space:normal!important}.tablepress-responsive-phone thead{width:45%!important;}
.tablepress-responsive-phone thead th{
border-bottom-width: 1px!important;
border-bottom-style: solid!important;
border-bottom-color: #CCC!important;
}}
Thanks-Caroline
The ideal format then of the div that contains the data would be like the following:
<div data-label=”Employee No”>Employee No</div>
<div data-label=”User Name”>User Name</div>