The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Hashtags don't work

    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    Solved Hashtags don't work

    Post by Mimóza May 6th 2016, 12:29 pm

    Hello everyone,
    I'm having a problem with the hashtags of my forum. To be exact, they don't work. Very Happy
    Sample live preview: http://www.graphicballoon.com/t356-dark-forum-ranks
    You can see the yellow ones with white text, 

    Clicking on them leads nowhere and nothing happens.
    I don't know when it got messed up, it got reported quite some time ago, and I cannot seem to find the cause of the problem. Doh 


    Thanks for any help!


    Last edited by Mimóza on May 7th 2016, 8:25 am; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Hashtags don't work

    Post by Ange Tuteur May 6th 2016, 6:40 pm

    @Mimóza I think you're missing some CSS. Try adding the following rules to your stylesheet :
    Code:
    /* options drop down */
    .fa_hashtag-options {
      color:#666;
      font-size:11px;
      font-family:Verdana,Arial,Helvetica,sans-serif;
      line-height:14px;
      background:#EEE;
      border:1px solid #CCC;
      border-radius:3px;
      box-shadow:0 3px 6px rgba(0, 0, 0, 0.175);
      padding:3px;
      position:absolute;
      z-index:100;
    }
     
    /* options title */
    .fa_hashtag-title {
      font-size:12px;
      border-bottom:1px solid #CCC;
      padding-bottom:3px;
      margin-bottom:3px;
    }
     
    /* option links */
    .fa_hashtag-options a {
      color:#333;
      text-decoration:none;
      display:inline-block;
      padding:2px 6px 2px 0;
    }
     
    .fa_hashtag-options a:hover {
      color:#666;
      text-decoration:underline;
    }
     
    /* option bullets */
    .fa_hashtag-options b {
      color:#333;
      padding-left:6px;
    }
     
    /* option tags */
    .fa_hashtag-tag {
      color:#000;
      font-weight:bold;
    }
    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    Solved Re: Hashtags don't work

    Post by Mimóza May 7th 2016, 8:24 am

    Oh, yes, thanks a loooot! Very Happy Must have removed it accidentally when my CSS got too long.  Razz 

    Hashtags don't work 1f505  Hashtags don't work 1f506  Hashtags don't work 1f505 
    Solved.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Hashtags don't work

    Post by SLGray May 7th 2016, 6:31 pm

    Topic solved and archived



    Hashtags don't work Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 23rd 2024, 2:14 am