By Yann Anderson on Sunday, 18 October 2015
Posted in Technical Issues
Likes 0
Views 598
Votes 0
Hello Nice People

If you see attached picture, you'll understand my EasySocial Layout Error : Between 756px to 900px (screen-size / media-queries) I obtain a "bad" layout from the newsfeed... the "left" sidebar is open by default, and the stream / wall posts are not 100% width, but something like 60% of width... .


Thank you to take a look and maybee find a solution

Best Regards
Hi Yann,

Sorry for any inconvenience, can you replace attached theme.css into /templates/wanderers/css/theme.css after that clear your browser's cache and check again.
·
Monday, 09 November 2015 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
In my case, if I open css/theme.css and at line N°7424 I replace :

@media (min-width: 756px) {
body div#fd.es .es-container .es-sidebar {
width: 300px;
float: left;
}
body div#fd.es .es-container .es-sidebar + .es-content {
margin-left: 330px;
}
}

by this code ===>

@media (min-width: 901px) {
body div#fd.es .es-container .es-sidebar {
width: 300px;
float: left;
}
body div#fd.es .es-container .es-sidebar + .es-content {
margin-left: 330px;
}
}


Then, I can insert in cutom.css this code that will show/display the button Toggle sidebar :

@media (max-width: 900px) {

div#fd.es .btn-sidebar-toggle {
display:block!important;
}

}

Probleme is that Toogle-Sidebar button dont work at this screen-size (900px)
·
Monday, 19 October 2015 02:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Yann,

Thank you very much for reporting this layout bug.

I already removed the Wanderers's EasySocial component styling override for this issue as it's should follow EasySocial styling itself.

We will release this fix shortly, thank you very much again!
·
Monday, 19 October 2015 11:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Ok but when and how it will be solved ? Trough EasySocial component or trough Wanderers template ?
·
Thursday, 22 October 2015 22:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Yann,

We will be releasing the fix in Wanderers shortly
·
Thursday, 22 October 2015 22:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Can you just inform me when it's updated ?

Thank you !
·
Sunday, 01 November 2015 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Yann,

It'll be released as 2.0.8 and we'll most likely push this next week as our hands are pretty full right now.
·
Sunday, 01 November 2015 02:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

BAD NEWS :-(

I have installed Wanderers 2.0.8 but the probleme is allways here : Take a look to attached pictures... From 0px to 607px (screen-width/size) it's ok, BUT from 608px to 756px, the grey button that allow to show/hide sidebar is missing.............
·
Thursday, 05 November 2015 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
As you can see with attached picture 2.jpg, by default, the sidebar is OPEN and we are not able to hide it, because grey button is missing.......... (I have removed Wanderers 2.0.8 because it dont work but feel free to re-install it on my site if that can help you to show the probleme)
·
Thursday, 05 November 2015 23:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Because I speak bad english, I hope you understand the probleme... from 1px width screen size to 607px: OK............. from 608px to 756px : sidebar is open BY DEFAULT and any button show/hide sidebar is displayed... then, from 757px to XXXXXX px, it's ok :-)

Waiting about Wanderers 2.0.9 ? Lol
·
Friday, 06 November 2015 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Chang,

Yes NOW that work very fine !!

Thank you so much for your so precious help !

Wish you a nice day

Best Regards
·
Tuesday, 10 November 2015 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Yann,

You are most welcome. Glad to hear that your issue has been resolved now.
·
Wednesday, 11 November 2015 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post