• I’ve searched far and wide for the right opt-in form plugin to handle email subscriptions after each single blog post. I almost gave up until I stumbled upon this plugin today. After testing it, it works like a charm and it’s well-designed!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi sgonzaga,

    thank you for the 5-star review. I’m glad you’re enjoying the plugin ??

    Thread Starter Stephanie Alexis

    (@sgonzaga)

    No problem! I love how easy it was to style and set up. I was wondering if it’s possible to add more fonts to the list? I’m using Lato and Lora (both Google fonts) as main fonts for my blog.

    Sure! You would have to edit a file or two though.

    Open up /wp-content/plugins/optin-forms/includes/functions.php.

    On line 20, you will find the following code:
    $optinforms_included_fonts = array ("Arial", "Baumans", "Belgrano", "Chewy", "Cinzel Decorative", "Coming Soon", "Contrail One", "Damion", "Dancing Script", "Droid Sans", "Droid Serif", "Englebert", "Fenix", "Flavors", "Fredoka One", "Georgia", "Gloria Hallelujah", "Gochi Hand", "Grand Hotel", "Helvetica", "Lobster", "Luckiest Guy", "Marcellus SC", "News Cycle", "Nixie One", "Oleo Script", "Open Sans", "Oswald", "Overlock SC", "Pacifico", "Parisienne", "Quicksand", "Racing Sans One", "Roboto Condensed", "Russo One", "Sanchez", "Shadows Into Light", "Share Tech", "Signika Negative", "Tahoma", "Times New Roman", "Titan One", "Unkempt", "Verdana", "Viga");

    Change it to:
    $optinforms_included_fonts = array ("Arial", "Baumans", "Belgrano", "Chewy", "Cinzel Decorative", "Coming Soon", "Contrail One", "Damion", "Dancing Script", "Droid Sans", "Droid Serif", "Englebert", "Fenix", "Flavors", "Fredoka One", "Georgia", "Gloria Hallelujah", "Gochi Hand", "Grand Hotel", "Helvetica", "Lato", "Lobster", "Lora", "Luckiest Guy", "Marcellus SC", "News Cycle", "Nixie One", "Oleo Script", "Open Sans", "Oswald", "Overlock SC", "Pacifico", "Parisienne", "Quicksand", "Racing Sans One", "Roboto Condensed", "Russo One", "Sanchez", "Shadows Into Light", "Share Tech", "Signika Negative", "Tahoma", "Times New Roman", "Titan One", "Unkempt", "Verdana", "Viga");

    Save the file and upload it to the /wp-content/plugins/optin-forms/includes/ directory, overwriting the existing file.

    Your fonts will work on the front-end.

    If you would like to enable the fonts for the preview in the administration panel, open up /wp-content/plugins/optin-forms/optin-forms.php.

    Go to line 78 and locate the following code:
    wp_register_style('googleFont', 'https://fonts.googleapis.com/css?family=Share+Tech|Droid+Sans|Lobster|Fenix|Unkempt|Flavors|Viga|Damion|Oleo+Script|Racing+Sans+One|Nixie+One|Fredoka+One|Open+Sans|Overlock+SC|Bubbler+One|Contrail+One|Gochi+Hand|Roboto+Condensed|Russo+One|Cinzel+Decorative|News+Cycle|Marcellus+SC|Chewy|Quicksand|Sanchez|Signika+Negative|Gloria+Hallelujah|Grand+Hotel|Droid+Serif|Englebert|Oswald|Pacifico|Titan+One|Shadows+Into+Light|Dancing+Script|Luckiest+Guy|Parisienne|Coming+Soon|Baumans|Belgrano');

    Change it to:
    wp_register_style('googleFont', 'https://fonts.googleapis.com/css?family=Share+Tech|Droid+Sans|Lobster|Fenix|Unkempt|Flavors|Viga|Damion|Oleo+Script|Racing+Sans+One|Nixie+One|Fredoka+One|Open+Sans|Overlock+SC|Bubbler+One|Contrail+One|Gochi+Hand|Roboto+Condensed|Russo+One|Cinzel+Decorative|News+Cycle|Marcellus+SC|Chewy|Quicksand|Sanchez|Signika+Negative|Gloria+Hallelujah|Grand+Hotel|Droid+Serif|Englebert|Oswald|Pacifico|Titan+One|Shadows+Into+Light|Dancing+Script|Luckiest+Guy|Parisienne|Coming+Soon|Baumans|Belgrano|Lato|Lora');

    Upload the file to the /wp-content/plugins/optin-forms/ directory, overwriting the existing file.

    Let me know if if works out.

    If you’re not comfortable editing code, I can always send you the files and you would just need to upload them.

    Thread Starter Stephanie Alexis

    (@sgonzaga)

    It worked! It looks even better now. Thank you so much for your help. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The best opt-in form plugin so far.’ is closed to new replies.