<![CDATA[ Can anyone provide a responsive design theme for discuss - My Forums]]> https://forums.modx.com/thread/?thread=99764 <![CDATA[Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539622 I hope this problem has already been solved.

:-D]]>
falko301 Mar 15, 2016, 09:47 AM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539622
<![CDATA[Re: Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-541729 nuan88 May 20, 2016, 02:41 PM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-541729 <![CDATA[Re: Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-540001 nuan88 Mar 29, 2016, 10:10 AM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-540001 <![CDATA[Re: Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539752
To do this you could add several lines to the end of the relevant css file. Later css overrides or allows additional specification. Its hard to go through that complex css file, but we don't have to because we know there are no media queries. Media queries at the end should be fine to hide these toolbars.

Discuss applies style through naming <div> sections in a bootstrap-like way (sorry can't be more clear about that), meaning div classes with multiple parts to the name.

So for instance the title of a category is listed in my dev tools as class=m-section-title and the bbtool buttons are class=toolbar-btns group

So, for those two, try this:

@media (min-device-width: 640px) {div.m-section-title div.toolbar-btns:display:none;}

The file you need to edit is in assets/components/discuss/theme/default/redo/forum-styles.css

Hmm but i just tested and it didn't seem to work. Looking into it now, seems my code is a bit faulty.

I am trying something like this:
@media (max-device-width: 640px) {div.toolbar-btns
{display:none;}
}

I also see a selector for wysi-buttons, not sure how to target this element yet.
]]>
nuan88 Mar 18, 2016, 12:13 AM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539752
<![CDATA[Re: Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539709 only show them on a smart phone like Samsung S4 (360 x 640)

]]>
falko301 Mar 17, 2016, 03:07 AM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539709
<![CDATA[Re: Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539657
I can help with those headers, you can do a lot with them although not maybe everything. I have been through the related files many times.

What do you want to do with them?]]>
nuan88 Mar 16, 2016, 05:18 AM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539657
<![CDATA[Re: Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539654 first of all thanks a lot for being interested.
As i mentioned above, i'm definitely a newbie in the context of sass.
I think the biggest problem are all header sections.

I don't know if this is of interest for you, i able to fix the installation problem.
https://forums.modx.com/thread/87792/error-during-installation---could-not-load-class-disparticipant-from-mysql-disparticipant?page=2#dis-post-539619

:-D]]>
falko301 Mar 16, 2016, 04:22 AM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539654
<![CDATA[Re: Can anyone provide a responsive design theme for discuss]]> https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539625
The theme is responsive, though, isn't it?

I focused on changing colors and didn't try to change too much else, changing colors is very easy and i did change some little things like margins in some places. The Sass is not too hard to deal with, again if your goals are reasonable.

What are you trying to do? Its just very hard to implement a new design because you need to know all the variables and terms used in Discuss...it was more than i could deal with.

Pls let me know what you want to do, I might be able to help. wrapper.tpl is your main forum page and you can customize a lot of stuff there as well.]]>
nuan88 Mar 15, 2016, 10:05 AM https://forums.modx.com/thread/99764/can-anyone-provide-a-responsive-design-theme-for-discuss#dis-post-539625