Soft Responsive [Deleted]

Many Responsive Templates are Outdated now after upgrading to 1.1.4. Waiting for the Update.
 
Arty updated Soft Responsive with a new update entry:

Update for XF 1.1.4 and Resource Manager

Soft Responsive style version 2.1.0 is now available!

Changes:
  • Compatibility with XenForo 1.1.4
  • Support for XenForo Resource Manager
  • You can see conversation participants before conversation on mobile devices
  • When viewing reported items, controls to handle report are now shown above report on mobile devices
  • When there are too many navigation tabs, tabs automatically collapse into extra tab (see screenshot below)
  • Fixes for centering large logos in full and mobile view...

Read the rest of this update entry...
 
Did you have some custom code for that add-on? If you did, was it in Soft Responsive style or a child style?
 
Yes, there are come Template edits which are not applying on Responsive Styles and i am getting below error.

Code:
Mysqli statement execute error : Deadlock found when trying to get lock; try restarting transaction - library/Zend/Db/Statement/Mysqli.php:214
 
If you have applied changes to style and then upgraded style, your changes will be lost. That is why you should always create a child style and apply any changes to it instead of main style.

You'll have to ether remember what you have changed or find a backup of old database and copy changes from there. Do you have a backup?

You should contact add-on author about that SQL error.
 
I was planning to contact author but the addon is working properly on other Styles and I am unable to edit templates only on Responsive Styles.

This 1.1.4 has screwed by entire board. Every hour i am facing new issues. :mad: I think such release should be notified in advance to all Xenforo Resource developers so that people like me don't suffer.
 
That SQL error has nothing to do with any style. Styles don't trigger SQL queries.

What do you mean "unable to edit templates"?
 
There are some template modification required in [RT] User Rank Ribbons . But Whenever I am applying those edits, its not happening and I am getting Server error logs for it.

Anyways if you are sure there is nothing to so with Responsive Themes, let's wait for some more users to share their experience.
 
Then it has nothing to do with nether style nor add-on. Looks like your SQL server got stuck on transaction or something like that (might be wrong - I'm not mySQL expert).

Try restarting mySQL server if you have access to it, ask your host to do it if you don't.
 
I think some settings are not working properly for me. Pls help

1. Reply Should be shown in the extreme right but its showing in the middle :
37ClR2L.png


2. Tags are looking like this :

DbydEws.png
 
I see you are using xenPorta on your forum, but did not enable layout for it. Enable it in admin control panel -> styles -> style properties -> xenporta layout.

What browser are you using? I don't see any problems with post layout on your forum.

What add-on are you using for tags?
 
What version of Firefox are you using? That font looks weird, Firefox doesn't display fonts like that anymore.
 
One more issue i am facing is in the Hover Effect of Post Rating . Even after hover is disabled from ACP, effect is still there on Responsive Styles whereas other styles are working fine.
 
Try adding this to extra.css
Code:
.message .messageMeta { clear: both; }
.message .primaryContent > .dark_postrating { opacity: 1 important; }
 
I've edited that code a bit right after posting it. Check if you have copied edited version.

Also add this to extra.css to solve xentag problem:
Code:
.Tinhte_XenTag_TagsEditor .Tinhte_XenTag_Tag
{
    background: @textCtrlBackground !important;
}
 
  • Like
Reactions: DFI
Back
Top Bottom