Tagged: x
-
AuthorPosts
-
January 19, 2017 at 11:59 am #1336967
LelyModeratorHi There,
1.) Thank you for the screenshot. After digging more, I can see that from the source code that lightbox shortcode was defined twice. Although, on Contact page, I just found it once.
[lightbox selector=".footer_form_trigger"]
I found that it is also defined on Appearance > Widget > Footer 1. Since footer is part of every page, it will appear twice on this Contact page.
Remove this lightbox shortcode from Contact Page:
[lightbox selector=".footer_form_trigger"]
No need to define it because it was defined already in the footer which is also part of Contact page.2.) Replace your current entire FORM html code with that shortcode instead.
3.)Same with #1. Same lightbox shortcode. To avoid confusion, please use different selector instead. On #1, I have recommended to remove the lightbox shortcode on Contact Us page. From the looks of it, I can see that you intended to use both of this lightbox shortcode but fire it up differently. In that case, don’t remove it but use different selector instead. Now, you may disregard my suggestion on #1, and then update the following part instead from Contact us page:
<a class="footer_form_trigger x-btn x-btn-pill x-btn-large" href="#hidden_form" data-type="inline" style="font-family:Quicksand;">ASK HERE</a></span></div> [lightbox selector=".footer_form_trigger"]To this:
<a class="contactus_form_trigger x-btn x-btn-pill x-btn-large" href="#hidden_form" data-type="inline" style="font-family:Quicksand;">ASK HERE</a></span></div> [lightbox selector=".contactus_form_trigger"]Hope this clarifies everything.
Cheers!
January 22, 2017 at 3:57 pm #1340744
ryanschaefer41ParticipantThis reply has been marked as private.January 22, 2017 at 9:55 pm #1341009
RadModeratorThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1325783 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
