Home › Forums › Quform WordPress › HTML only PopUp?
- This topic has 7 replies, 2 voices, and was last updated 11 years, 5 months ago by kernel.
- AuthorPosts
- June 6, 2013 at 1:27 am #4720kernelParticipantJune 6, 2013 at 1:31 am #4722June 6, 2013 at 1:32 am #4723kernelParticipant
<li><a href="the following code">CONTACT</a></li>
June 6, 2013 at 1:36 am #4725kernelParticipantneed code for the html markup listed above, that will fit inside ” ” for a popup form
June 6, 2013 at 10:25 am #4738AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 6, 2013 at 6:21 pm #4755kernelParticipantThis works, but is it the way it should be done:
<li><?php if (function_exists('iphorm_popup')) echo iphorm_popup(1, 'CONTACT'); ?></a></li>
June 7, 2013 at 2:41 am #4757kernelParticipantThe above text, if the proper method (or) along with the following code to achieve overlay color change should be made available within your guides. Both of which were time consuming to achieve.
Changing the overlay color:
#fancybox-overlay[style] {
background-color: black !important;
}June 7, 2013 at 2:44 am #4758kernelParticipantWith the following code i was able to easily omit the footer.php code and keep everything within the code in a css menu, adding overlayOpacity:
<li><?php if (function_exists('iphorm_popup')) echo iphorm_popup(1, 'CONTACT',
'{ overlayOpacity: 0.6 }'); ?></a></li>You just need to change the “1” to the form you are needing.
- AuthorPosts
- You must be logged in to reply to this topic.