By Fidel Carrera on Saturday, 22 August 2015
Posted in General Issues
Likes 0
Views 1K
Votes 0
Hello,

What theme are you using for your easy discuss layout. I need something similar but in the dark style because currently my forum shows too much information in the list of threads. Its showing usernames and images etc where as here its in a nice clean list.

Also, I applied your fix for signatures to show properly but now they are messed up in mobiles screens. Are there media queries that I should be adding?

Thanks.
Hey Fidel,

I am really sorry for the delay of this reply as it is a weekend for us here.

Do you mean our support forum layout? If yes, our forum layout is actually customized from our official.

Perhaps you can provide us some screenshot which section you would like to get rid of these? So we can see is there got any best solution for meet your current requirement?

Also, I applied your fix for signatures to show properly but now they are messed up in mobiles screens. Are there media queries that I should be adding?

May i know which fix you referring?
If can, provide us with your Joomla backend, screenshot and FTP access so we can better have a look?
·
Saturday, 22 August 2015 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

xxxx

Page

http://test.myvirtualgaming.com/index.php/forums/categories/listings/general-discussions

I need these list to show up like how your lists show up here with minimal info on user and small logo for us we who created thread, no icons for respones, views, likes, vote etc

http://stackideas.com/forums

The issue is that my list of threads look too much like posts and it's confusing.

Thanks.
·
Saturday, 22 August 2015 21:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I was able to perform something similar using my own edits to the code.

Thanks.
·
Sunday, 23 August 2015 19:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is the signature code which fixed signatures for full screen view but they are messed up with respects to being responsive.

div#discuss-wrapper .discuss-signature img {
max-width: inherit !important;
width: inherit !important;
}
·
Monday, 24 August 2015 04:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Fidel,

Thanks for the heads up. To be honest I'm a little lost here. Can you provide the screenshot on the things that you actually want to modify and also the signature placing?
·
Monday, 24 August 2015 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
HI,

So the original issue was that the signatures were showing up as tiny little images. The fix that tech support provided fixed this issue for me but created a new one when viewing the signatures on a mobile device.
·
Monday, 24 August 2015 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Fidel.

I am sorry that delay of this reply,

Perhaps you can try apply this following css in your current template css file and see how it goes?

@media (max-width:768px){
div#discuss-wrapper .discuss-signature img {
max-width: 100% !important;
width: 100% !important;
}
}


I've tried to access in your test site, but I can't reproduce this, perhaps you can provide us which URL page can replicate this?

By the way, I tried to access in your backend, but hitting this :
Warning
You do not have access to the Administrator section of this site.

Please advise.
·
Monday, 24 August 2015 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Worked like a charm, easysocial support is the best!
·
Tuesday, 25 August 2015 04:19
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.
·
Tuesday, 25 August 2015 10:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post