Aleksej
Forum Replies Created
-
Hi,
Sorry to hear that,
For premium plugins support please submit a request to the forum – https://themeflection.com/support/, so any issue can be resolved in a timely manner.
There were no issues or reports of tf numbers breaking anyone’s website. It could be the conflict with another plugin, but if you submit a ticket on the provided link the issue will be resolved.
Just realized that all of the above problems are on purpose by the plugin creator. If you want more control, “Pay us. Buy our Pro plugin.” Creator literally makes SEVEN different add-ons as opposed to just allowing you to pay once for more features.
There is one addon bundle that is a package of all addons for an affordable price which includes all options. Who wants only one additional functionality he/she can purchase only one module for a very small price. So there is package for everyone. You do not need to purchase all addons individually.
A free version of plugin gives user enough functionality to achieve the most common scenarios. There are thousands of users who use it for free and never needed to pay for anything. I think it is fair offer. Not many people invest their time to give any service for free. Commercial addons are there to help me maintain the service, I am sorry if you feel you have to pay for using someone’s product.
Hello,
Thank you for using my plugin,
TF Numbers is a custom post type, meaning you can use any “duplicate post plugin” to clone numbers set.
Number field accepts only integers, NaN is an javascript error meaning non integer value is passed to the function and it happens if you enter any symbol or letter that is not number. If you are looking to implement comma separator for numbers, you can check my controller addon – https://themeflection.com/plug/controller-addon/
Regarding adding currencies like $ (with option to show it before, or after number) you can use my currencies addon – https://themeflection.com/plug/currencies-addon/
Best Regards,
AleksejHello,
I am closing this ticket since this issue was resolve through email communication.
Best Regards,
AleksejForum: Plugins
In reply to: [Themeflection Numbers - Number Counter and Animated Numbers] Delay CountingHello,
Thank you for using my plugin, and sorry for late reply,
Can you send me an email and I will try to make some tweak in the plugin so you can have a delay in counting.
You can contact me through contact page on my website – https://themeflection.com/
Best Regards,
AleksejHello,
You can use this custom css to hide the title for logged in users –
.logged-in .statistics h3 {display: none}
And it will be shown to other visitors.But to hide only to certain roles, you will need to check if your theme is generating role oriented classes for the body tag, and then use that classes instead of .logged-in class.
Best,
AleksejForum: Plugins
In reply to: [Themeflection Numbers - Number Counter and Animated Numbers] p[urchaseHello,
Thank you for getting my addons,
For premium addons mail me through my contact form https://themeflection.com/contact/, as this is forum for core plugin support.
You should not be entering the number with comma or space within the number field. This is done automatically you just need to check the option “use comma separator” in the options section (usually it is checked by default). So you just need to enter number 8017 and it will get the comma separator like on the demo.
Best,
AleksejHi,
Thank you for using my plugin, and sorry for late reply,
It could be that there is some default container padding that theme is using. You can give me the url of that page so I can check this out and provide you with some custom CSS to improve that spacing.
Best,
AleksejHello,
Thank you for using my plugin,
That’s kind old version, 4.4 is recommended minimal version. But it can be because of some other plugin conflict. If you send me your website url and temporary admin access through my contact form – https://themeflection.com/contact/ I can check this out
Best,
AleksejHello,
Thank you for using my plugin,
As I can see it is working on your website – https://www.screencast.com/t/YarJOAb4RL
It seems you managed?
Hello,
I see what you mean. Unfortunately shortcode is not working that way. It is not accepting arguments, shortcode is only called to execute the values entered under the selected numbers section. You can insert the [members_qty] shortcode under the value field for some number, but I cannot guarantee that every other shortcode can be rendered properly. If that shortcode is only outputting an number, then it should be able to work with TF Numbers.
Best Regards
Hello Uriahs,
Thanks for contacting me and sorry for late reply,
That is a nice suggestion. I will put it on my list of new features I can integrate in one of the future updates.
Best Regards
Hello,
Sorry for late reply,
I am not sure what exactly do you mean ? Can you give me more details regarding what you are trying to achieve ? Thanks
Best Regards
Hello,
Sorry for late reply,
This feature was integrated in previous update. Shortcodes can be rendered in number fields now. But it needs to output only the number in order not to create the conflict.
Best regards,
Themeflection- This reply was modified 6 years, 5 months ago by Aleksej.
Hello,
Sorry for late reply,
For faster support, write me on my support forum, as I do not receive email when new topic is created here.
“NaN” is show as TF NUmbers expect number to be passed, so it can be counted. Since shortcodes are not rendered, NaN is printed. You can email me so I can point you to the file where you can try to enable the shortcode execution for number. But this will depend upon the way the shortcode is rendered. If it is returning proper number, this could work.
I will try to include support for shortcodes in number filed in one of the next updates ??
Best Regards