|
uCoz Community General Information uCoz Updates & Announcements Update of Social Comments, E-shop, and Some Bug Fixes (Update 11-2014) |
Update of Social Comments, E-shop, and Some Bug Fixes |
The update is available on all servers ![]() This update is good news for the owners of online shops and for those who actively use the new social commenting system! E-shop Updates
Other Bug Fixes
Social Comments Update
Please note that the changes marked in this color will become available after you restore the default comment form! Interesting solution - a slider for the price filter :) Connect jQuery UI on the 'Goods catalog' page: Code <link rel="stylesheet" href="/.s/src/jquery-ui/themes/smoothness/smoothness.min.css"> <script type="text/javascript" src="/.s/src/jquery-ui/jquery-ui.min.js"> Add the slider block code where you want it to be displayed, for example: Code <div id="price-range-2"></div> Create the slider code: Code $("#price-range-2") .slider({ range: true, min: shopFilterMinPrice, max: shopFilterMaxPrice, values: [shopFilterMinPrice, shopFilterMaxPrice], step: 1, slide: function(event, ui){ $("#price_min").val(ui.values[0]); $("#price_max").val(ui.values[1]); }, change: function( event, ui ){ // Remove the commenting for the line below // if you need the filter to work instantly //return priceFilter('price', ui.values.join('|')) } }); You can find the available parameters at http://api.jqueryui.com/slider/ Follow the news and don't miss upcoming updates!
I'm not active on the forum anymore. Please contact other forum staff.
|
Sunny, Alright, thanks for replying.
Added (2014-07-27, 10:58 PM) Ahh, I found the problem, I wasn't aware that ucoz updated the available jqeurys, so I was still using and outdated one. If anyone else is having this problem just update your jquery. |
Madam Sunny, I've got an error message regarding the new method of posting comments in an entries. But regarding answering the comments its ok any answers please.
Added (2014-08-06, 0:49 AM) 1F4BF3B
|
| |||
| |||
Need help? Contact our support team via
the contact form
or email us at support@ucoz.com.