Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #523884

    Hi:

    I need to put plugin into Enfold Secondary Menu ( together with facebook link icon, twitter etc )

    Thank you for your help !!

    Andres

    • This topic was modified 10 years, 5 months ago by fbmefisto.
    #523888

    Hi Andres!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #523902

    Hi Yigit.
    I’m working in local… but i will find the way to publish in a free temporary hosting.

    • This reply was modified 10 years, 5 months ago by fbmefisto.
    #523905
    #525066

    Credentials here:
    Thank you very much

    #525078

    Hey!

    Font resizer plugin does not seem to be installed. Can you please install it and activate then let us know?

    Regards,
    Yigit

    #525093

    Done……. !!!

    Sorry

    #525110

    Hey!

    I added following code to Functions.php file in Appearance > Editor

    function avia_font_resizer(){
    ob_start();
    	?>
    	<div class="nofontResizer_container"><span class="inofontResizer_wrap">A- A A+ <input type="hidden" id="inofontResizer_element" value="body"><input type="hidden" id="inofontResizer_instance" value=""><input type="hidden" id="inofontResizer_resizeSteps" value="2"><input type="hidden" id="inofontResizer_cookieTime" value="31"></span></div>
    <?php
    	return ob_get_clean();
    }
    add_shortcode( 'font-resizer', 'avia_font_resizer' );

    which creates a shortcode for font resizer and then i added following shortcode into phone info field in Enfold theme options > Header > Extra Elements

    [font-resizer]

    and then i added following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info {
        padding: 0;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 130px;
    }

    Please review your website now

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.