Soft Responsive [Deleted]

Looks like a XenForo bug. Probably it tries to save several compiled templates at once, but mySQL config doesn't permit it.

Open my.cnf, increase that value. Then ether restart mysqld or run this sql query (change value to correct one)
Code:
set global max_allowed_packet=32M
Check google for max_allowed_packet for more information
 
There is something weird going on with the go to top/bottom buttons in mobile Safari. If the page is at the top, it will go to the bottom. If it is at the bottom, it will go to the top. But if its in the middle, and the buttons are both appearing, the won't work. Sometimes, the go to top button doesn't show if its at the bottom either.

I think it has to do with the way the new mobile safari is handling page functions like swiping to go forward/back and the address bar/toolbar disappearing/reappearing.

Happening on soft and black.
 
Its iOS "feature". When navigation is hidden if you click at bottom 44px of viewport it will show navigation bar. I'll add workaround for that.
 
Good news: I've found way to track if navigation is open and added workaround for iOS. It checks if navigation is open and if it isn't, buttons are moved 44px above where they are supposed to be.

I'll release update today.
 
Arty updated Soft Responsive with a new update entry:

iOS7 support, support for more add-ons

Changes since previous version:
  • Floating navigation works correctly with iOS 7 browsers.
  • Smooth scrolling for floating navigation
  • Better support for add-ons: Taiga Chat, Showcase, XenMoods, Unread Post Count, Last Post Avatar
  • Fixed smilies box layout in Redactor
  • Few other bug fixes
Changed files:
  • xml file
  • style.js
To update from previous version replace style.js with new version and import new version of style over old one.

Read the rest of this update entry...
 
So you've still got a little lag as well? It definitely seems better to me with ios7 than ios6. Guess we'll have to wait for the next update to Xenforo then and hope that bug gets worked out.
 
I can't test that because my ancient iPod Touch is still using iOS5 and cannot be upgraded. All iOS6/7 testing is done with XCode.
 
Working MUCH better in iOS 7 now. The buttons still get hung up around the reply box every now and then, but the functionality seems completely restored. On Black and Soft. Typing seems better too.
 
i apologize in advance if a solution has been provided already.. but the logo is not centered once i upgraded with the latest versions..
 
Arty updated Soft Responsive with a new update entry:

XenForo 1.2.3 update

Soft Responsive style has been updated for XenForo 1.2.3. Update also includes some bug fixes.

How to update from previous version:
  • Replace styles/{style directory}/xenforo/logo.og.png with new image.
  • Import XML file in admin control panel overriding previous style.
Please note that style does not support Resource Manager 1.1 yet because it has not been released. Style cannot support 2 versions of add-on at once, so it supports stable version 1.0.2

Read the rest of this update entry...
 
Arty, if we're upgrading to 1.2.3 and RM 1.1, should we wait for the new versions to be released?

Also, just out of curiosity, is there a plan to include retina support for the Responsive themes? Like the new theme has?
 
Back
Top Bottom