• In the Select -> Options
    User should “Enter a comma separated list of options. For example “One,Two,Three…”

    But If I want to enter settings for font-family and there is set of fonts. You know what I mean …
    Arial, Helvetica, sans-serif,
    Georgia, Times New Roman, Times, serif,

    How could this enter (separate)?

    Thx

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Derek Herman

    (@valendesigns)

    Ah yes. Well the issue is that if I change it from a comma then I’ll break past setups. You have any suggestions? I could do some regex to use comma’s by replacing something else with that comma like a pipe character.

    I had a previous suggestion to allow changing the label and value with something like so:

    {One=1},{Two=2),{Three=3}

    We could do something like the below example to separate options with a comma (a comma would be nice but will break old settings).

    {Arial|Helvetica|sans-serif=1},{Georgia|’Times New Roman’|Times|serif=2}

    Anyone else have suggestions? If not, I’ll add this to the next version. Now would be a good time to speak up if you see issues here.

    Plugin Author Derek Herman

    (@valendesigns)

    I could also turn them around to be:

    {1=One},{2=Two),{3=Three}

    Plugin Author Derek Herman

    (@valendesigns)

    Or even:

    1=One,2=Two,3=Three

    Thread Starter macoD

    (@macod)

    This could be good I think {1=One},{2=Two),{3=Three}

    Excellent idea. But… I was thinking of suggesting the integration of Google Web Fonts.

    Please let me know what you think.

    Thread Starter macoD

    (@macod)

    Yes, this would be perfect too.

    Plugin Author Derek Herman

    (@valendesigns)

    Been looking into it already. As well as a dynamic CSS option and header background.

    I’m glad you guys liked the idea of Google Web Fonts. Derek Herman I’m doing an integration here, maybe this weekend I will send you the code. I started doing this few hours ago. I am a designer, of course, my code is nowhere near its level of code. But I’ll try to do something. Do not use my bad english as parameter. LOL

    Plugin Author Derek Herman

    (@valendesigns)

    Feel free to send me code, I can always clean it up. It’s a big help when people contribute.

    Cheers!

    Plugin Author Derek Herman

    (@valendesigns)

    @paulo Magalhães Did you get the integration worked out? I’m working on version 1.1.8 right now and any new code you have would be great.

    Visually, yes. I did not send to you because I was trying to improve the code somehow. (my code is shame) lol. Tonight I will send to you, ok? The code is on my computer.

    Ohhh, forgot the time zone. hence the roughly 10 hours I can get the code and send you. I’m not near my PC.
    I’m in: UTC -03:00 Brazil (São Paulo, Rio de Janeiro, Brasilia).

    Plugin Author Derek Herman

    (@valendesigns)

    No worries, send it when you can.

    Plugin Author Derek Herman

    (@valendesigns)

    In version 1.1.8 coming in the next few days you will be able to build selects like so:

    1=Yes,2=No,3=Maybe

    Plugin Author Derek Herman

    (@valendesigns)

    The font option will be it’s own type.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Select -> Enter Options problem’ is closed to new replies.