Forum Replies Created

Viewing 15 replies - 136 through 150 (of 305 total)
  • Plugin Author WebCodin

    (@webcodin)

    Hi CLAUDIOBRN,

    Do you have other questions or we can resolve this issue?

    Plugin Author WebCodin

    (@webcodin)

    Hi biorkes,

    Currently we mark this topic as resolved. If you have other questions you can reopen this topic or use our support email address: support@webcodin.com.
    Thanks for your help with the plugin translation.

    Plugin Author WebCodin

    (@webcodin)

    It is just modern browser-based HTML5 validation. If you turned off this validation in the plugin option that will be used server-based validation that provided by our plugin.

    Plugin Author WebCodin

    (@webcodin)

    Hi CLAUDIOBRN,

    We added “Required” Marker Color option to the “Style” tab with last plugin release. You can update plugin version and use this option for your purposes.

    Do you have other questions or we can resolve this topic?

    Plugin Author WebCodin

    (@webcodin)

    Hi biorkes,

    We’ve added Bulgarian translation to the plugin. You can update plugin version and check if everything is correct.

    Shortcodes and widgets support full translation, except weather conditions.
    Regarding to weather conditions, we get their translations directly via OpenWeaterMap API, so it will be translated automatically if OpenWeaterMap supports your language. List of supported languages you can find here: http://openweathermap.org/current#multi
    If your language doesn’t supported via OpenWeaterMap, you are able to disable displaying of weather conditions via plugin settings: “WCP OpenWeather” > “Settings” > “Plugin” > “Other” section > “Hide Description of the Weather Conditions” option.

    Thanks for your help with plugin translation.

    Plugin Author WebCodin

    (@webcodin)

    Thanks, we’ll check it and if everything will be correct, we’ll update plugin with your translation tomorrow in the morning. Pls do not remove shared translation.

    As for manually translation, besides adding files with translation we also need to make some changes into plugin core files for correct work of the plugin. We don’t recommend to change core plugin files because they can be overwritten after plugin update. Also, we want to pay your attention on that fact that file with translation in core folder has incorrect ending _en_bg.

    Plugin Author WebCodin

    (@webcodin)

    Hi biorkes,

    Full plugin translation consists of 3 .po files:
    ../languages – general plugin translation
    ../theme/default/languages – default theme translation
    ../theme/metro/languages – metro theme translation

    You’ve shared only 1 .po file. Could you please add other files and we will add your translation to the plugin during tomorrow.

    Plugin Author WebCodin

    (@webcodin)

    This is a just note in PHP mail () documentation. This is probably a typo, because it “implicitly SMTP” do not be working without SMTP authentication.

    Notifications, it is not the basic functionality of the plugin. To send notifications we are using the standard function wp_mail (). For choice of the method and additional options we are recommended to use other third-party plugins or any other available methods.

    Plugin Author WebCodin

    (@webcodin)

    Hi Jason,

    It does. SMTP to localhost on port 25 via PHPMailer

    Yes, SMTP exists. But by default used method “mail”.

    wordpress/wp-includes/class-phpmailer.php, line 162.

    Plugin Author WebCodin

    (@webcodin)

    Hi domusvenari,

    Thanks for your feedback!
    Actually we do not describe our plugin as multiple forms builder, but perhaps we think about this functionality in future.

    with kind regards,
    WebCodin WordPress Team

    Plugin Author WebCodin

    (@webcodin)

    Unfortunately, we are not able to provide the exact date of the next release. We do not scheduled global functionality updates in the nearest time, because we’re overloaded with commercial projects. However, we will try to add described functionality as soon as possible.

    For now, you can use described code as temporary solution here.

    Plugin Author WebCodin

    (@webcodin)

    Marc,

    1) You can try to use some div with unique class or ID to styling customization, but we want to pay your attention on that fact than some form styles are dynamic and less-based (defined via style tab in the admin panel). To overwritten these styles you need to use form ID, as sample, if you need to change button hover color you need to use following code:

    #[form_id] .scfp-form-action .scfp-form-submit:hover {
    background-color: #[some_color] !important;
    color: #[some_color] !important;
    opacity: 1;
    }
    where, [form_id] – ID from form shortcode.
    If you use widget, you can find [form_id] via FireBug (or other dev tools) or by viewing of html-source of the page.

    2) By default, WordPress doens’t use SMTP for notifications.
    You can use some third-party plugin for this purposes.
    More information you can find on our demo site in the FAQ section – http://wpdemo.webcodin.com/wordpress-plugin-wcp-contact-form/documentation/faq/ – “Why I don’t receive email notifications?” topic.
    And yes, after the form submission you will have a record in the Inbox and 2 notifications (admin/user) – based on the settings from Contact Form > Settings > Notifications tab.

    We hope, that this information will be helpful.

    Plugin Author WebCodin

    (@webcodin)

    CLAUDIOBRN,

    This is native HTML5 validation messages that works via HTML5 constraint validation API.

    If you have issues with HTML5 validation, you can disable it in plugin settings: “Contact Form” > “Settings” > “Form” tab > “Other Settings” section > “Enable HTML5 Validation” option and use simple validation. Messages for this validation can be managed in the plugin settings: “Contact Form” > “Settings” > “Messages”.

    Plugin Author WebCodin

    (@webcodin)

    Hi CLAUDIOBRN,

    Curently you are not able to change color of the required symbol via plugin settings. However you can use following code in your css file:

    .scfp-form-content .scfp-form-row .scfp-form-label .scfp-form-field-required { color: #[your_color]!important; }

    We will add this option to the plugin settings in the next plugin release.

    Plugin Author WebCodin

    (@webcodin)

    Hi CLAUDIOBRN,

    Could you please clarify that messages you meant? Perhaps you can send screenshots of these messages?

Viewing 15 replies - 136 through 150 (of 305 total)