Home › Forums › Quform WordPress › Line break
- This topic has 12 replies, 2 voices, and was last updated 11 years, 6 months ago by Ripla.
- AuthorPosts
- May 1, 2013 at 12:49 pm #4210RiplaParticipant
Hi again,
How do i stop the shortcode text link from displaying on a line of its own.
eg.
Please [iphorm_popup id=”2″ name=”quote”]Contact us[/iphorm_popup] for more information
the above is displaying on my page as
Please
Contact us
for more information
how can I keep it within the sentence or paragraph
Many Thanks
May 2, 2013 at 8:50 am #4223AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 7, 2013 at 12:16 pm #4332RiplaParticipantHi Ally,
Sorry but that does not work. I thought it might be because i have other the forms on the page which display via a widget.
Th code for those is
<div style="width:1000px">
<div style="width:200px; margin-top: 250px; float: left">
[button link="#form-2" color="#ff0000" size="4" style="4" dark="0" radius="5" target="self"]Get a Quote[/button]
[iphorm_popup id=2][/iphorm_popup]
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('a[href="#form-2"]').click(function () {
$('.iphorm-fancybox-link-2').click();
return false;
});
});
</script></div>
<div style="width:200px; margin-top: 250px; float: left">
[button link="#form-3" color="#ff0000" size="4" style="4" dark="0" radius="5" target="self"]Contact Us[/button]
[iphorm_popup id=3][/iphorm_popup]
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('a[href="#form-3"]').click(function () {
$('.iphorm-fancybox-link-3').click();
return false;
});
});
</script></div>
</div>
I used the code you gave but it stops the other forms working as well as not working itself
Becoming a bit frustrated now, the plugin is great for a single form, but gets a bit complicated for multiple forms on the same page.
Ani Ideas
May 7, 2013 at 12:20 pm #4333RiplaParticipantFurther to the above question,
In this case using the quform shortcode on the page all the forms work its just the text link is on a line of its owm, just want it to be a part of the sentence.
Is this maybe something in the css which would make it say in the line????
May 8, 2013 at 9:27 am #4346AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 8, 2013 at 6:41 pm #4356RiplaParticipantNope, that stops all the forms working on the page.
I can give you access to the site if you would like to investigate further otherwise I think I am going to give up and find another solution.
Your form is great for single forms but is getting too complicated when more than one on a page.
There must be a solution to this somewhere.
Shame
May 8, 2013 at 7:24 pm #4357RiplaParticipantMind you
I dont see any difference in the 2 bits of code.
Which character did you miss out?
May 9, 2013 at 11:26 am #4360AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 10, 2013 at 8:47 am #4374RiplaParticipantYes that works, thank you very much.
Now if I want a different form ID3 on the same page which bits do I change.
Many Thanks
May 10, 2013 at 8:54 am #4376AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 10, 2013 at 10:00 pm #4390RiplaParticipantHi Ally,
That is popping up the same form as ID2.
I am making you work for this am I not 🙂
May 12, 2013 at 11:04 am #4400AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 12, 2013 at 6:10 pm #4404RiplaParticipantBingo,
I thought I had already tried that but it must have been on the the one without the ($) bit in it.
Thanks for your assistance and patience
Regards
- AuthorPosts
- You must be logged in to reply to this topic.