The mobile menu is working on our site, however the mobile submenu not. Could you please take on it what is the issue? website url: http://sportfogadj.hu/mesotica
Related
When visitors on mobile visit my website and click on the Amazon affiliate link. If they have the Amazon App, I want them to be able to just buy it through the Amazon App.
Right now after clicking the affiliate link, it opens the mobile Amazon app and then redirects back to the browser and opens the Amazon website. If they own the app, they don't buy it through the browser so I am losing money on the current logic.
If I go to other websites, when I click on the link, it just opens the product page within the mobile Amazon app.
What settings am I missing to be able to let my visitors use the Amazon mobile app?
As example, please check Business Insider
The Amazon link of the link below redirects from Amazon app back to browser
https://www.businessinsider.com/amazon-most-popular-books-all-time#heaven-is-for-real-by-todd-burpo-19
The Amazon link of the link below does not redirect back to browser and opens Amazon mobile app
https://www.businessinsider.com/amazon-most-popular-books-all-time#the-great-gatsby-by-f-scott-fitzgerald-20
I want the same logic as the Amazon link of the Great Gatsby book of the link above. How can I fix this problem?
[UPDATE 1]
It seems that if the book product page includes a kindle format, that the page redirects back to the browser. If it doesn't have a kindle format, the redirect does not happen. Is this a bug on Amazon's side?
[UPDATE 2]
I contacted Amazon Affiliate support center and they are now investigating if this is a bug
[UPDATE 3]
Answer from Amazon support center:
the behavior you reported is specific to iOS and cannot be modified.
Apparently the behaviour is specific to IOS. I fixed it by not linking directly to the product page on IOS, but to the search page of the product.
Like this:
https://www.amazon.com/s?k=0099590085
I added the product ID as keyword param.
Now your affiliate link will work and when the user click on your affiliate link it will not redirect back to browser (if they have the Amazon app). Just it adds one unnecessary step for your user to have to click on the product, but this is still better than them getting redirected back to the browser.
If anyone has a better idea or if it got fixed, please let me know.
I have configured propeller ads on my website, was hoping that it is a good way of making money, unfortunatly the popup generated are annoying my website visitor. I have decided to stop the ads, i have uninstalled plugin, i have deleted codes in the Header of my website, whenever you click there is a new popup opened, or an other new tab, and because of this some tools are listing my website under risky website.
My website is http://mucuruzi.com
can someone help me to know how i can completely remove this service of propeller ads from my website?
Thanks
UKURI
Hello guys please i built an app with windows phone studio, but they do not have a website section, to open a website within my app( not linking to default browser, but withing the app) So please how can i add a new page for this website section in the app using visual studio, and i need the website navigate with back button, cos i tried one that shows the website, but no matter how deep i navigate into the website, once i click the back button on my phone, it closes/exits the app.
Thanks and much appreciate your response
You can simply use WebBrowser control. You can check
Windows Phone Developer Blog for more information on usage of WebBrowser control. For Navigation using back button, you can check these links:
1.WebBrowser Control Navigation Back
2.How to handle a Web Browser back and forward navigation in a WP
Hope it helps you :)
I'm not sure what to do about this, but on my website I have 3 google ads on a page and when the visitor has adblock enabled it ruins the layout of a part of the website. Not sure how to fix this.
Website: http://riotpointsgenerator.co
Problem: Sidebar on right hand side slides down way too far when adblocker is active
When I load an xpages mobile application into desktop safari it displays the app with the default theming for an Android device. What do you need to do to get it to use the default iPhone theming?
I thought you needed add something like &iPhone=1 to the end of the url, but that's not working.
Thank you.
To quote the Mobile Controls tutorial:
A browser platform query string parameter is available for developers
to force the browser to takes precedence over one another. Just add
'?platform=iphone' or '?platform=android' to the URL and this will
force the correct theme for XPages mobile pages that match against the
xsp.theme.mobile.pagePrefix property.
Another option is to enable the Develop menu (Edit - Preferences, then on Advanced tab tick Show Develop menu in menu bar. Then from the Develop menu you can change the user agent or set your own.
You could use the sample application for the Extension Library from openntf.org. Go to the "Mobile" tab where you can "extract" the urls to show as iPhone, Android and BlackBerry.
With just a few changes you can add a url as a parameter to this application to show your own mobile app in the same context ;-) I use that for demo purposes.
/John