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.

Can't delete notifications on toolbar

2 posters

Go down

In progress Can't delete notifications on toolbar

Post by Shenhuaa December 20th 2013, 3:38 pm

Hi,
I've been recently coding the apparence of the toolbar. It all worked perfectly, but I can't delete the notifications. (Even if I try to erase all CSS codes of the toolbar)

When I try to click on any "x", it brings me to the top of the forum instead of deleting it!

My CSS codes are:
Code:
/* TOOLBAR */

#fa_toolbar #fa_right #notif_list li .contentText {
    height: 30px !important;
}

#fa_toolbar #fa_right #notif_list li a.delete {
    width: 10px !important;
    height: 10px !important;
    background: url("http://i.imgur.com/jpNm0dS.png") no-repeat scroll -184px 50% transparent !important;
    float: right;
}
#fa_toolbar #live_notif .fa_notification {
      background-color: #e7e8ec !important;
      color: #56565e !important;
}

#fa_toolbar #live_notif .fa_notification a {
      text-decoration: none !important;
    color: #56565e !important;
}

#fa_welcome {
  background-image: url('http://i.imgur.com/TUgWf7c.jpg');
}

#fa_menulist {
  background-image: url('http://i.imgur.com/gcclhEJ.jpg') !important;
  background-repeat:no-repeat;
  border:#f0f1f7 1px solid !important;
}

#fa_toolbar a:link, #fa_toolbar a:visited, #fa_toolbar a:hover, #fa_toolbar a:active {
    text-decoration: none !important;
  color: #56565e !important;
}

#fa_toolbar a:hover {
    text-decoration: none !important;
  color: #63679f !important;
}

#fa_usermenu {
    color: #a0a0ab !important;
    font-size: 11px !important;
    text-align: center;
}

#fa_usermenu img {
    width: 75px !important;
    max-height: 120px !important;
  -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

#fa_usermenu img:hover {
-webkit-transform: rotate(5deg) !important;
-moz-transform: rotate(5deg) !important;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

#fa_ranktitle {
    text-decoration: none !important;
    color: #a0a0ab !important;
    margin-top:-10px !important;
}

.fa_avatar {
          width: 20px;
          height: 25px;
          position: relative;
          top: -3px;
          margin-right: 5px;
          border-radius: 3px;
          margin-bottom: -10px;
        }

#fa_toolbar, #fa_toolbar_hidden {
background-image: url('http://i.imgur.com/TUgWf7c.jpg');
}

#fa_toolbar, #fa_share_text, #fa_toolbar a {
font-size:10px;
font-family: verdana;
color:#56565e !important;
text-shadow:#d5d5d8 1px 1px 0px !important;
}

#fa_toolbar, #fa_share, #fa_toolbar a {
font-size:10px;
font-family: verdana;
color:#56565e !important;
text-shadow:#d5d5d8 1px 1px 0px !important;
}

#fa_magnifier {
    margin-left: 2px;
    background-position: -20px 2px !important;
}

#fa_fb {
    margin-left: 2px;
    background-position: -40px 0px !important;
}
#fa_twitter {
    margin-left: 2px;
    background-position: -60px 0px !important;
}

#fa_gp {
    margin-left: 2px;
    background-position: -80px 0px !important;
}

#fa_mail {
    margin-left: 2px;
    background-position: -100px 0px !important;
}

#fa_rss {
    margin-left: 2px;
    background-position: -120px 0px !important;
}

#fa_hide {
    margin-left: -3px;
    background-position: -140px 2px !important;
}

#fa_show {
    margin-left: 6px;
    background-position: -140px 2px !important;
}

#fa_toolbar #fa_magnifier, #fa_toolbar #fa_fb, #fa_toolbar #fa_twitter, #fa_toolbar #fa_gp, #fa_toolbar #fa_mail, #fa_toolbar #fa_rss, #fa_toolbar #fa_hide, #fa_toolbar_hidden #fa_show {
    background-image: url("http://i.imgur.com/sYjKQsk.png") !important;
    background-repeat: no-repeat;
    width: 19px !important;
    height: 19px !important;
    cursor: pointer;
}

