savrix85
Forum Replies Created
-
Forum: Plugins
In reply to: [Savrix Play Store] Problem with plugin and ordered/unordered listsIs there the same problem with the new version?
Forum: Plugins
In reply to: [Savrix Play Store] use cURL instead of file_get_contents()I found why. Google mainly uses the IP to determine in which language to show you the page, so, even if I set accept-language:en, Google sends the page in the server location language.
Maybe I found a trick to force the language.
Forum: Plugins
In reply to: [Savrix Play Store] not showing appYou’re welcome
Forum: Reviews
In reply to: [Savrix Play Store] Appbrain doesnt workSorry for the late reply.
In the current version, the Italian localization has been removed.
If you don’t want the AppBrain link, you can edit the code, removing the appbrain line of code (<a href=”‘ . $link_appbrain etc…)Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Localisation IssuesIn the new version I removed the Italian localization.
I added it by mistake during an update, copying the code from the version I use on my website.
Forum: Plugins
In reply to: [Savrix Play Store] not showing appYou’re welcome!
In the next release I’ll add a line of code to avoid this problem.
Forum: Plugins
In reply to: [Savrix Play Store] not showing appIt seems like you have entered the com.tractorsetgo.gelluloid and accidentally underlined the word gelluloid in the wordpress editor. Please check this, I’m sure if you go in “text” view of the wordpress editor you will find
[app]com.tractorsetgo.<u>gelluloid</u>[/app]Forum: Plugins
In reply to: [Savrix Play Store] not showing appI tried to use the badge with the app you provided as example and works for me.
Now, check if the app id between [app][/app] is correct, maybe wordpress editor added a space or something strange.
Another option could be that the apps the plugin can’t show, maybe are not accessible from Romania (if I’m not wrong with the server location).
Forum: Plugins
In reply to: [Savrix Play Store] not showing appI think yours could be a problem with your hosting server.
It could be that your hosting provider doesn’t allow the use of the php function file_get_contents().
You could contact your provider and ask if it’s enabled. Some people managed to make it work asking if file_get_contents() was allowed and if there were the following parameters in the server php configuration:Registered Stream Socket Transports: tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered PHP Streams: compress.zlib, php, file, data, http, ftp, zip, https, ftps
Forum: Plugins
In reply to: [Savrix Play Store] google play is newI think yours could be a problem with your hosting server.
It could be that your hosting provider doesn’t allow the use of the php function file_get_contents().
You could contact your provider and ask if it’s enabled. Some people managed to make it work asking if file_get_contents() was allowed and if there were the following parameters in the server php configuration:Registered Stream Socket Transports: tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered PHP Streams: compress.zlib, php, file, data, http, ftp, zip, https, ftps
Forum: Plugins
In reply to: [Savrix Play Store] use cURL instead of file_get_contents()Sorry for the late reply. I tried to implement the cURL, but it seems to ignore the Accept Language header. Despite I set “en” or “en-us” as language, it uses the language from the server where the website is located.
Forum: Plugins
In reply to: [Savrix Play Store] google play is newIt’s a problem with Internet Explorer that is not able to show webp images.
Immediately after the update to the 3.0 version I noticed this and rapidly changed a little thing in the code to allow also IE to display the image.
I thought “no one had already downloaded the plugin, let me do this rapid change”. But you (and probably other people) had already updated it.So, if you uninstall and reinstall the plugin, it should fix iteself
Forum: Plugins
In reply to: [Savrix Play Store] No longer works…Thanks Menschtiko!
I prefer to leave the plugin free, because I can’t guarantee regular updates 😉Forum: Plugins
In reply to: [Savrix Play Store] google play is newWhy? I changed the code trying to mantain the same aspect of the plugin. On my website http://androidphoneitalia.it/applicazioni/google-maps-si-aggiorna-alla-versione-7-novita-anche-per-litalia you can see it shows as before.
Have you tried to clean the cache (if you use some cache plugin) or fully refresh the page. The css file, along with classes and IDs are changed, maybe your browser has the old css file in cache.
Could you post a link showing the aspect of the plugin on your blog?
Forum: Plugins
In reply to: [Savrix Play Store] google play is newUpdated