WebCodin
Forum Replies Created
-
Forum: Plugins
In reply to: [WCP OpenWeather] Plugin will not activatesallen5280,
The most simple way to find information about PHP version is check it in the your hosting admin panel or send request to the hosting support – they must know what PHP version is used on your server.
Forum: Plugins
In reply to: [WCP OpenWeather] Plugin will not activateHi, sallen5280!
Pls, check Your PHP version. Minimum required PHP version is 5.3.0Forum: Plugins
In reply to: [WCP Contact Form] override admin style? editedResolved as duplicated: https://wordpress.org/support/topic/override-admin-style?replies=6
Forum: Plugins
In reply to: [WCP Contact Form] override admin style?It is not strange. It is classic work of the style properties priority. !important that added inside <style> tag has hide priority rater than !important in the external CSS file. The higher priority has in-line style that added directly for html tag.
So glad we were able to help you with your issue.
Forum: Plugins
In reply to: [WCP Contact Form] override admin style?mewrd,
Based on your screenshots you made a lot of form styles customization.
However, it is a bit nonstandard, but here is settings for input fields:
http://c2n.me/3mZ9yJv.png that allows to make result similar to your screens: http://c2n.me/3mZ9Qda.png and here is focus: http://c2n.me/3mZa5bu.png.Is this help you? If not, could you pls send link on your site here on our email: support@webcodin.com
Forum: Plugins
In reply to: [WCP Contact Form] override admin style?Resolved as duplicated: https://wordpress.org/support/topic/override-admin-style-edited?replies=2
Forum: Plugins
In reply to: [WCP Contact Form] override admin style? editedHi mewrd,
This css code is generated automatically when you change form style options and can’t be removed manually. Could you pls clarify what you trying to do? Do you want to change border style or disable border?
Forum: Plugins
In reply to: [WCP Contact Form] Email From NameHi clivefortom,
WordPress by default sends email from a generic address “wordpress@yourdomain.com” and “WordPress” sender name. WordPress has no ability to manage email settings via its admin panel.
Curently, you are not able to change “Sender” name and “Email” via settings of our plugin too, but you can use some third-party plugin for email configuration.
We use Postman SMTP plugin for our contact form on this demo site.
Also, you can find information about changing the “from address/name” without a plugin via functions.php in this article.
Please let us know if this information will be helpful for you.
With best regards,
WebCodin WordPress TeamForum: Plugins
In reply to: [WCP OpenWeather] plugin does not appearHi frenchmedia,
Currently we mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.
Forum: Plugins
In reply to: [WCP Contact Form] session start error (with fix)Hi darrengates,
Currently we mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.
Forum: Plugins
In reply to: [WCP OpenWeather] plugin does not appearOK, we’ve retested plugin for multisite and child themes – plugin is working properly without issues.
However, we guess that we found and fixed possible issue that can appear for your site configuration. Please update plugin with the newest plugin version, perhaps it will help you with your issue.Forum: Plugins
In reply to: [WCP OpenWeather] plugin does not appearThanks for Your reply.
We will test work of the widgets and shortcodes of our plugin for the child theme and reply to You shortly.Forum: Plugins
In reply to: [WCP Contact Form] session start error (with fix)Hi darrengates,
We’re sorry for delay with answer.
We use following code for session activation:
if (!session_id()) { session_start(); }This code is the canonical and the most safe for storing data in the session.
In your example you use following code:
session_regenerate_id(true); // replace the Session ID session_start();This code totally delete active session and stored data in this session, includes data from other plugin. Following action can have unexpected results, so it is unsafe.
Regarding to your general issue: “The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,'” – it is just a warning message, that can be easy hided, for example as described in this article.
Forum: Plugins
In reply to: [WCP OpenWeather] plugin does not appearBy the way, perhaps are you using child theme for Avada theme on Your site?
Forum: Plugins
In reply to: [WCP OpenWeather] plugin does not appearPreviously, You wrote:
i have try to put a shortcode on a apge but it is horrible
http://myfrenchcity.com/plan-du-site/
at the bottom
So what kind of sites we say:
http://myfrenchcity.com
or
http://cdn.myfrenchcity.com
?What we have said to You in the previous post concerns the website http://myfrenchcity.com
For the site http://cdn.myfrenchcity.com You can try to remove and reinstall our plugin again.
It can help.