Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!!

    #568671

    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

    #568856

    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!

    #568896

    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

    #568903

    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…

    #569220

    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

    #569612

    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?

    #569831

    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

    #569869

    of course!! ia am sending you it below
    thanks again!!

    #571049

    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

    #572065

    Thnaks Rikard!!! it works perfect!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to include font resizer in the main menu’ is closed to new replies.