• Resolved PITS Webdesign

    (@pits-webdesign)


    HI, question, when we suggest an idea, it will start every typed word with an capital. Any idea how to fix this? It won;t copy that to the suggested ideas, but it will random give some words capitals. Very strange. Hope sombody can help with this.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @pits-webdesign,

    I am not able to repeat this on my end. When I go the page on your site, I can’t see the idea creation form, probably due to the board settings. Can you please adjust this so I can see. Also are you using the pro version of the plugin? As this should just be a feature of the pro version. Thanks,

    Thread Starter PITS Webdesign

    (@pits-webdesign)

    Goodmorning,

    We use the basic version. Check this url please https://youth-r-well.com/forum/ . Ideas are open for unregistered people, so i think you can check it now.

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @pits-webdesign,

    Oh I see what you mean. This isn’t actually being done by our plugin, this is being done by CSS by your nonprofit theme. In your theme you have CSS like:

    input:not([type]), input[type=”text”], input[type=”password”], input[type=”date”], input[type=”datetime”], input[type=”datetime-local”], input[type=”month”], input[type=”week”], input[type=”email”], input[type=”number”], input[type=”search”], input[type=”tel”], input[type=”time”], input[type=”url”], input[type=”color”], textarea {
    border-color: #d7d7d7;
    box-shadow: none;
    background: rgba(242,242,242,0.2);
    text-transform: capitalize;
    }

    It’s this last part which is causing the issue: text-transform: capitalize;

    So what you could do is put some custom CSS on your site:

    .ideapush-form-idea-title {
    text-transform: none !important;
    }

    and this will resolve the issue. You can even put the custom CSS into the design tab in our plugin settings if you aren’t sure how to implement custom CSS. Thanks

    Thread Starter PITS Webdesign

    (@pits-webdesign)

    Thanks, i added some extra css also for the text field. It works fine now!

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Great to hear ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Random capitals’ is closed to new replies.