Hello, i am trying to change the color of the letters while using the shortcode. When applying custom css to the short code element, no change is visible.
Thanks in advance
This is the CSS applied from the docs:
p.zeno_font_resizer > a {
color: #1b4671;
}
]]>
I use elementor to create content and this plugin doesnt resize all fonts. No use any widget and so I copy/paste php function to function.php. Am I right?
]]>Hi,
I Used BBPress to set up my forum,
The content of forum which fonts are very small,
I would like to know whether your plugin could modify the font sizes ?
Do you have a tutorial ?https://image.noelshack.com/fichiers/2024/03/1/1705311618-bbpress.jpg
Thank you very much !
Dyslexia is a registered disability in the UK which means any public body has to show that they are catering for this disability. So having the ability to change to high contrast or to a dyslexic font would be a great addition to this plugin.
The switching to high contrast could be done by scanning for and overriding CSS variables, you add the variables you wish to change and have your plugin override them by redefining them in the appropriate place.
They are a number of dyslexic fonts available to use but most come at a cost, if you can get a referral affiliate link in your settings for this you could make commission here.
Also integrating WAVE accessibility reports that test front end when you logged in without picking up you are logged in would be awesome.
I have lots of ideas and would help contribute if you are interested I deal with accessibility all the time, for example a scanner for the media files which reports how many images/files do not have a alternative text sent, all i ask is to be on the contrib list ??
]]>I recently upgraded the php version from 7.4 to 8.0, then the plugin no more works on my website. (the ‘AAA’ wordings do not show up in header area) Does it not supports the 8.0 version php? And how to solve it? thanks
]]>I can change the font size in the places I want it, thanks. Clicking the biggest A will step up the size to maximum in 2-3 clicks. However, clicking the middle A jumps the size back down to minimum. I would expect that to happen if I click the small A, and for the middle A to step the size down in a few clicks. Is this not the expected behavior?
My settings are:
Resize steps: 1.5
Min size: 16
Max size: 24
How I can I add this option in primary menu as menu
]]>Hi,
How do I get the screen reader to read without A?
How to add text before the different size AAA? Like if I wanted it to show:
Increase Text: AAA
Does that make sense? Some people may not understand the “AAA” by itself. Thanks.
]]>Hi,
I installed the plugin but unfortunately the text doesn’t seem to resize on click. any suggestions? thanks
Hello,
I’m trying to use the plugin on an installation of WordPress 5.9, with the Twenty Twenty-Two theme, and running into an issue on a test site (fresh installation, no other plugins installed). Per the FAQ, I’ve been adding the PHP code snippet to the theme in the functions.php file. (First question, should I be adding it somewhere else?)
Anyway, adding the snippet to functions.php and the resizer shows up at the top of the page. Wishing to move it to the bottom, I head to the Full Site Editor, but get an error. (copied below with my site directory replaced with ZZZ)
Warning: Cannot modify header information – headers already sent by (output started at /ZZZ/wp-content/plugins/zeno-font-resizer/zeno-font-resizer.php:170) in /ZZZ/wp-includes/functions.php on line 6828
Warning: Cannot modify header information – headers already sent by (output started at /ZZZ/wp-content/plugins/zeno-font-resizer/zeno-font-resizer.php:170) in /ZZZ/wp-admin/includes/misc.php on line 1310
Warning: Cannot modify header information – headers already sent by (output started at /ZZZ/wp-content/plugins/zeno-font-resizer/zeno-font-resizer.php:170) in /ZZZ/wp-admin/admin-header.php on line 9
Anyone know what’s up with that? Did I paste the code snippet in the wrong place? Thanks!
]]>Hi,
Font resizes for all the buttons and content but not applying for menu items.
]]>Can not get the plugin to work on body text, it only changes h1 and some h2.
Using Astra Pro Theme with Beaver builder.
Inserted the widget into the header.
I am trying all of the options.When I try the option for “choose your own div id, I have chosen:
<p class=”paragraph”>Font Resizer</p>
I am not a coder and I am not great with CSS and I never touch PHP. Any tips for what I am doing wrong?
This site is for seniors and I would really like to be able to offer this font resize option.
Thank you.
]]>Hey guys! I’m using this plugin and I want to change the tooltip text that shows when you pass over de buttons (hover).
They are in english but I want them to be in portuguese. I’ve tried to change the font, but i get stuck everytime they release a new version of it.
I’ve tried to use the translating forum too, but nothing is approved.
Any suggestions with html ou css? I’m using Elementor Pro too if anyone has any suggestion with it.
Dear Sir/Madam,
We are using Zeno Font Resizer. Due to website accessibility, we would like to enable the viewers to use keyboard tab to click the A A A buttons. However, the Zeno Font Resizer doesn’t response to the keyboard tab, when I pressed “tab”, our website skipped all the three AAA buttons and goes straight to the other buttons.
We have the following CSS code:
:root {
–focus-black: #383838;
}
:focus-visible {
outline: 2px solid var(–focus-black) !important;
}
a:focus-visible {
outline: 2px solid var(–focus-black) !important;
}
button:focus-visible {
outline: 2px solid var(–focus-black) !important;
}
Please kindly advise how we could use keyboard tab with Zeno Font Resizer.
Thanks & regards,
KF
We are using the zeno-font-resizer plugin https://c2n.me/4dLuMTW.png. Bug: the text does not grow in some android devices in vertical orientation. Here is https://c2n.me/4dLtUyM.
For example, galaxy S5 in Chrome emulation
Can you give your recommendations?
Hi, I’m using this with Astra theme. I’ve used before and it worked fine but now it doesn’t work.
I am using REM units for font-size. I don’t see any browser console errors either.
Any idea what could be blocking this?
]]>Hi there im using your great plugin on a site that is only in GERMAN.
I want to change the titel when i hover over the A’s
Now it is showing: decrease font size / reset font size / increase font size
But i have to translate that to german ??
Can you please tell me where and how to do that?
Thanx for your help in advance
Regards Sam
]]>I couldn’t find this if it’s already been addressed, but is there any way to stop it from scrolling to the top of the page when you click it?
Great plugin btw.
]]>When the font increases, the logo sets itself to position-center, blocking the Zeno Font container.
]]>jQuery.fn.click() event shorthand is deprecated
Solution: Instead of .click(fn) use .on(“click”, fn). Instead of .click() use .trigger(“click”)
in /zeno-font-resizer/js/jquery.fontsize.js
Line: 35
Change from:
jQuery('.zeno_font_resizer_add').click(function() {
to
jQuery('.zeno_font_resizer_add').on('click',function() {
Best regards
]]>I’m adding text resizing functionality for accessibility on my website. I am using a plugin called Zeno font resizer.
Instead of using a widget, I’ve simply added the font resizer php code within the theme header.php file.
But it’s not placed exactly where I want. I want the font resizer to be placed next to the STEO button. Right now the font resizer is in it’s own block.
I am wondering what is the best way to place the font resizer where I want?
]]>Bug report: the Word Balloon text doesn’t enlarge nor shrink using this plugin.
]]>I’m using your plugin and it works fine. But, it doesn’t resize the text between plugins that create tabs.
The tab plugin I use is: Tabs – Responsive Tabs with WooCommerce Product Tab Extension
Is this an issue that can be solved?
]]>Hello,
I downloaded the plugin and added it to the widget sidebar. But, the website doesn’t use the sidebar on any of the pages. The resizer doesn’t show up anywhere on the front end when I have it activated and in the sidebar widget. How do I add this resizer if I don’t use the sidebar on the website? Is there a shortcode I can add to the front page of the website? I read through the support topics and saw something about Github and I clicked on that, but I have no idea what any of that means. Thank you.
]]>I am able to add this as a dropdown option in the Header but is there a way to add this using shortcode so that it always displays, rather than as a drop down?
]]>We are developing a site that is now using Elementor and Beaver Builder, and we see the Zeno Font resizer is not working. It was working on the old site, but now that has stopped too. (momentummagazineonline.com)
]]>Just installed this plugin.
Tried all the different modes but it just doesn’t work for me.
There is no A on the front end. Just nothing.
Text Resizer no longer works following the installation of WP5.5. This appears to be related to the changes to jQuery Migrate that was introduced in WP5.5
Richard
]]>I have installed this plugin but I got below error
jQuery(…).zeno_font_resizer_manager is not a function
Can you please help me ASAP.
You can check above mention link.