#notif_list {
        border:#f0f1f7 1px solid !important;
}

#fa_toolbar #fa_right #notif_list li.see_all {
    color: #65656e !important;
    background-color: #e7e8ec !important;
    padding: 0.7em !important;
    text-align: right;
      border:#f0f1f7 1px solid !important;
}

#fa_notifications {
  background-image: url('http://i.imgur.com/TUgWf7c.jpg');
}

#fa_toolbar #fa_right #notif_list li {
    background-color: #f0f1f7 !important;
    border:#f0f1f7 1px solid !important;
    margin: 0px;
    font-size: 1em;
    padding: 0px 0.5em 0.5em;
    color: #6f707a !important;
    line-height: 1.2em;
    display: block;
}

#fa_toolbar #fa_right #notif_list li .contentText :link, #fa_toolbar #fa_right #notif_list li .contentText :visited {
color: #65678a !important;
text-decoration: none !important;
text-shadow: 1px 1px 0px #c0c1d4 !important;
border:#f0f1f7 1px solid !important;
}
Thank you for helping !
avatar
Shenhuaa
New Member

Posts : 7
Reputation : 1
Language : French, English

http://www.i-love-harvard.com/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Guest December 20th 2013, 4:07 pm

If you want to delete notifications, you can always click the button and at the bottom should be a link with the text "See all the notifications". From there, you can delete your notifications and even change what notifications actually go through.
avatar
Guest
Guest


Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Shenhuaa December 20th 2013, 4:16 pm

Hi, thank you for your answer!
I know that, but I still want to be able to delete the notifications by the "X" button !
avatar
Shenhuaa
New Member

Posts : 7
Reputation : 1
Language : French, English

http://www.i-love-harvard.com/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Guest December 20th 2013, 4:17 pm

Sometimes when you hit it it doesn't work at times, I don't know if the CSS is messing it up. Have you tried to remove your CSS you were using to customize it and try it then?
avatar
Guest
Guest


Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Shenhuaa December 20th 2013, 4:22 pm

Yes I did ! And it still doesn't work...
avatar
Shenhuaa
New Member

Posts : 7
Reputation : 1
Language : French, English

http://www.i-love-harvard.com/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Guest December 20th 2013, 4:22 pm

Is there a way you can provide me an account to test out your notifications to see if it would work on my end?
avatar
Guest
Guest


Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Shenhuaa December 20th 2013, 4:25 pm

Actually, my staff tried it too and it doesn't work for them either.
avatar
Shenhuaa
New Member

Posts : 7
Reputation : 1
Language : French, English

http://www.i-love-harvard.com/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Guest December 20th 2013, 4:26 pm

Have you tried attempting this on a different browser?
avatar
Guest
Guest


Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Shenhuaa December 20th 2013, 4:28 pm

It does the same thing with Google Chrome!
avatar
Shenhuaa
New Member

Posts : 7
Reputation : 1
Language : French, English

http://www.i-love-harvard.com/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by SLGray December 20th 2013, 6:17 pm

Sometimes it will not work the first time, but if you refresh the page or load another page, you should be able to delete it.


Can't delete notifications on toolbar Slgray10

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

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Shenhuaa December 20th 2013, 7:41 pm

It really really can't lol. I tried several times!
avatar
Shenhuaa
New Member

Posts : 7
Reputation : 1
Language : French, English

http://www.i-love-harvard.com/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by SLGray December 20th 2013, 7:54 pm

Does this occur in all browsers or just one?


Can't delete notifications on toolbar Slgray10

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

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Shenhuaa December 20th 2013, 8:26 pm

All browser. Mine and my friend's. And only on that forum because it works on my other one and on this one for example!
avatar
Shenhuaa
New Member

Posts : 7
Reputation : 1
Language : French, English

http://www.i-love-harvard.com/

Back to top Go down

In progress Re: Can't delete notifications on toolbar

Post by Guest December 20th 2013, 10:20 pm

You may wanna just give it some time. I have had issues with the notification bar here at Forumotion at times with deleting notifications, but after a while it works. This may be something that just needs a bit of time to fix.
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum