Skip to main content

A Blogger Responsive Mobile Templates Bug

This issue has been raised on Blogger Community last year, now the question is locked and comments is disabled.

On responsive mobile templates (contempto, Notable, Empirio, Soho) links on a mobile device (android - android web view/Chrome) do not work. On desktop is everything OK.

Interestingly, on click <a> does not work, but if a visitor selects to open link in a new tab, they will be opened and displayed correctly.

The person who raises this question asked that this issue may be caused by AdSense auto ad code which is implemented. 

I have tried to remove all AdSense ads, then the mobile view is RESPONSIVE as normal, no problem at all. You may click any link, and it works fine.

I also tried to remove all AdSense from the Layout, but instead, paste a line of Code from AdSense directly into the Template (by clicking the three verticle dots beside the theme preview and then clicking the "Edit HTML"), then the issue seems to disappear on some Android Phone, but seems on Chrome Browser only and not on iPhone either. 

Comments

Popular posts from this blog

How to Input Phonetic Symbols (IPA) in Google Docs

You can insert special characters by clicking "Insert" on the menu, then click the "Ω Special Characters", the choose "Latin" category from the drop-down menu, and then Phonetics (IPA) sub-category. Insert Special Characters in Google Docs There is a short-cut for inputting some IPA symbols which you use them frequently. Automatic Substitution in Google Docs similar to Auto Correct in MS Word. You can replace common acronyms, misspellings and other symbols. So you can set auto-replace for your IPA symbols, for example, "e<" for "ɛ", "o/" for "ø", "o>" for "ɔ" etc. Automatic Substitutions in Google Docs

Problems of Automatically Update Wordpress 2.7 to 2.71

I use byet freehost  for my Simple Machine forum , and Wordpress blog . I feel quite happy that I can automatically update SMF forum, but had problems of automatically update my W ordpress blog, the error message is: Unable to locate WordPress directory. Installation Failed There is some discuss in byet forum , but without satisfied answers. Any help, please?

How to stop Freenet?

How to stop or temporally shutdown Freenet? On Windows, you may find "stop freenet" in Freenet Tray. On Ubuntu, or other Linux system, go to your Freenet folder, run a command inside the terminal: FreenetUser@ubuntu:~/Freenet$ ls *.sh run.sh  update.sh You can see run.sh command, run.sh have six options, one of them is to stop the Freenet: FreenetUser@ubuntu:~/Freenet$ ./run.sh ? Usage: ./run.sh { console | start | stop | restart | status | dump } FreenetUser@ubuntu:~/Freenet$ ./run.sh stop Stopping Freenet 0.7... Waiting for Freenet 0.7 to exit... Stopping Freenet 0.7... Stopped Freenet 0.7. This is how you to stop the Freenet on Ubuntu.