Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
alerts in new theme
#1
I have noticed i have a hard time determining the alerts in the new theme compared to the default mybb theme. In default, the color changes to red as well as a number making it glaringly obvious that there is a new alert. On the new theme it is the "baseball bases" looking icon that has a circle expanding outward from it. I find it hard to discern a new alert. I was wondering if anyone else has this issue or it is just me?
Recommended Tutorials:
Reply
#2
You can change the color of the icon when there is new by doing this

delete the classes from custom.css
.pulse .alerts--new {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: animation-pulse 3.5s ease-out;
    animation: animation-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #E4E6EF;
}
.pulse.pulse-white .alerts--new {
    border-color: rgba(255, 255, 255, 0.75);
}
then go to "myalerts_headericon" template and search for "svg-icon svg-icon-xl" then add a class to it "alerts--new", it should be "svg-icon svg-icon-xl alerts--new".

after that go to custom.css and add this code

.svg-icon.alerts--new svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F64E60 !important;
}
metulburr likes this post
Reply
#3
The old one was better.
I also liked the way code was framed with scrolling, quotes highlighted, etc.
Reply
#4
(Oct-12-2020, 03:35 PM)Larz60+ Wrote: The old one was better.
I also liked the way code was framed with scrolling, quotes highlighted, etc.

i agree with you, when i designed this theme i was looking for a way to make the "MyAlerts" mybb plugin to make it scrolling not a modal popup, if the community staff give me access to the old plugin i can make the old plugin compatible with this theme in a cool way
Reply
#5
(Oct-12-2020, 03:45 PM)rain Wrote: if the community staff give me access to the old plugin i can make the old plugin compatible with this theme in a cool way
We can take change on that as also D0X3D know you.
look at PM for access to admin panel with plugins.  

Tell me when finish,can do same later if there are other stuff that you will fix.
metulburr likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  New Theme for all users snippsat 14 15,174 Apr-30-2021, 11:23 AM
Last Post: metulburr
  Theme and Editor tips snippsat 0 6,194 Nov-29-2020, 12:20 PM
Last Post: snippsat
  rain theme glitch? metulburr 2 2,119 Oct-12-2020, 10:44 PM
Last Post: metulburr
  New Theme snippsat 9 4,331 Oct-12-2020, 08:50 PM
Last Post: snippsat
  Responsive theme kamaleon 5 4,086 Dec-31-2019, 10:55 PM
Last Post: metulburr
  Theme change snippsat 15 10,122 Nov-17-2018, 09:18 PM
Last Post: j.crater
  Dim theme metulburr 9 7,314 Aug-02-2017, 03:09 AM
Last Post: metulburr
  Dark theme metulburr 21 17,872 Oct-11-2016, 06:02 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020