Alex
Forum Replies Created
-
Forum: Reviews
In reply to: [Easy Font Resize] IT IS EASYGlad you liked it, thank you for your feedback!
Forum: Plugins
In reply to: [Easy Font Resize] Reset font-resize – remove it from dom …Hi, thank you for your feedback. I’m not quite sure what you mean by that.
Can I see the exact page it’s happening on?This is fixed in 1.0.14, thank you for your feedback!
Forum: Plugins
In reply to: [Easy Font Resize] Add a classHey @abuzon, just added version 1.0.13 that has an option to upload any icon/image you like, it should appear left of the widget (where instructions text appears) – hope this works for you.
For the other issue – can I see the page where the problem appears? It shouldn’t act differently in any way when resizing things but maybe there’s a small bug somewhere.Forum: Plugins
In reply to: [Easy Font Resize] Add a classYou’re most welcome, I’m glad I could help! Please make sure to check out my other free plugin as well https://www.ads-software.com/plugins/advanced-visual-elements/
Forum: Plugins
In reply to: [Easy Font Resize] Add a classThanks! I now added this option to version 1.0.10 – simply update the plugin and you’ll get a box to manually include selectors for resizing.
Forum: Reviews
In reply to: [Easy Font Resize] VERY easy to useThank you for your 5-star review! Make sure to check out my new plugin as well https://www.ads-software.com/plugins/advanced-visual-elements/
- This reply was modified 1 year, 6 months ago by Alex.
Forum: Reviews
In reply to: [AVE - Elementor & Gutenberg Addons] Great plugin!Thank you for your review, I’m glad you liked the plugin!
Forum: Plugins
In reply to: [Easy Font Resize] Feature Request: Handling tables (solution inside)Thank you, this is handled in the 1.0.5 update as well!
Forum: Plugins
In reply to: [Easy Font Resize] Feature Request: Icon instead of instruction textHi Sara, I just pushed an update which added a bunch of filters where you can easily replace the buttons. Hope that works for you! As for visibility – you can easily add some CSS for it, adding box shadows would be too much in my eyes, I like to keep it simple ??
Forum: Plugins
In reply to: [Easy Font Resize] Request for improvementHi Viacheslav, I added the “cookie switch” to settings page. By default it’s on so for your case simply disable it and it should work the way you want it.
Forum: Plugins
In reply to: [Easy Font Resize] keyboard tab with Easy Font ResizeHi KF,
“tabindex” attribute needs to be added to the <span> elements that you want to focus on TAB key. tabindex=”0″ should do the trick. So something like:
<span class="wpavefrsz-minus" tabindex="0">-</span>
I’ll make sure to include this in the next update, thanks!
Forum: Plugins
In reply to: [Easy Font Resize] Make the fonts more larger with no limitGlad you worked it out!
Forum: Plugins
In reply to: [Easy Font Resize] Make the fonts more larger with no limitThat’s correct, this code is tested and working, and please make sure to clear any cache you might have in place. Also, you can share your website URL so I can take a look if you are still having trouble.
Forum: Plugins
In reply to: [Easy Font Resize] Make the fonts more larger with no limitYou just need to replace line number 4 with:
var max_modifier = 10.0;