A.malakar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What starter theme would be accepted?@howdy_mcgee
Good to know
Thank you for clarification.Forum: Reviews
In reply to: [Woo Visual Hook Guide] Awesome!@3ab9are
Thank you for your feedback. Spread the word if you liked the plugin ??Forum: Plugins
In reply to: [Cf7 UI slider] ui range sliderHey gagans
Thank you for using c7ui slider on your for your project. Currently there is no feature that you are requesting in the plugin. If you have good at js I would recommend having a look at this link
https://stackoverflow.com/questions/8271030/jquery-ui-slider-with-control-buttonsLet me know if this works for you or not
Regards
AyushForum: Plugins
In reply to: [Cf7 UI slider] Slider on touch devicesHey @pter86
I’ve checked on various mobile devices and browers it is scrolling smoothly, could you please let me know what device are you using
ThanksForum: Plugins
In reply to: [Cf7 UI slider] Prefix ProblemThank you for your question. For now I can only give you a quick fix, I hope your comfortable with editing the files, as this is the only solution I can give you for now, I will make sure to address this issue in the future updates.
What you are required to do is on the file
wp-content/plugins/cf7-ui-slider/includes/slider-tag.php
andwp-content/plugins/cf7-ui-slider/includes/range-slider-tag.php
Please add the following line of code after line number 69
if ( preg_match( "/&/", $atts['prefix'] ) ) { $atts['prefix'] = html_entity_decode( $atts['prefix'] . ';' ); }
And now in the prefix you can add the “pound symbol” simply by typing
£
Here is an example code
[cf7_ui_slider cf7_ui_slider-3 id:test min:0 ui_default:8 max:77 prefix:£ step:3]
Please do let me know if this works for you or not
Forum: Plugins
In reply to: [Cf7 UI slider] Prefix ProblemThank you for your question. For now I can only give you a quick fix, I hope your comfortable with editing the files, as this is the only solution I can give you for now, I will make sure to address this issue in the future updates.
What you are required to do is on the file
wp-content/plugins/cf7-ui-slider/includes/slider-tag.php
andwp-content/plugins/cf7-ui-slider/includes/range-slider-tag.php
Please add the following line of code after line number 69
if ( preg_match( "/&/", $atts['prefix'] ) ) { $atts['prefix'] = html_entity_decode( $atts['prefix'] . ';' ); }
And now in the prefix you can add the “pound symbol” simply by typing
£
Here is an example code
[cf7_ui_slider cf7_ui_slider-3 id:test min:0 ui_default:8 max:77 prefix:£ step:3]
Please do let me know if this works for you or not
Forum: Plugins
In reply to: [Cf7 UI slider] Block max valueHi Francesco
Could you please elaborate as to what you mean by block max value?Do you want to show only single value and do not allow users to slide? or Do you want to have infinite number to slide to?
Could you please provide me with detailed question
Thank you
Forum: Reviews
In reply to: [Woo Visual Hook Guide] The most valuable and usefulThank you for the feedback.Glad to know you liked it.
Please do share the plugin with your fellow colleagues as wellForum: Plugins
In reply to: [Cf7 UI slider] Add decimal figures to the UI SliderHi @edworthymedia
You can now add the steps as per your request from 4→4.5→5→5.5 and so on. Please use the field STEPS to add how you would like make your increments.Please do let me know if you the plugin is running smoothly or not
Forum: Plugins
In reply to: [Cf7 UI slider] Step on the sliderHi @aralis
I’ve just added the step on the slider on this update 2.5.0
Please do have a look and let me knowThanks
Forum: Plugins
In reply to: [Cf7 UI slider] Step on the sliderHi @aralis
Right now it is not a possibility, however this will be added in the near future. I’m glad you like the plugin.If you could take your time and add your review about the plugin, I would highly appreciate it
Forum: Plugins
In reply to: [Cf7 UI slider] Add decimal figures to the UI SliderHi there,
Right now I do not think there is a way however, I would like to show you that a solution that might work, if you are a developer.
The slider I am using is jQUery Ui slider.https://stackoverflow.com/questions/44682958/jquery-ui-slider-with-decimal-support
Forum: Plugins
In reply to: [Cf7 UI slider] Slider not showingGlad to know you were able to fix the problem. Thank you for sharing the insight. ??
Forum: Plugins
In reply to: [Woo Visual Hook Guide] Toggle Woo Hook Guides On and OffGlad to know it worked for you :). I have tried to replicate at the issue at my end, but I did not any such issue as you have mentioned. The error you are seeing is a simple notice issue and this will not hamper any of your current functionality, weather it be in production or development stage. This should be hidden once you disable the debugging properties.
However, it is still a nuisance and would love to get this resolved. Could you please let me know, which plugin Debug plugin did you use and also the steps. Also could you also let me know to as to when, where and what were the steps you took to get this issue
Thanks
Forum: Plugins
In reply to: [Woo Visual Hook Guide] Toggle Woo Hook Guides On and Off@clintongallagher
Thank you for your feed back on my plugin.In the new update 1.0.2 you can now easily turn off the visual hook guide without having to load a different page and navigate back.
If you like the plugin, I would really appreciate a rating ??