WebCodin
Forum Replies Created
-
Forum: Plugins
In reply to: [WCP OpenWeather] Style and images not loading correctlyssneumann,
Here is file:
file: ./agp-core/classes/Agp_Module.class.php
method: Agp_Module::toUrl()You can try to replace the contents of the function with the following code:
public function toUrl($file = ”) {
$result = plugin_dir_url($file) . basename($file);
return $result;
}However, seems you fixed this issue in some way?
Forum: Plugins
In reply to: [WCP OpenWeather] Style and images not loading correctlyCurrently we’re not able to check plugin code, we’ll send information about necessary files tomorrow in the morning. In any way it is also several files. Moreover it is issue with font paths, because general plugin styling is looking OK, so stylesheet path is working properly.
Regarding to your second question, widgets and shortcodes are theme-based and consist of a lot of pieces, so it can’t be simple modified by html. The easiest temporary solution is correction of the font paths in the described stylesheets.
Forum: Plugins
In reply to: [WCP OpenWeather] Style and images not loading correctlyCSS files are placed:
.\wcp-plugins\wcp_openweather\dev\assets\css\style.css
.\wcp-plugins\wcp_openweather\dev\theme\default\assets\css\style.css
.\wcp-plugins\wcp_openweather\dev\theme\metro\assets\css\style.css
fonts are included in these files.You can try to correct pathes there.
If we’ll be able to replicate your issue on our development equipment we’ll add fix for this issue.
Forum: Plugins
In reply to: [WCP OpenWeather] Style and images not loading correctlyOkay, do you use the latest plugin version?
Forum: Plugins
In reply to: [WCP OpenWeather] Style and images not loading correctlyHi ssneumann,
Could you pls check, why path for our plugin is a different rather than path to other files: http://clip2net.com/s/3rJnmjK
When we removed [.ssneumann] from URL via FireBug – seems all is OK for displaying – http://clip2net.com/s/3rJnKay.with kind regards,
WebCodin WordPress TeamForum: Plugins
In reply to: [WCP Contact Form] reCaptcha will not display…Hi redsphere,
Have you any news about your issue?
Forum: Plugins
In reply to: [WCP OpenWeather] I cannot get it running!Hi hiekje,
We’re sorry for delay with the answer.
As we described above, we use OpenWeatherMap API to get the weather data.As described in the API documentation:
Use the name of the server as api.openweathermap.org. Please never use the IP address of the server.
You can try to send following server name api.openweathermap.org to your hoster, perhaps they will be able to add it into their “white” list of the allowed connections.
In additional, here is IP address: 188.166.125.149 (api.openweathermap.org) – at this moment, but we want to pay your attention on that fact that it can be dynamic IP address and it can be changed in any time.
We hope this information will help you.
Forum: Plugins
In reply to: [WCP OpenWeather] I cannot get it running!OK, we checked your locations – all is working properly for us.
At the moment, we have following hypotheses. We used cURL extension for getting weather from OpenWeatherMap API. This extention must be installed on your server for properly work of our plugin.
We found following errors: http://clip2net.com/s/3rrhrRC that can be related to:
– cURL extension is not installed on your server
– Security settings of your server are blocking requests for our plugin from your site for some reason
– OpenWeatherMap API is blocking requests from your site for some reasonePossible, you need to ask support of your hosting about checking of described issues.
Forum: Plugins
In reply to: [WCP OpenWeather] I cannot get it running!Could you please send added locaton – we’ll check API request?
Also, could you please add other city, for example from these ones – http://wpdemo.webcodin.com/weather-forecast/ – and let us know about the results?Forum: Plugins
In reply to: [WCP OpenWeather] I cannot get it running!Hi hiekje,
Could we pls clarify following points:
1) Did you add OpenWeather Map API key in the plugin settings (сurrently, OpenWeatherMap API doesn’t work without API key any more)?
– if NO – pls registed for free (http://openweathermap.org/appid#get) and add API key here: “WCP OpenWeather” > “Settings” > “API Key”
– if YES – please try to reset and re-add API key.If it won’t help:
2) Did you add your sity name via Google Autocomplete or manually?
– if manually: pls send exact copy of entered value3) Does Google Autocomplete work?
– if NOT – Do you have oher plugins that also use GoogleMap API?Thanks in advance for info.
with king regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] reCaptcha will not display…Hi redsphere,
You have 2 forms with reCaprtha on the one page. As we described in our initial message it won’t work on one page, because both plugins use the same library for reCAPTCHA from Google.
As experiment, you can try to add two Yikes’ MailChimp on one page. Here is result: http://c2n.me/3rn6zWR. Only one form displays reCaprtha.
Our plugin supports several reCaprtha on one page: http://c2n.me/3rn7X2n (http://wpdemo.webcodin.com/stay-in-touch/), however it is working within our plugin and for our forms only.Unfortunately, we can’t fix your issue form our side.
with kind regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] reCaptcha will not display…We’ll inslall this plugin in the morning and check that it can be.
Just for information, did you add reCaptcha key/secret key in our plugin options?Forum: Plugins
In reply to: [WCP Contact Form] reCaptcha will not display…Hi redsphere,
Yes, it is possible issue, because both plugins use the same library for reCAPTCHA.
You can try go to our plugin settings: Contact Form > Settings > Form tab > Other Settings section > Footer Scripts option. Pls enable this option. It should help in case if you doesn’t have both forms on one page.
with kind regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] GoodByeCaptcha integrationHi Erik,
Thanks for your feedback and suggestion.
We’re not famous with this plugin, however we’ll check possibilities for integration with this plugin for future.with kind regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] Mailchimp IntegrationChris,
You can try to do following steps:
1) Add to your active theme template “scfp.php” as described in the FAQ section:
How can I change the form content?
The plugin includes some templates in “templates/” folder. You can copy any template in your active theme and customize it for your needs. Path to the templates folder inside the active theme:
[ActiveTheme]/templates/wcp-contact-form/2) Add following shortcode
do_shortcode('[mc4wp-subscribe]');or use your code in necessary place of this template.Please let us know if this will help.
with best regards,
WordPress WebCodin Team.