• Can you add a link to the setting from the plugin page please?
    Also write where the setting are in the instructions. As there wasn’t a link to the setting in the plugin area, it took a while to find them as they are hidden in the left side menu in the contact forms dropdown.

    Can you make it so words wrap so they don’t just get cut of in the middle of a sentence on phones, etc., please?

    If basic tags could be used it would be nice for multilingual support. That way we can just add a class to different words and the template pages can be set to hide or display text based on classes.

    If this isn’t good, can you make it so we can set the text in shortcodes? I need different languages on different pages.

    This code would fix the text getting cut off:

    .codedropz-upload-inner {
        overflow:visible;
        white-space: normal;
    }
    • This topic was modified 3 years, 3 months ago by a4jp.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    1. Can you add a link to the setting from the plugin page please?
    Also write where the settings are in the instructions. As there wasn’t a link to the setting in the plugin area, it took a while to find them as they are hidden in the left side menu in the contact forms dropdown.
    – Yes, I will add this.

    2. Can you make it so words wrap so they don’t just get cut off in the middle of a sentence on phones, etc., please?
    – Sure, no problem.

    3. If basic tags could be used it would be nice for multilingual support. That way we can just add a class to different words and the template pages can be set to hide or display text based on classes.
    – There is a built-in class on wordpress HTML class attributes.

    Example:

    html[lang="en-US"] .codedropz-upload-inner h3 {
        font-size:12px;
    }
    html[lang="de-DE"] .codedropz-upload-inner h3 {
        font-size:10px;
    }

    If this isn’t good, can you make it so we can set the text in shortcodes? I need different languages on different pages.
    – This is a bit tricky if the text is in the shortcode, if you are using a 3rd party plugin you can easily translate my plugin. (ie: wpml)

    Please let me know.

    Glen

Viewing 1 replies (of 1 total)
  • The topic ‘A few updates to make the plugin user friendly. Text is getting cut off now.’ is closed to new replies.