WebCodin
Forum Replies Created
-
Forum: Plugins
In reply to: [WCP OpenWeather] OpenWeatherMap API free, but how long?In case if you use free API key, you needn’t to pay on OpenWeatherMap, however you can clarify your question directly with OpenWeatherMap Support to be sure.
Forum: Plugins
In reply to: [WCP OpenWeather] OpenWeatherMap API free, but how long?Hi Rombey,
Our plugin just display data from third-part service – OpenWeatherMap.
In case if you will have more that 60 calls per minute – weather data won’t be available after this limit. To prevent this you can use plugin setting called “Refresh Time” that allows to define time for auto update of the weather data via OpemWeatherMap API.
Also, you can buy paid plan form OpemWeatherMap API – in case if you need it – we don’t have any relationship to sale API keys form this third-part service.Forum: Plugins
In reply to: [WCP Contact Form] Captcha reload icon issue (ver. 3.1.0)We are glad that we were able to help you.
Forum: Plugins
In reply to: [WCP Contact Form] Captcha reload icon issue (ver. 3.1.0)Hi catmaniax,
It is browser cache, please try to clean it. To be sure, try to open page in a private mode or other browser.
Forum: Plugins
In reply to: [WCP Contact Form] Change languageCurrently we marked this topic as resolved. If you have other issues or questions you can re-open this topic or send email directly on support@webcodin.com.
Forum: Plugins
In reply to: [WCP Contact Form] Access for Multiple RolesHi inkster,
Required functionality was added for plugin v.3.0.1
Forum: Plugins
In reply to: [WCP Contact Form] Change languageIn case if you did’t change default plugin settings, you are using htlm5 validation that can’t be translated manually, as described above, because it is standard modern browser validation that works via HTML5 constraint validation API and not a part of our plugin. Messages that comes from this validation should be automatically translated based on your browser local settings.
In case if you need manual translation you can disable html5 validation on the Form tab and change messages for simple server validation on the Messages tab – this validation is a part of our plugin.Forum: Plugins
In reply to: [WCP Contact Form] Change languageHi catmaniax,
All items that available for translation you can find in the plugin settings: Form tab (field options and field advanced options) and Message tab (error messages for non-html5 validation and successful message).
In case if you meant translation of messages from html5 validation, it is not possible. More info about html5 validation you can find in existed support topic: https://wordpress.org/support/topic/scfp-message-not-in-english?replies=9Thanks for your feedback and let us know if you have other questions.
Hi pavelpluz,
As we remember, you already ask similar question directly via support email from 20.11.2015.
Please check if /hermes/phpsessions/d/8/r/0/ exists and is writable by your web server user.
Another reason might be that the corresponding partition is out of space.
But most likely it’s a hosting issue that you can’t solve by yourself, and you will need to ask assistance from your hosting provider.Please let us know if this information will help you.
Forum: Plugins
In reply to: [WCP Contact Form] Access for Multiple RolesHi inkster,
At the moment required functionality is not exist. Only users with administrator role are able to see Inbox page. However, based on number of user requests this functionality will be added for one of the next plugin releases.
Regarding to “Admin Email Notifications” in case if your server mail settings allows to use several email addresses separated by comma for “send to” field, so for all email addresses automatically will be sent email notification of the form submission based on configuration in the plugin settings.
Forum: Plugins
In reply to: [WCP Contact Form] centerHi inamct,
Currently we’ve resolved this issue. If you will need a consultation from our side, please let us know directly via suppot@webcodin.com.
Forum: Plugins
In reply to: [WCP Contact Form] centerHi inamct,
Initially our plugin doesn’t have options that allows center form in the admin panel.
However, you are able to use css-snippets that described in the plugin documentation: http://wpdemo.webcodin.com/wordpress-plugin-wcp-contact-form/documentation/for-developers/custom-styles/css-snippets/how-to-align-form-and-labels-at-the-center-of-a-page/.Please let us know if you have additional questions.
Forum: Plugins
In reply to: [WCP Contact Form] WCP Contact Form inside a modal popupHi nolimit966,
We send back initial correction for your issue, however we do net get successful response from your mail server. Here is duplicate in case if our email was blocked:
—
PHP code that you added:<form>
<?php echo do_shortcode(‘[wcp_contactform id=”wcpform_1″]’); ?>
</form>is incorrect. We’re sorry, we missed it initially.
Could you please add this one (without tag “form” – this tag totally broken form functionality):
<?php echo do_shortcode(‘[wcp_contactform id=”wcpform_1″]’); ?>
and let us know about the results.
Forum: Plugins
In reply to: [WCP Contact Form] WCP Contact Form inside a modal popupHi nolimit966,
Could you please provide link on a page of your site where we can check your issue?
You can send it directly to support@webcodin.com.Forum: Plugins
In reply to: [WCP OpenWeather] Weather Description translatingMorteza,
Could you please send translations directly to support@webcodin.com? Thanks in advance for help with translation.
Also, you can ask OpenWeatherMap to add translation to your language: http://bugs.openweathermap.org/projects/api/boards/3.