Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author kontur

    (@kontur)

    Hey,

    did you notice that you can customize the sentences that are shown in the dropdown yourself? You can put in whatever samples you want there to be available for your users, either in the general settings, or on a per Fontsampler basis.

    Does that help you or are you suggesting that also the default that ships with the plugin should have those variants?

    Cheers,
    Johannes

    Thread Starter designweb

    (@maan18)

    well it easier if you can add this option in toolbar. please check the screenshot: https://snag.gy/itqbhr.jpg

    Plugin Author kontur

    (@kontur)

    Ah, so you actually mean buttons to transform the text in the textbox to different case? Not actually changing the text, but only the case of whatever is in the input?

    Thread Starter designweb

    (@maan18)

    Yes this is actually what i wanted

    Plugin Author kontur

    (@kontur)

    Thanks for the clarification.

    I’ve added this as a feature request to the codebase. For me this is has somewhat lower priority, but it might not be too hard for a developer to implement outside of the plugin, should you need it urgently.

    Thanks for letting me know what you’d like to see added ๐Ÿ˜‰

    Thread Starter designweb

    (@maan18)

    No, it’s not urgent. take your time ๐Ÿ™‚
    can you please let me know how can i preview my fonts like that: https://snag.gy/FpzWrS.jpg

    Plugin Author kontur

    (@kontur)

    Well,

    for each font preview create a Fontsampler, upload the woff file. In the general settings, unselect essentially all “Features” checkboxes except font name. Then on any page, copy in the [fontsampler id=xx] shortcodes from teh Fontsamplers you created.

    Is there anything in particular that you struggle with?

    J

    Thread Starter designweb

    (@maan18)

    It’ll be great idea to show like this: https://snag.gy/HJyUPm.jpg instead of dropdown to select.

    Plugin Author kontur

    (@kontur)

    Yes, it is something I have been thinking about; reusing one Fontsampler and generating “several” from it, one for each font.

    In the meantime, you can just create one Fontsampler for each font, please.

    Thread Starter designweb

    (@maan18)

    No Problem ๐Ÿ™‚

    Thanks for the great plugin!

    Thread Starter designweb

    (@maan18)

    Well do you have any idea that how much time will it take in all these changes?

    • This reply was modified 8 years, 1 month ago by designweb.
    Plugin Author kontur

    (@kontur)

    Hey,
    there is other features on the waiting list, and a bunch of improvements that will make the plugin more easy or reliable to use, all of which I would prioritize above this addition.

    As mentioned, the feature to change the case of the already written out text can also be implemented on top of and independent of the plugin, so if you urgently need it that would be what I suggest. I’m also happy to take code contributions or donations to support development of a particular feature.

    For example this code could get you started for a button that transforms all content to uppercase:

    
    $(".your-uppercase-button").on("click", function () {
        var text = $(".fontsampler-wrapper .type-tester__content").text();
        $(".fontsampler-wrapper .type-tester__content").html(text.toUpperCase());
    });
    
    • This reply was modified 8 years, 1 month ago by kontur.
Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Suggestion’ is closed to new replies.