Soft Responsive [Deleted]

Arty - anyone reporting problems using the editor on iOS? Typing is SLOW as molasses. On the default theme its really quick.
No, but I've just tested it with Android and can confirm that bug. Thanks for noticing.
 
Oh, I forgot to tell you that the 'go to top' button isn't showing up on mobile for some reason. Is there a separate mobile option from the desktop one?
 
It appears only when you scroll down. Also old iOS might not display it because it doesn't support position:fixed
 
Arty updated Soft Responsive with a new update entry:

Bug fixes

Soft Responsive 3.0.1 is now available.

Changes from 3.0.0:
  • All templates modified in 3.0.0 and beta versions have been marked as modified in XenForo 1.2 instead of beta/rc versions to prevent XenForo from incorrectly mark templates as outdated.
  • Many bug fixes
To update from 3.0.o you need to import xml file and overwrite style.js

Read the rest of this update entry...
 
@Arty Mobile button is working. Mobile typing is slightly faster, but still very slow. I notice that the letters seem to hang on the keyboard when you press them.
 
I've removed some css gradients and shadows for touch screen devices to make it faster and don't know how to improve on that. Tried removing all style's javascript, resetting editor UI to default style - for some reason it is slightly slower than default style.

Speed difference is barely noticeable, something like .1 of a second
 
Since the latest update my mobile logo has pushed to the right, so it's off-centre.

Noticed it doesn't have a width setting like the desktop logo. Could that be the issue?
 
I've removed some css gradients and shadows for touch screen devices to make it faster and don't know how to improve on that. Tried removing all style's javascript, resetting editor UI to default style - for some reason it is slightly slower than default style.

Speed difference is barely noticeable, something like .1 of a second
Hmmm. On iOS Safari its definitely more than .1 second. The hanging keyboard letters is probably the most noticeable thing.
 
When moving mouse over the navigation buttons (forum for example) the drop down menu comes down so soon that one has to click twice. How can I control the delay before the drop down menu appears?
 
You don't need to click. Just move mouse over button.

You can disable that functionality by disabling option "Automatically open navigation popups" in style properties -> navigation
 
Fixed.

You can temporary add this to extra.css to fix it
Code:
<xen:if is="@showOneNavRow">
    .navTabs .navTab.selected .tabLinks,
     .selectedTabLinks .tabLinks
     {
       display: none;
     }
</xen:if>
 
Fixed.

You can temporary add this to extra.css to fix it
Code:
<xen:if is="@showOneNavRow">
    .navTabs .navTab.selected .tabLinks,
     .selectedTabLinks .tabLinks
     {
       display: none;
     }
</xen:if>
Thanks. I'll just wait for the next version. Have you been able to pinpoint the slow typing on iOS mobile yet?
 
Back
Top Bottom