Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Captcha does not work in mobile

5 Posts
3 Users
1 Reactions
1,454 Views
Posts: 40
Topic starter
(@excalibur)
Trusted Member
Joined: 4 years ago

Hi,

In our forum, Google captcha does not allow members to mark in mobile explorers. I tested it in desktop explorers. It works fine in desktop but does not work in mobile. So, our members can not enter the forum through mobile explorers. Please help us. Our login link:

https://www.bilimveyaratilisagaci.com/f/?foro=signin&redirect_to=https%3A%2F%2Fwww.bilimveyaratilisagaci.com%2Ff%2F

4 Replies
dimalifragis
Posts: 2601
(@dimalifragis)
Famed Member
Joined: 5 years ago

btw: your pages are crashing:

Uncaught ReferenceError: mycred_fortunewheel_snowparam is not defined

https://www.bilimveyaratilisagaci.com/wp-content/plugins/mycred-wheel-of-fortune/assets/js/fallingsnow_v6.js?ver=1.5.4:2 9" role="listitem">    <anonymous> https://www.bilimveyaratilisagaci.com/wp-content/plugins/mycred-wheel-of-fortune/assets/js/fallingsnow_v6.js?ver=1.5.4 :29

https://www.bilimveyaratilisagaci.com/wp-content/plugins/mycred-wheel-of-fortune/assets/js/fallingsnow_v6.js:29:2 6" href="https://www.bilimveyaratilisagaci.com/wp-content/plugins/mycred-wheel-of-fortune/assets/js/fallingsnow_v6.js?ver=1.5.4">fallingsnow_v6.js:29:26

Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@excalibur

your privacy link overlaps the captcha field
try this

add this to custom css

@media only screen and (max-width:480px){
.fortunewheel-privacy {
max-height: 20px;
}
}

Dashboard > Forums > Settings > Style (custom css)

2 Replies
(@excalibur)
Joined: 4 years ago

Trusted Member
Posts: 40

@tutrix The code works. Thank you very much 👍

dimalifragis
(@dimalifragis)
Joined: 5 years ago

Famed Member
Posts: 2601
Posted by: @excalibur

@tutrix The code works. Thank you very much 👍

The error is still there 🙂

Â