Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 how to hide the cutomthread filed languages in the responsive theme ?
PARADOXP Offline
Junior Member
**
Posts: 3
Joined: Oct 2020
Post: #1
how to hide the cutomthread filed languages in the responsive theme ?
i have an issue with the custom thread filed languages...

i want to hide them in mobile view in a responsive theme... using media queries


PHP Code:
@media only screen and (max-width: 768px) {
  coustomthreadfiled {
    display: none;
  }
}


here is an example of what i am trying to say....
[Image: 108510920-22b07900-72e5-11eb-9406-6a18fe319bf7.jpg]

the fields appeard in red boxes should be disappeared in responsive version...

but in the real thing is it cracked the responsive theme.


please suggest me how do i set this css value for the custom thread filed languages to hide them in responsive theme. not only one xthreads application but also in all xthread application.

Thank You
@PARADOXP

02-19-2021 11:43 PM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #2
RE: how to hide the cutomthread filed languages in the responsive theme ?
Did you read the documentation? Try the following:
https://github.com/zingaburga/XThreads-M...https://github.com/zingaburga/XThreads-MyBB-Plugin/blob/b42f382f0f56187e81acbd3d082792ee39c27572/Documentation/undoc.html

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
02-20-2021 03:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
PARADOXP Offline
Junior Member
**
Posts: 3
Joined: Oct 2020
Post: #3
RE: how to hide the cutomthread filed languages in the responsive theme ?
Thank You So Much Omar...

i didn't know that there was the templates of this exists..


now i got it... and i got managed to hide them in responsive version...

thanks again....
02-21-2021 01:38 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: