Tagged: x
-
AuthorPosts
-
August 8, 2016 at 1:35 pm #1122547
Michael TchongParticipantIn addition to the previously reported LEFT and RIGHT COLUMN layouts in Gravity Forms not working correctly in X Theme:
https://community.theme.co/forums/topic/gravity-forms-column-issues-2/
Can you please address the CAPTCHA field being cut off in Gravity Forms? You can see an example of that here:
Here’s how Gravity Forms support put it:
Your theme is setting a set 69% width on iframes for some ridiculous reason. If you disable that, then the captcha shows in its entirety.
—————————————————————
/* the offending CSS rule */.entry-content iframe {
max-width: 100%;
width: 69%;
}
—————————————————————BTW, the side by side column issue in this form was addressed with this CSS:
/*
// Gravity Forms left/right fields patch.
*/body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
float: none;
}August 8, 2016 at 2:57 pm #1122661
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.entry-content iframe { width: 100%; } .rc-anchor-normal { width: inherit; }Hope it helps,
Joao
August 9, 2016 at 2:03 pm #1124251
Michael TchongParticipantNo that didn’t work, see multiple problems here:
And in the Superfly menu:
Menu Symbol/Contact
August 9, 2016 at 4:07 pm #1124432
JadeModeratorHi Michael,
There is code in the customizer that is causing the captcha to be cut off:
.entry-content iframe { width: 69%; max-width: 100%; }Please set the width to 100%.
August 9, 2016 at 11:30 pm #1124973
Michael TchongParticipantHere’s my custom CSS, the only iframe code I have the 100% patch provided by Gravity Forms:
.intro { font-family: 'Open Sans' !important; font-size:130%; line-height: 1.5 !important; padding-bottom: 24px; } .entry-title:before { display: none; } .wp-caption { display: block; font-size: 90%; font-weight: bold; text-align: left; line-height: 1.5; border: none; padding-top: 9px; padding-right: 0px; padding-bottom: 0px; padding-left: 6px; } .x-recent-posts .h-recent-posts{ font-size: 24px; } .x-content-dock .h-widget { font-family: 'Open Sans'; font-size: 2.0em; font-weight: 600; } .x-content-dock h1, .x-content-dock h2, .x-content-dock h3, .x-content-dock h4, .x-content-dock h5, .x-content-dock h6 { color: #0099cc !important; } .x-highlight { color: #566471; background-color: #fff198; } .x-img { margin-bottom: 0.0em; } .text-white h2 { font-family: 'Open Sans'; font-size: 64px; font-weight: 400; color: #fff; } .x-callout .x-btn [class^="x-icon-"], .x-callout .x-btn [class*=" x-icon-"] { display: none !important; } /* // Override CAPTCHA cutoff CSS. */ .entry-content iframe { width: 100%; } .rc-anchor-normal { width: inherit; }August 10, 2016 at 4:29 am #1125266
ChristopherModeratorHi there,
Please add this code :
.rc-anchor.rc-anchor-normal.rc-anchor-light { width: 205px !important; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1122547 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
