-
AuthorPosts
-
October 23, 2015 at 3:11 pm #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.
October 23, 2015 at 3:12 pm #523888Hi Andres!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitOctober 23, 2015 at 3:19 pm #523902Hi 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.
October 23, 2015 at 3:23 pm #523905Hey!
Please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Best regards,
YigitOctober 26, 2015 at 5:21 pm #525066Credentials here:
Thank you very muchOctober 26, 2015 at 5:34 pm #525078Hey!
Font resizer plugin does not seem to be installed. Can you please install it and activate then let us know?
Regards,
YigitOctober 26, 2015 at 5:43 pm #525093Done……. !!!
Sorry
October 26, 2015 at 6:05 pm #525110Hey!
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 -
This topic was modified 10 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
