Tagged: x
-
AuthorPosts
-
September 20, 2016 at 2:25 pm #1183594
TransfacParticipantMy home form is displaying when viewed on tablets. Any help would be greatly appreciated. The website is dev.transfac.com
September 20, 2016 at 3:27 pm #1183667
Nabeel AModeratorHi there,
Thanks for writing in! It looks like you’re hiding your section via Cornerstone Hide Section option. Please un-hide your homeform section for smaller devices.
Let us know how this goes!
September 20, 2016 at 4:23 pm #1183733
TransfacParticipantI don’t know how I missed that. I have a mobile form that I use for tablets and phones and I must have gotten confused when selecting screens. Even with the correction, Screenfly shows that the form isn’t being displayed properly. It shows the same error with mobile, but the page looks great when tested on my phone. Unfortunately, I don’t have a tablet to test on, so if you can help me verify whether or not there is an actual viewing error it would be much appreciated.
September 20, 2016 at 11:22 pm #1184181
RupokMemberHi there,
I have tested and seems you have enabled hide on tablet as mentioned by Nabeel above. Let’s check the section and Row and toggle the settings.
Thanks!
September 21, 2016 at 10:02 am #1184758
TransfacParticipantMine is showing that the section in which the tablet form is contained (Copy of Section 8) is only hidden for XL, LG, and XS.
September 21, 2016 at 10:42 am #1184837
RupokMemberHi there,
Here goes the equivalent classes and their screen range where they take effect :
<strong>x-hide-xl</strong> – Extra Large | 1200px & Up <strong>x-hide-lg</strong> – Large | 980px – 1199px <strong>x-hide-md</strong> – Medium | 768px – 979px <strong>x-hide-sm</strong> – Small | 481px – 767px <strong>x-hide-xs</strong> – Extra Small | 480px & SmallerSo if you have LG, certainly the Tablets belong to this.
You will find the proportional screen width for all standard devices – http://mydevice.io/devices/
Hope this makes sense.
September 21, 2016 at 10:45 am #1184846
TransfacParticipantI understand now. Would I use the display:none code to prevent the section from appearing on laptops with smaller screens?
September 21, 2016 at 12:01 pm #1184987
JoaoModeratorHi am not quite sure I get your question,
You can use the helper classes provided by Rupok, or you can use a media query with display: none;
Please clarify your question,
Thanks
Joao
September 21, 2016 at 12:32 pm #1185048
TransfacParticipantEnabling the tablet form on LG screens will place it, as well as the desktop form, on laptop monitors within that pixel range. I want to ensure that the tablet form is not visible to screens over 900px, so what code would I use to do that?
September 21, 2016 at 1:37 pm #1185175
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media(max-width: 900px) { .home .gform_wrapper form { display: none !important; } }Hope it helps,
Joao
September 21, 2016 at 2:30 pm #1185275
TransfacParticipantThat is what I was hoping for. Thank you!
September 21, 2016 at 2:45 pm #1185302
JoaoModerator🙂 You are welcome.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1183594 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
