Design made on journey
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Maps GPX Viewer] track editor save button problemMe neither.
Forum: Plugins
In reply to: [Google Maps Travel Route] Travel TypeYeah I would also love that feature. Maybe it’s possible to select 3 different. Also kind of interested to develope that for my blog.
Air, which will be a curve on the map.
Land, uses directions of the Google Directions API
Sea, is kind of hard to properly display without hitting the land somehow by the polyline.Forum: Plugins
In reply to: [Google Maps Travel Route] API not workingSame here. It’s time to remove that API Input field because you don’t need any API key anymore. See here:
https://stackoverflow.com/questions/19784661/google-maps-v3-api-for-localhost-not-working
Would you rebuilt that in the next version?
Same issue with Facebook Login here while cURL is supported.
Please help somebody. Why to hell is this resolved?
And this is how my URL looks like:
https://clarify.today/wp-login.php?action=wordpress_social_authenticate&provider=Facebook&redirect_to_provider=true#_=_What is this “#_=_” ?
Facebook is adding this to the url.I’m hosted by GoDaddy and found out that I need to use curl to make a connection to specific websites.
https://davidwalsh.name/godaddy-hosting-curlI have no idea where to put this:
$url = ‘https://www.facebook.com’;
$ch = curl_init();
curl_setopt($ch,CURLOPT_VERBOSE,1);
//curl_setopt($ch,CURLOPT_HTTPPROXYTUNNEL,true);
curl_setopt($ch,CURLOPT_PROXYTYPE,CURLPROXY_HTTP);
curl_setopt($ch,CURLOPT_PROXY,’https://proxy.shr.secureserver.net:3128′);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_TIMEOUT,120);
$result = curl_exec($ch);
curl_close($ch);Can somebody help finding the place where WSL gets the facebook url?
Nevermind. It was not working cause of my XAMPP localhost. Online worked like a charm!
Same problem here.
Registered with e-mail.
Got no email confirmation.
No database entry in users or usermeta.On second try: This email address is already reserverd.
But where is it saved if not in usermeta and users?
And why is there no confirmation mail?Forum: Plugins
In reply to: [WordPress Social Login] Authentification failed after SSL enabledDid you ever solved that problem? I’ve ended up in the same situation.
Forum: Plugins
In reply to: [Reaction Buttons] Unclick/unlike a buttonNo problem. I appreciate your lightning fast attention and answer.
Maybe it’s easier than you think. But don’t hurry.Great plugin, great author.
Forum: Plugins
In reply to: [WooCommerce] Related products showing itselfSame problem here. Did somebody find a solution, yet?
I changed the number of related products to one. But it shows two including the product itself.