admin管理员组

文章数量:1289496

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 3 years ago.

Improve this question

I would like to ask you for your help. The other day, I established a website of my lab ( / ) using the theme "Infinity Blog" on WordPress. It functions normally on desktops/laptops, however, there is one problem with iPhone (iPhoneXs,iOS14.6). Specifically, it says that "Safari cannot open the page because the address is invalid" every time I only click the menu bar in Safari, although I can normally see the website in the internet browser Google Chrome. How can I edit/revise javascript on WordPress ?

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 3 years ago.

Improve this question

I would like to ask you for your help. The other day, I established a website of my lab ( http://hommalab.arch.kumamoto-u.ac.jp/wp/ ) using the theme "Infinity Blog" on WordPress. It functions normally on desktops/laptops, however, there is one problem with iPhone (iPhoneXs,iOS14.6). Specifically, it says that "Safari cannot open the page because the address is invalid" every time I only click the menu bar in Safari, although I can normally see the website in the internet browser Google Chrome. How can I edit/revise javascript on WordPress ?

Share Improve this question edited Jul 26, 2021 at 10:59 Yutaro asked Jul 26, 2021 at 9:07 YutaroYutaro 32 bronze badges 0
Add a comment  | 

1 Answer 1

Reset to default 0

The href of the hamburger menu is incorrect

Currently its href="javscript:(0)"

It needs to be href="javascript:void(0)"

本文标签: functionsMalfunction via Safari