Responsive Design for XenForo 1.1 [Paid] [Deleted]

Minor news for add-on:

XenForo 1.2 will include responsive design in its core.

So what will happen to this add-on? From what I've seen, XenForo's new responsive design is very good so add-on will become pointless. It will most likely seize to exist. Support will still be provided for forum owners using XenForo 1.1.x

Owners of Responsive Design Add-on licenses can switch their license to one of my styles for free. Please contact me using ether forum conversations or contact form on my website if you would like to change license.

Wow, completely unexpected and totally awesome. Thanks Arty!
 
Minor news for add-on:

XenForo 1.2 will include responsive design in its core.

So what will happen to this add-on? From what I've seen, XenForo's new responsive design is very good so add-on will become pointless. It will most likely seize to exist. Support will still be provided for forum owners using XenForo 1.1.x

Owners of Responsive Design Add-on licenses can switch their license to one of my styles for free. Please contact me using ether forum conversations or contact form on my website if you would like to change license.

Superb! I'm in no rush so will wait to see what the new style comes out like.
 
I am preferring this addon over the xenforo responsive design due to your navigation window.

Would there be a way to just apply that change to the default Xenforo responsive design instead of using their default navigation menu?
 
I am preferring this addon over the xenforo responsive design due to your navigation window.

Would there be a way to just apply that change to the default Xenforo responsive design instead of using their default navigation menu?

Good question. Now that I've been rooting around on the new site, I definitely miss my Artsponsive (not-yet trademarked) menu bar.
 
  • Like
Reactions: DRE
Will this be going free? It seems to me that it would still have some use. For example, I can't imagine that some add ons (like user albums, some of jaxel's, and some custom HTML pages) will be compatible with the 1.2 responsive design. Having a separate style allows us to better control what a mobile user does and does not have access to if I am not mistaken? Unless there is a way to hide certain things in the 1.2 design when it hits responsive.

With this train of thought, I was going to purchase your add-on, but don't want to pay for an unsupported project as you can understand.
 
Last edited:
Or I suppose I am thinking too much into it, could disable responsive on main, and use a second style with default responsive.
 
@Arty Thanks..

Just a few fixes I need to apply..

I have last post avatar installed.. when showing last post ticked I get this issue..
ex2.webp

and when creating thread, replying to conversation or post I get this issue.. (form issue ??) irrespective of the editor same problem...

ex1.webp

What do I have to adjust to best fix these.. ?
 
Add this to responsive_extra.css
Code:
.node .nodeLastPost a.avatar { display: none; }
Editor cannot be fixed. TinyMCE used by XenForo 1.1 uses tables that can't be changed to responsive.
 
@Arty

Add this to responsive_extra.css
Code:
.node .nodeLastPost a.avatar { display: none; }
Editor cannot be fixed. TinyMCE used by XenForo 1.1 uses tables that can't be changed to responsive.

i was playing with forms in style properties earlier I changed the 'form width' to auto.. and the MCE resized. I am using the Tiny Quattro addon..

however the title name field was shrunk but full size when responsive

so it is doable for this I think.. any suggestions ?
 
Last edited:
Can you check that input with your browser's developer tools? See if it has fixed width applied to it somewhere.
I want to exclude a certain section of the site to responsiveness is this possible ?
No. Style is added to CSS that is loaded with every page.
 
It won't work because it uses media queries that check for browser window width, not page width. That would require JavaScript approach to responsive design.

Maybe something can be done about that table. Can you make it visible for guests so I could check it?
 
Back
Top Bottom