Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

inline content...how to?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: inline content...how to?
#28843
Re: inline content...how to? 11 Years, 10 Months ago Karma: 747
This is a problem with Choroforms extension. It removes {/...} text. For example you can temporary disable "System - ARI Sexy Lightbox Anywhere" plugin and see that {/arisexylightbox} will be removed from a form page. For example you can add {/test} code and it will be removed too. If you add plugin code to an article it will work fine. You can see it here. Contact Chronoforms support so they provide solution how to fix the problem with their extension or you can use "System - ARI Sexy Lightbox" plugin. The HTML code for "System - ARI Sexy Lightbox" plugin:

Code:


<div style="display: none;" id="formTable">
<table border=1>
<tbody>
<tr>
<th>Size of Tent </th>
<th>Seated Guests </th>
<th>Area Required </th>
<th>Square Footage</th>
<th>Color </th>
</tr>
<tr>
<td>20’x 20’ </td>
<td>Up to 32 </td>
<td>30’ x 30</td>
<td>400 </td>
<td>White </td>
</tr>
<tr>
<td>20’x 30’ </td>
<td>48 - 64</td>
<td>30’ x 50’ </td>
<td>600 </td>
<td>White </td>
</tr>
<tr>
<td>20’x 40’ </td>
<td>48 - 64</td>
<td>30’ x 50’ </td>
<td>800</td>
<td>Yellow/White Stripe </td>
</tr>
</tbody>
</table>
</div>
<a href="#TB_inline?height=250&width=300&inlineId=formTable" rel="sexylightbox" title="Hidden text">Click me</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28844
Re: inline content...how to? 11 Years, 10 Months ago Karma: 0
my question to you is....if its being removed...then why is it separating the code and you get the table and still see the click me stuff.

or when you say removed....did you mean it ignores it.
The administrator has disabled public write access.
 
#28845
Re: inline content...how to? 11 Years, 10 Months ago Karma: 747
The component removes {/arisexylightbox} tag (it removes all {/...} tags) and as result the code looks like:

Code:


{arisexylightbox activeType="icontent" width="300" height="250" link="Click me" title="Hidden text"}



instead of:

Code:


{arisexylightbox activeType="icontent" width="300" height="250" link="Click me" title="Hidden text"}
...
{/arisexylightbox}



It doesn't contain a text between {arisexylightbox} and {/arisexylightbox} tags (because {/arisexylightbox} tag is removed by the component) so the lightbox with a blank content appears.

According to our previous post, you can see that the plugin works in an article and you can see what happens if temporary disable "ARI Sexy Lightbox Anywhere" plugin or add {/...} text. For example {/text}, it will be removed by Chronoforms.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28846
Re: inline content...how to? 11 Years, 10 Months ago Karma: 0
ah i got you...the closing code is whats being removed.....now i get it...thanks alot! have you heard of any other form builders that work better?

Also im wondering if i stop using the wizard if it will start behaving and post the code as is....hmmm...ill post my findings for other people to see.
The administrator has disabled public write access.
 
#28847
Re: inline content...how to? 11 Years, 10 Months ago Karma: 747
We don't have a big experience with form extensions. We suppose it can work with Chronoforms, just contact extension developers so they fix the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28849
Re: inline content...how to? 11 Years, 10 Months ago Karma: 0
this is their response and it worked

"Hi nkellert,

This may be happening because the RePublisher tries to replace strings in curly brackets. Please try turning RePublish off in the Show HTML action and see if this fixes the problem. That will help know where to look.

Bob"

Theres a settings in the Show HTML edit screen that spacifically says "remove curly brackets"...turned to off....done!!
The administrator has disabled public write access.
 
Go to topPage: 12