Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

In firefox 30 I am facing issue with my wordpress website. I get blank page.

  • 4 ответа
  • 4 имеют эту проблему
  • 12 просмотров
  • Последний ответ от anthonythangaraj

more options

After updating to firefox 30 I am facing serious issue with my wordpress website. My Site http://www.anthony.co.in is working fine untill firefox 29.But now getting blank page. Tried Reset/Reinstall, and even tried other PC. Still the issue same. After downgrading to firefox, my site is back fine. Only issue is with firefox 30. Any help would be helpfull

After updating to firefox 30 I am facing serious issue with my wordpress website. My Site http://www.anthony.co.in is working fine untill firefox 29.But now getting blank page. Tried Reset/Reinstall, and even tried other PC. Still the issue same. After downgrading to firefox, my site is back fine. Only issue is with firefox 30. Any help would be helpfull

Выбранное решение

Hello,

Line 500, change z-index to less than 81.

.rm-wrapper > div > div.rm-front { z-index:80; }
Прочитайте этот ответ в контексте 👍 2

Все ответы (4)

more options

I guess you are facing some problem with the JS as i tried with scripting on and off (ref imgs) please provide more info.

more options

Thanks for the reply. I have attached screenshot for better understanding. I have not updated my site before and after updating firefox 30. I have tried reset, reinstall, checked in other PC, but the my site output is not the expected. My site has 3 column, of which left and right pane are blank and displays the cover page itself. But the actual output has to be my contents.(Check the attached images). All other browsers the output is fine (even in firefox 29), but in firefox 30 the output is wrong. Not sure it is the firefox bug.


Sorry for my bad english

more options

Выбранное решение

Hello,

Line 500, change z-index to less than 81.

.rm-wrapper > div > div.rm-front { z-index:80; }
more options

@Dieog Victor. Thanks for your solution it worked. I can't able to think this could have caused the issue.

You saved my day bro. Thanks.