WebCodin
Forum Replies Created
-
Forum: Plugins
In reply to: [WCP Contact Form] Captcha stopped workingWe’re sorry, but we do not support this plugin anymore, because it is outdated solution. We suggest you to use more modern contact form plugins.
Forum: Plugins
In reply to: [WCP Contact Form] Useful links in settings page are 404Hi Tyler,
Links are working now – it was issue with connection to our demo site, however no updates for this plugin is scheduled in the nearest time.
Forum: Plugins
In reply to: [WCP OpenWeather] Can’t change metro theme pictureSo, if you change some widget options and press “Save” button as well as re-add widget, it also did not help? It is a bit strange, because we just tested it on our dev equipment and these suggestions is work for us. It doesn’t work properly only in case if widget is autosaved without pressing of “save” button. Maybe you use some cache plugins?
Forum: Plugins
In reply to: [WCP OpenWeather] Can’t change metro theme pictureTry to change some options in this widget, for example turn on “Enable user options” and save the widget. Seems it is related to widget autosave option.
Forum: Plugins
In reply to: [WCP OpenWeather] Can’t change metro theme pictureHi,
Default image that you added to theme options is used as default image for all new widgets if you need to add several ones with the same background. If you added widget before than you changed image, you can re-add widget or upload necessary image directly to widget.
Forum: Plugins
In reply to: [WCP OpenWeather] 404 DetectionHi Guillaume,
Plugin contains two visual theme – “default” and “metro”. The plugin gets weather forecast data from OpenWeatherMap API for both themes and contains code for weather icon.
The “default” theme contains weather icons in “/theme/default/assets/images/weather/” folder with code of icon as the filename (for example: 01d.png). The icons show in the weather shortcodes and widgets for the “default” theme.
Icon link for example: https://idbtest.i-bird.fr/wp-content/plugins/wcp-openweather/theme/default/assets/images/weather/01d.pngThe “metro” theme don’t use “.png” icons. For showing weather icons uses special icon font, so weather shortcodes and widgets don’t contains links that looks like “http(s)://[Site URL]/wp-content/plugins/wcp-openweather/theme/[Theme name]/assets/images/weather/[Icon code].png”
The link “https://idbtest.i-bird.fr/wp-content/plugins/wcp-openweather/theme/metro/assets/images/weather/.png” looks strange, because this link of “metro” theme for “.png” icon with empty icon code, that not uses in any templates for “metro” theme.
Because The iThemes Security Plugin plugin generate this notice, so maybe developers of this plugin can provide additional useful information about source of this message.
Forum: Plugins
In reply to: [WCP OpenWeather] Fatal error on WP v4.9.2Based on error message, this error doesn’t related to WP update, however just in case we’ve checked our plugin for WP update from 4.8.2. to 4.9.2. and everything is working properly – https://wpdemo.webcodin.com/weather-forecast/
Core error message is:
‘.rgba is undefined in /home/emaus/public_html/wp-content/themes/dt-the7/css/custom-old-ie.less’
This meant that “the7” theme use dynamic LESS styling and has problem file (‘/themes/dt-the7/css/custom-old-ie.less’) that contains .rgba selector and this file is located in your theme.
Our plugin also use LESS and we use third-party library “oyejorge/less.php” (https://github.com/oyejorge/less.php) v1.7.0.10 (latest version is v1.7.0.14). Since, described error appears in our plugin for this third-party library (/home/emaus/public_html/wp-content/plugins/wcp-openweather/vendor/oyejorge/less.php/lib/Less/Tree/Mixin/Call.php:148) we may assume that your theme also use this library. In case, if site has several equal libraries, usually is used first one that included at the moment of page load. Based on this reason our plugin thing to process your file and at this moment error is appeared.
Also, we may assume that together with WP update you also updated your theme. In case, if you didn’t have this error before, probably your theme did not contain “oyejorge/less.php” library or libraries had equal versions. Most likely, that after theme update, versions of the libraries began to be different and this can be core cause of this issue.
In case, if original “the7” theme did not updated and doesn’t contain “oyejorge/less.php” libraray and ‘/themes/dt-the7/css/custom-old-ie.less’ file, possible it can be some custom solution that was added during development of your site. In this case, only “oyejorge / less.php” library has been updated.
Unfortunately, we can not give you more information because:
1) we are not developers of your site and do not have site source code for additional analysis of existed custom solutions
2) we are not developers of the free library “oyejorge / less.php”
3) we do not have the source code of the paid “the7” theme and are not responsible for any changes in this theme.Therefore, it is better way to contact support of this theme or to the developers of your site.
Forum: Plugins
In reply to: [WCP OpenWeather] Auto Refresh not workingHi,
Refresh Time option allows to define time for auto update of the weather data via OpenWeatherMap API. This doesn’t mean auto refresh of weather data on the site frontend. This is storage time of weather data in the internal cache. During defined time (0.5h) weather data will be displayed form the cache without changes and will be refreshed after 0.5h in case if you refresh page or click on refresh button at the rigth side of widget.
Forum: Plugins
In reply to: [WCP Contact Form] can I reply using gmail?Hi,
You can change default browser mail client to gmail, for example as descried in this article: https://blog.hubspot.com/marketing/set-gmail-as-browser-default-email-client-ht
Forum: Plugins
In reply to: [WCP OpenWeather] Compatibility with PHP 7Hi Jared,
We’ve tested our plugin for PHP7 and everything is working properly, however you can have warning “INI directive ‘mbstring.internal_encoding’ is deprecated from PHP 5.6″ for following file:
– ./vendor/oyejorge/less.php/lib/Less/Parser.php
This is file from third-party library /”oyejorge/less.php” (https://github.com/oyejorge/less.php), that used in the plugin.We’re not able to change source code of this library, because we’ll have issues with updates of this library for future.
Also you can have error “Extension ‘mysql_’ is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed since PHP 7.0 – use mysqli instead.” for following file:
– ./vendor/agp/agp-core/src/classes/Database/MySqlDb.php
This file is a part of core library of our plugin. We use it for other projects on PHP below 7 version where “mysql_” is not deprecated yet. So we’re not able change or remove this code now. However, we want to note, that module (MySqlDb.php) is not used within this plugin, so this error is “potential” and will not occur.
In case if you have other issues, please send additional information about it.
Forum: Plugins
In reply to: [WCP OpenWeather] WCP OpenWeather & WPML compatibilityHi David,
Thank you for your suggestion, however it is a bit not suitable for current realization. In any way, we’ll take in account described issue and try to find more conceptual solution for future plugin releases.
Thanks for the help!
Forum: Plugins
In reply to: [WCP OpenWeather] German translation fixedHI,
We’re sorry for delay with answer. In case you have full translation that includes 3 .po files – please send it to [email protected] – we’ll integrate it to our plugin.
Forum: Plugins
In reply to: [WCP Contact Form] Load plugin’s files on contact page ONLY!./wp-content/plugins/wcp-contact-form/agp-core/assets/repeater/js/main.js
./wp-content/plugins/wcp-contact-form/agp-core/assets/repeater/css/style.cssThese files are connected inside third-party library that use in our plugin and can’t be disabled.
./wp-content/plugins/wcp-contact-form/assets/css/admin-toolbar.css
This file is enabled only when admin toolbar is active. This file is required for correct displaying of “Contact Form” menu in the toolbar, so this file can’t be disabled too.
./wp-content/plugins/wcp-contact-form/assets/css/style.css
This file also can’t be disabled due to current plugin realization.
It is possible, we’ll change existed logic in future releases, however, as we noted in previously topic from your side – for now we’re not planned any global updates for this plugin.
Forum: Plugins
In reply to: [WCP Contact Form] Load plugin’s files on contact page ONLY!You can use option “Footer Scripts” in the plugin settings as described in the plugin documentation: https://wpdemo.webcodin.com/wordpress-plugin-wcp-contact-form/documentation/settings/form-tab/
Forum: Plugins
In reply to: [WCP Contact Form] Autoresponder sending errorHi,
We have installed last plugin version and last plugin version on our demo site. We have no issues with email notifications.
We use for mail body standard WP variable “the_content”. On this variable can take effect some filters from your theme in the functions.php, different page builders plugins, TinyMCE extensions or other plugins that works with email notifications or change WP variable “the_content” in some way.As solution, you can do following points:
1) deactivate all plugins and try to send a message, in case if issue will remain – try to change active theme on standard one and try to send a message – if issue will disappear than issue is in your theme
2) in case if issue will disappear after plugins deactivation, so you need to activate plugins one by one and try to find plugin that takes affect on our plugin.We understand that ways that described above will take a lot of time, however it is not common plugin issue and we’re not able to replicate it on our dev equipment.
Please let us know if this information will help you.