Hello, I have just installed the plugin FONT RESIZER in a new website, and I wonder how to place it in the main menu bar
…is it possible in enfold theme? How can I do it?
thanks!!
Hey ftt123!
never heard about this plugin and we can’t provide support for every 3rd party plugin. Please ask plugin’s author about it.
Best regards,
Andy
they have told me to use the snippet of php code I am sending you below, but I do not know where to place it in order to apear the font sizer in the main menu, I mean at the end of the main menu
<?php
if (function_exists(‘zeno_font_resizer_place’)) {
zeno_font_resizer_place();
}
?>
This is the plugin page https://wordpress.org/plugins/zeno-font-resizer/faq/
thanks again!
Hi!
Please add the following to your functions.php file
if (function_exists(‘zeno_font_resizer_place’)) {
zeno_font_resizer_place();
}
let us know if that works out for you
Regards,
Basilis
Hello Basilis, I have added it at the end of the functions.php file, but it does not work
I need to place the font resizer in the menu bar or header, I mean, a place where always can be seen, because the website is for elderly people…
Hi,
I’m not sure how that plugin works but maybe you could add it to a widget in the header? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Rikard
Thanks Rikard!! It works, but the widget appears below the main menu…is it possible to locate the widget over the main menu at the leftside in the header?
Hi,
Maybe, could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
of course!! ia am sending you it below
thanks again!!
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#header .widget {
padding: 0 !important;
position: absolute !important;
top: -14px;
right: -50px;
}
Best regards,
Rikard
Thnaks Rikard!!! it works perfect!