Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #285407

    Hi guys

    I wonder if you could help. I’m creating an enfold blog for a charity that helps people who have poor eyesight. The clients wants to know if there is a control I can add to the pages so the viewer can increase / decrease the text size???

    Thanks for your help guys
    gonzobrum

    #285429

    Hey!

    There are some plugins you can try:
    https://wordpress.org/plugins/zoom-widget/
    https://wordpress.org/plugins/wp-font-resizer/

    Best regards,
    Josue

    #285437

    Thanks for the advice Josue, Zoom looks like a winner. Any ideas how I could have it display in the header area above the menu?

    #285441

    Can you post a link to the website?

    Cheers!
    Josue

    #285628

    Yeah sure, its http://www.in-good-hands.org/

    I’ve added the zoom plugin as a widget in the footer for now, Would look good if I could get it alongside the tel number in the header.

    #285885

    Hi,

    Open /includes/helper-main-menu.php and look for line 68:

    if($phone) 		{ echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }
    

    Replace it by this:

    if($phone) 		{ echo "<div class='phone-info {$phone_class}'><span>".do_shortcode($phone)."</span></div>"; }
    

    Then put the Zoom shortcode along with the number here:

    Regards,
    Josue

    #286179

    Fantastic, thanks for the help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Viewer Controls text size’ is closed to new replies.