Jump to the post that solved this thread.
Not Solved Gomobile checkbox not showing
#1
Not Solved
Hello 
I just activated gomobile and the checkbox on new thread , reply , edit profile and some other are not showing. pls any help


Attached Files Thumbnail(s)
       
[Image: IMG_20180811_154821_738.jpg]
Bloggers/Webmasters Community 
Reply
#2
Not Solved
I am not sure if gomobile is actively developed, you should try a responsive theme from MyBB Extend.
https://community.mybb.com/mods.php
- MyBB Heart
Reply
#3
Not Solved
Hi,

search in global.css of the Gomobile theme for:

input[type="checkbox"] {
    display: none;
}


and change it to:

input[type="checkbox"] {
}


Now the checkboxes should show up.
I don't answer questions about localhost forums or forums without URL, I'm not a seer.  Cool
Reply
#4
Not Solved
(2018-07-10, 12:43 PM)NoRules Wrote: Hi,

search in global.css of the Gomobile theme for:

input[type="checkbox"] {
    display: none;
}


and change it to:

input[type="checkbox"] {
}


Now the checkboxes should show up.

Thanks bro it works
[Image: IMG_20180811_154821_738.jpg]
Bloggers/Webmasters Community 
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)