Soft Responsive [Deleted]

Add this to extra.css
Code:
.message .primaryContent > .dark_postrating { opacity: 1 !important; }
 
I just bought Soft and have set up 4 variants (blue, green, cyan, coffee). Love the style but have one glitch with the Post Ratings add-on. I noticed someone earlier in this thread had an issue where his Post Ratings bar is set to be on all the time but Soft was making it appear only when hovering over posts. My case is the exact opposite. I have my Post Ratings bar set to be invisible until you hover over the post and then it fades into view. But Soft is making it visible all the time. It works correctly in all my other styles. This isn't a show-stopper but it makes it look rather busy with the Post Ratings bar always visible. Is there any way I can fix this? Thanks!

P.S. Great style!
 
Try this: open message.css find
Code:
    .message .primaryContent > .dark_postrating,
     .message:hover .primaryContent > .dark_postrating
     {
       opacity: 1;
     }
   
     .primaryContent > .dark_postrating .dark_postrating_inputlist
     {
       opacity: 1 !important;
     }
and remove it
 
Good :)
Can anyone else who's running that add-on test that code? See if it solves problems for you. If you are using older version, code could be slightly different. Look for "post ratings" in message.css and remove all lines with opacity below it.
 
I like that idea. Currently implemented "back to top" and "go to bottom" buttons in Black Responsive beta 2, I'll port it to this style in next release.

Hello,

I've been looking for this all over and cannot find it...
You say in your updates that we have to go to style properties > Footer to activate back to top. But when i'm there i dont see anything related to back to top ??

Thanks for your help
 
Need help :

Error when i import a customize it style zip file

Mysqli statement execute error : Got a packet bigger than 'max_allowed_packet' bytes
 
Need help :

Error when i import a customize it style zip file

Mysqli statement execute error : Got a packet bigger than 'max_allowed_packet' bytes
You need to speak to your host and get them to increase that setting in the MySQL config.
 
Back
Top Bottom