eulergui
Member
Posted 9 months ago #
Hello friend, it's a great plugin!
I made some changes in your plugin because my WordPress Theme broken your plugin appearance.
The first change was on savrix-android-market.php file. I've to put a class on star image span, like this:
<span class="valutazione">' . $valutazione . '</span>
On savrix-style.css I've added the following lines on the end:
span.valutazione img{
display: inline;
margin: 0;
padding: 0;
border: 0;
}
#icona img {
margin: 0 auto;
}
Without this changes your plugin was broken on my website. Now you can see the plugin at http://www.infodicas.com.br/smartphone/android-apps/locus-turbinando-o-gps-do-seu-android
It's working now! :)
Thank you very much for the excelent plugin!
PS: Sorry for my bad english.
http://wordpress.org/extend/plugins/savrix-android-market/
savrix85
Member
Posted 9 months ago #
Thanks for the suggestion! I'll upload a new versione with your suggested addition as soon as possible.
Thanks again ;)
eulergui
Member
Posted 7 months ago #
Another sugestion to you :)
The default image size of QR-Code is 75 x 75px but simple smartphones with bad camera like Samsung Galaxy 5 can't read the qr-codes with this size. I've changed the image to 85 x 85px and the smartphone can read now.
Can you change the default image size to 85 x 85px? This change don't cause any alteration ou default layout of badge.
Thank you very much for the great plugin!
eulergui
Member
Posted 7 months ago #
Oh, to make this change on image size, I've changed the following code on savrix-style.css
table.market-table #qrcode img {
width: 85px;
height: 85px;
margin: auto;
border: 0;
}