ginabrass
Forum Replies Created
-
Never mind. I just found the answer at: https://wordpress.org/support/topic/add-close-button-to-popup-content/
Thanks for the great plug-in. 🙂
Found the solution.
Edit the shortcode.php file and change this line:
$field_list .= '<tr id="ninja_forms_field_' . $field_id . '"><td>' . $label .':</td><td>' . $value . '</td></tr>';to this:
$field_list .= '<tr id="ninja_forms_field_' . $field_id . '"><td style="border-bottom: 1px solid rgb(0, 0, 0); padding: 15px 0px;">' . $label .':</td><td style="border-bottom: 1px solid rgb(0, 0, 0); padding: 15px 0px;">' . $value . '</td></tr>';Forum: Fixing WordPress
In reply to: htaccess Vary Accept-Encoding Not being found? by tools.pingdom.comHere’s a fun twist to throw into the equation.
Last year, I added the “Vary” code to the htaccess file of 6 sites. All of them worked great except the sites that were hosted on GoDaddy’s “Managed WordPress” hosting package.
This thread seems to imply that different webservers handle the Vary code differently:
https://wordpress.org/support/topic/strange-resultsvary-accept-encoding-header?replies=3Could you be having problems with the Vary code because of your server?
Forum: Plugins
In reply to: [OSD Social Media Sharing] Facebook title source?Never mind. Found it!
Since the site is in development, I’m using a plug-in to password protect it. The typo was on the set up page for the password plug-in…..