• Resolved consimworld

    (@consimworld)


    I’m having no luck finding a plugin or solution where a visitor can select and change the major typeface used for my WP site. Is there a plugin I’m overlooking that can offer this flexibility for any visitor?

    To clarify, I don’t want this solely as an admin function. I’d like to present visitors with a pop-down menu to select the typeface they would like to use for the site text. I’ve seen a few new sites that offer a nice way to do this…maybe it’s a custom script outside of WP plugins?

    I appreciate any guidance/recommendations one may have.

    John Kranz

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    I see a few that allow you to change font size:
    https://wordpress.org/plugins/zeno-font-resizer/screenshots/

    You SHOULD be able to use Javascript to make a menu to change the Font-Family for body (it wouldn’t need to be a WordPress Plugin / use PHP, but it might be easier to implement).

    You could use this as a start, if you’re looking for Font Family as well as Font Size
    http://stackoverflow.com/questions/7654708/jquery-changing-font-family-and-font-size

    You’d want to make “.changeMe” the element that you’d want to change, such as “body” for all fonts. If it doesn’t load, you’ll probably need to enqueue jQuery on WordPress. I believe you can do that by adding wp_enqueue_script(‘jquery’); to your functions.php

    I want to update my page. I have made the changes that I need to it, but I’m not quite ready to publish it so how to I save what I ‘ve already done without it publishing online? I saved my work yesterday and did NOT publish it but it published online anyway. Can anyone tell me how to work on your page behind the scenes and save your work without uploading it?

    Thank you.

    Thread Starter consimworld

    (@consimworld)

    Tyler, wow — such great advice. Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Visitors changing typeface for site’ is closed to new replies.