-
AuthorPosts
-
November 16, 2015 at 5:06 pm #667579
Hello,
How may I add the playstore logo to a button for my app download?
Thanks.
November 16, 2015 at 5:37 pm #667598This reply has been marked as private.November 16, 2015 at 9:46 pm #667796Any clues?
Thanks
November 16, 2015 at 10:33 pm #667825Hi there,
Thanks for writing in! The generated code works as a button already, all you need to do is use text or raw element to enter the code anywhere you would like it to appear and it will work.
Hope this helps – thanks!
November 16, 2015 at 10:40 pm #667836Thank you!
Did it but the button looks huge. How may I make it really small, adaptative, and on the right side?November 16, 2015 at 11:38 pm #667867Any clues?
November 17, 2015 at 12:25 am #667926Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 17, 2015 at 4:23 am #668126This reply has been marked as private.November 17, 2015 at 4:37 am #668139Hi,
To reduce the size of your button, you can add this in cornerstone > settings > custom css
#x-section-1 #x-btn.x-text img { max-width:300px; }
You may change 300px to achieve your desired size.
Hope that helps.
November 17, 2015 at 5:10 am #668166This reply has been marked as private.November 17, 2015 at 5:15 am #668171This reply has been marked as private.November 17, 2015 at 5:19 am #668176Sorry about that, User is now created.
Just another question, I soon will have to place the apstore icon next to it, anything I should do?
Also on the content dock, I would like the button to open a windows that shows the 2 stores buttons, as on this site footer: https://squareup.com/global/es/registerThanks
November 17, 2015 at 5:48 am #668191Hi,
We need your wordpress admin login to be able to check on this.
At the meantime you can try adding a width your image html code
eg.
<a href="https://play.google.com/store/apps/details?id=com.medvisitpatient.patient&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"><img width="100" alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png"></a>
Notice I added width=”100″
Hope that helps.
November 17, 2015 at 5:55 am #668197This reply has been marked as private.November 17, 2015 at 6:05 am #668205Hi,
I tried to login but it is still not admin access.
Please also provide a screenshot on where you would like your button to appear.
Thanks
-
AuthorPosts