Can't view drop-down option box in thread

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    Can't view drop-down option box in thread

    We can't see the 3 little dots that open the drop-down with options like Flag, Like, and Edit, within a thread. If I click there, the drop-down opens. But the dots are currently invisible.

    This is happening on mobile devices. I can see them on the VB forum. Maybe a code I have running?
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 3955
    • 5.7.X

    #2
    Yeah maybe you have custom css that's setting it to invisible.

    Flag Icon Postbit Insert GIPHY Impersonate User INITIALS AVATAR Better Name Card Quote Selected Text Collapsed PM Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • Flash04jv
      Senior Member
      • Aug 2015
      • 474
      • 5.1.x

      #3
      Here are all my active CSS codes. I don't see one an obvious one I should change. I do see some that may be irrelevant with the new updates though.


      Code:
      /*URL changes the forum photo background of outside edges*/
      html {
      background: url(Photo) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      }
      
      [USER="3396"]media[/USER] only screen and (max-width: 640px) {html {background-image:none;}}
      
      
      
      
      
      
      
      
      
      
      /*Unread topics black NEFGA icon - New Comments*/
      /*Little icons before the topics within a forum*/
      .topic-item .vb-icon.vb-icon-topic-status { 
        background: transparent url(http://www.nefga.org/core/css/0/0/1/9/4/1//images/Status.png) no-repeat; }
      
      
      /*Read topics grey NEFGA icon - No New Comments*/ 
      /*Little icons before the topics within a forum*/
      .topic-item.read .vb-icon.vb-icon-topic-status { 
        background: transparent url(http://www.nefga.org/core/css/0/0/1/9/4/1//images/ReadStatus.png) no-repeat; }
      
      
      
      
      
      /*NEFGA Logos for Forums with Old Posts*/
      /*Bigger Grey NEFGA Logo*/
      .forum-list-container .forum-item .cell-forum .icon, .forum-list-container .forum-item.sub.new .cell-forum .icon {
      background: transparent url(http://www.nefga.org/core/css/0/0/1/9/4/1//images/Read40x40.png) no-repeat;
      width: 40px; /* icon width */
      height: 42px; /* icon height */}
      
      
      /*NEFGA Logos for Forums with New Posts*/
      /*Bigger Black NEFGA Logo*/
      .forum-list-container .forum-item.new .cell-forum .icon, .forum-list-container .forum-item.sub .cell-forum .icon {
      background: transparent url(http://www.nefga.org/core/css/0/0/1/9/4/1//images/40x40.png) no-repeat;
      width: 40px; /* icon width */
      height: 42px; /* icon height */}
      
      .forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {
      padding-left: 48px; /* icon width + 8 */}
      
      .forum-list-container .forum-item .cell-forum .forum-desc, .forum-list-container .forum-item.sub .cell-forum .forum-desc {
      margin-left: 48px;
      margin-top: -25px;}
      
      
      
      /* Sub Forums */
      .forum-list-container .subforum-list > td {
        padding-left: 53px; /* icon width + 13 */}
      
      /* Responsive *//*Mobile Phone Settings*/
      [USER="3396"]media[/USER] only screen and (max-width: 768px)  {
      .forum-list-container .forum-item .cell-forum .forum-desc {
      margin-left: 48px; /* icon width + 8 */}
        
      [USER="3396"]media[/USER] only screen and (max-width: 768px) {
      .forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {
      vertical-align: middle;
      display: table-cell;
      padding-left: 51px;}
      .forum-list-container .forum-item .cell-forum .rx-forum-stats, .forum-list-container .forum-item .cell-forum .rx-lastpost-info { margin-left: 51px; }}
        
      .forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {
      padding-left: 52px; /* icon width + 8 */} 
      .forum-list-container .subforum-list > td {
      padding-left: 60px; /* icon width + 33 */}}
      /* end custom forum icons */
      
      
      
      
      
      
      /*size of avatars left of comments in threads*/
      
      .b-userinfo__details {
        width: 160px;
        margin-left: -20px;
        font-size: 13px; font-weight: bold;}
      
      
      /*Mobile View for in threads*/
      [USER="3396"]media[/USER] only screen and (max-width: 783px) {
      .l-col__flex-3, .l-row__fixed--left > .l-col__flex-3 {
              margin-left: 0px;!important;
              float:none!important;}
        
      .b-userinfo__details {
        margin-left: 0;
          display:none;} 
      
      .b-avatar--m {
        height: 60px!important;
        width: 60px!important;}
        
      .b-avatar--m > img {
        max-height: 60px!important;
        max-width: 60px !important;
        height: 60px!important;
        width: 60px!important;}}
      
      
      
      
      
      /*Turns the Reputation Bars off*/
      /*Deleting this code turns them back on for display*/
      
      .b-meter{display:none!important;}
      
      
      
      
      
      
      /*SubForum top and bottom Margins*/
      .forum-list-container .subforum-list .subforum-header 
      { margin-top: -10px; margin-bottom: 2px;}
      
      
      
      
      
      
      
      /*Makes Ad Module Background Transparent*/ 
      /*without affecting Statistics Modules*/
      #widget_156
      {background-color:transparent;}
      
      
      
      
      
      
      
      
      /*Changes font size of info line within Forums*/
      /*This line:  Started by Harold, 09-23-2015, 02:25 AM*/
      .topic-info 
      {font-size: 12px; font-weight: bold;}
      
      
      
      
      
      
      
      /*makes content between comments transparent*/
      .view-mode .conversation-content-widget {
          background: transparent;}
      
      
      
      
      
      
      /*Padding for Forum Home page threads*/
      .cell-forum
      {padding-top: 8px!important;}
      
      .lastpost
      {padding-top: 7px!important;
      padding-bottom: 7px!important;}
      
      
      
      
      
      
      
      
      
      
      /*This code makes Subscriptions background white*/
      /*In Messages, then Subscriptions for Posts and Users*/
      #widget_56 {background-color: #FFFFFF;}
      
      
      
      
      
      
      
      
      /*Read posts Topic Info line only*/
      /*Makes posts that have been read not bold font*/
      .topic-item.read .topic-info 
      {font-weight: normal;}
      
      
      
      
      
      
      
      
      /*Topics Within a Forum*/
      /*Top and Bottom Cell Spacing*/
      .cell-topic
      {padding-top: 10px!important;
      padding-bottom: 12px!important;}
      
      .cell-lastpost
      {padding-top: 8px!important;
      padding-bottom: 5px!important;}
      
      
      
      
      
      
      
      
      /*Turns off Votes Count in Topics View*/
      .votes-count
      {display:none;}
      
      
      
      
      
      
      
      
      /*Changes Edit Settings and Customize Profile Buttons Color in My Profile*/
      /*Currently Turned Off
      .profile-sidebar-widget .profile-menulist .profile-action-buttons a.button, .profile-sidebar-widget .profile-menulist .profile-action-buttons button
      {background:#FFFFFF!important;}*/
      
      
      
      
      
      
      
      
      
      
      
      
      /*Removes Topic and Posts count next to Subforums*/
      .counts
      {display:none;}
      
      
      
      
      
      
      /*Changes unread status icon next to subforums*/
      .icon.new
      {background: url("http://www.nefga.org/core/css/0/0/1/9/4/1//images/Red Subforum.png")!important}
      
      
      
      
      /*Moves Search field button into the Header Line*/
      #header { position: relative; }
      #header .header-cell { width: 100%; }
      #header .site-logo img { max-width: 100%; display: block; margin: auto} /* makes logo spans the width of the header */
      #header .site-logo { padding: 0;} /* remove padding around the banner logo */
      #header .toolbar {
      position: absolute;
      right: 0; /* For RTL languages */
      bottom: -30px;
      padding: 0;
      display: block;
      width: auto;}
      /* reduce search box width from 168px to 120px or any size if you want */
      .search-container .search-box .search-term { width: 120px}
      
      
      
      
      
      /*Shows Moderation Checkbox in comments in Mobile View*/
      /*Shows as hidden without this code - Do Not Delete*/
      .l-small .b-inlinemod__checkbox 
      {display: inline-block!important;}

      Comment

      • Flash04jv
        Senior Member
        • Aug 2015
        • 474
        • 5.1.x

        #4
        I don't know what happened. But they are suddenly there today. Cool.

        Comment

        Related Topics

        Collapse

        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