- 
		AuthorPosts
 - 
		
			
				
January 20, 2016 at 1:05 pm #568579
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!!January 20, 2016 at 3:28 pm #568671Hey 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,
AndyJanuary 20, 2016 at 8:19 pm #568856they 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!January 20, 2016 at 9:51 pm #568896Hi!
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,
BasilisJanuary 20, 2016 at 10:07 pm #568903Hello 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…January 21, 2016 at 8:19 am #569220Hi,
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,
RikardJanuary 21, 2016 at 10:35 pm #569612Thanks 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?
January 22, 2016 at 9:21 am #569831Hi,
Maybe, could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardJanuary 22, 2016 at 10:21 am #569869of course!! ia am sending you it below
thanks again!!January 25, 2016 at 4:47 am #571049Hi,
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,
RikardJanuary 26, 2016 at 1:22 pm #572065Thnaks Rikard!!! it works perfect!
 - 
		AuthorPosts
 
- The topic ‘How to include font resizer in the main menu’ is closed to new replies.
 
