Soft Responsive [Deleted]

I think I know what caused logo issue - mobile logo url setting. Your setting for normal and mobile logo point to same url, so you can just remove mobile logo value while I'm trying to figure out how to fix issue.
 
Fix for mobile logo: open header.css, find (make sure you find this entry which is last entry in file, not other entries)
Code:
  #logoBlock #logo a
   {
     margin-left: 0;
     padding-left: 0;
     float: none;
     display: block;
   }
and add before it
Code:
  #logoBlock #logo div
   {
     margin-left: 0;
   }
 
I've fixed that bug in style. Instead of releasing new version it was fixed in 3.0.2 zip files. Only xml file was changed.

Update only if you are using mobile logo url option.
 
Some reports: typing is better when there is no quote in the reply box. Still not as smooth as the default, but definitely better. Unfortunately, when you quote someone, it slows down to a crawl again and you can see the letters stick up.

On the desktop, the go to top and bottom buttons seem to be disappearing randomly. No one can seem to pinpoint why. One refresh they're there, and then a few refreshes later they're gone.
 
Do we have to redownload it from your site to get the fixed version?
If you've applied change to header.css then no need to download it.

On the desktop, the go to top and bottom buttons seem to be disappearing randomly. No one can seem to pinpoint why. One refresh they're there, and then a few refreshes later they're gone.
Buttons disappear when:
  • You focus on input (except for redactor's text editor)
  • Window height is below 350px
  • Top button: when you are near top of window
  • Bottom button: when you are near footer
Is it just me, or are forum description tooltips not showing up?
Works fine for me. Can you please pm me your forum URL so I could check?
 
If you've applied change to header.css then no need to download it.


Buttons disappear when:
  • You focus on input (except for redactor's text editor)
  • Window height is below 350px
  • Top button: when you are near top of window
  • Bottom button: when you are near footer

It might be the height issue. I'll have them keep testing it. Are you still looking into the sizing options for the desktop vs. mobile?
 
It might be the height issue. I'll have them keep testing it. Are you still looking into the sizing options for the desktop vs. mobile?
No, I don't think that's an issue. If someone clicks link to go up instead of down by mistake he'll be redirected to top of forum that will remove go to top link and only go to bottom link will remain. So he'll just have to click link again.

If icons become bigger they might interfere with forum browsing. It is better to click twice than to cover important content with big icons.
 
No, I don't think that's an issue. If someone clicks link to go up instead of down by mistake he'll be redirected to top of forum that will remove go to top link and only go to bottom link will remain. So he'll just have to click link again.

If icons become bigger they might interfere with forum browsing. It is better to click twice than to cover important content with big icons.
No, not the height of the buttons, but the height at which they kick in (350px). Its either them not knowing about it or it not working. Probably the former.

True. But, they are kind of teeny:
CapturFiles.webp

Making them available to be bigger, especially for people with bigger monitors (that's my 13" laptop), would be a nice touch.
 
Almost everything. Style properties -> header and navigation -> floating navigation / floating navigation link
 
Almost everything. Style properties -> header and navigation -> floating navigation / floating navigation link
Oy, that looks complicated.

Ok, if I wanted to make it bigger and get the color to match the theme (say, red for the Soft-Red), how would I go about that?
 
It already uses style variables for colors. To make it bigger increase padding of link and/or font size of whole block.
 
Back
Top Bottom