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?

Bug. Cannot save CSS Styles. Conflict.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Bug. Cannot save CSS Styles. Conflict.
#34421
Bug. Cannot save CSS Styles. Conflict. 11 Years, 5 Months ago Karma: 0
Hello,
while testing carousel module in Joomla 3.0.2 I tried to enter my own CSS Styles in textarea. When I saved it the textarea was filled with a "0".

Reason is a conflict with already existing form field named "jform[params][style]" for selecting the module style.

Test:
Create new Module Ari-cloud-carousel.
Goto Advanced Options.
Change Module Style to "html5".
Save module.
Goto Basic Options.
Check content of textarea CSS Styles. It's "System-html5" now.

See HTML Source code. Double "jform[params][style]".

Code:


<div class="control-group">
 <div class="control-label">
  <label id="jform_params_style-lbl" for="jform_params_style" class="hasTip" title="CSS Styles::Specify additional styles if necessary. You can use predefined variable {$id} which will be replaced with id of the carousel container">CSS Styles</label>
 </div>
 <div class="controls">
  <textarea name="jform[params][style]" id="jform_params_style" cols="50" rows="10">System-html5</textarea>
 </div>
</div>



Code:


<div class="control-group">
 <div class="control-label">
  <label id="jform_params_style-lbl" for="jform_params_style" class="hasTip" title="Module Style::Use this option to override the template style for it's position.">Module Style</label>
 </div>
 <div class="controls">
  <select id="jform_params_style" name="jform[params][style]">
...
<optgroup label="System">
<option value="System-none">none</option>
<option value="System-html5" selected="selected">html5</option>
...

The administrator has disabled public write access.
 
#34445
Re:Bug. Cannot save CSS Styles. Conflict. 11 Years, 5 Months ago Karma: 747
Hello,

Thank you for your notification. We have fixed the problem and new version of the module can be downloaded here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1