By DeeEmm on Sunday, 18 October 2015
Posted in Wanderers
Likes 0
Views 1.5K
Votes 0
Since updating to 2.0.7 I have the following issues...

On photo / video / events pages the main content has large area of whitespace above it.

When hovering over notification icon instead of getting the list if notifications I get the following message "Unable to load tooltip content."

DM.
Yes I noticed that. I think the solution to this issue - http://stackideas.com/forums/5-0-28-issues might have fixed the problem
·
Thursday, 22 October 2015 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
NB. Groups is the same
·
Sunday, 18 October 2015 20:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Possibly related - composer in easyblog returns blank whitebox.
·
Sunday, 18 October 2015 20:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi DeeEmm,

From my inspection for EasySocial components, only Event page issue that I can replicate for now. To fix this, please add this CSS code to your Joomla template custom.css file:
div#fd.es .es-modules-wrap {
display: inline-block;
width: 100%;
}
div#fd.es .es-modules-wrap:before,
div#fd.es .es-modules-wrap:after {
display: none;
}


Do you still having the same issue as above for the other view?
·
Monday, 19 October 2015 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
For the missing composer in modal box, go to this PHP template file

/templates/wanderers/component.php

You will found this HTML code:
<body class="contentpane modal">


Remove the 'modal' class that cause missing content for EasyBlog composer:
<body class="contentpane">


I tried to update this through your FTP access, but the access given don't have the permission to edit the file.

Please advice, thank you.
·
Monday, 19 October 2015 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Events page, groups and blog composer is fixed however, photos and videos are still the same.



DM
·
Monday, 19 October 2015 22:23
·
0 Likes
·
0 Votes
·
0 Comments
·

I have this issue on Firefox, Safari and IE on both OSX and Windows.
Notifications issue is still present.
Also styling of column modules is screwed up on some pages (see attached).
·
Tuesday, 20 October 2015 04:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Just uninstalled and reinstalled wanderers template as it appears that it was not actually upgraded (version number was not correct.). Also just updated easy social.

Issues still persist on photos page.

Notification area still not showing notifications

I also cannot get easysocial toolbar to display in module position which means that my members are effectively locked out of the site as they cannot access the login link.

Any assistance on this welcomed.
·
Tuesday, 20 October 2015 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi DeeEmm,

The ftp access unable to get a proper folder on your sites http://screencast.com/t/8GPE1rgm . Or can you replace the attached theme.css into /templates/wanderers/css/theme.css.
·
Wednesday, 21 October 2015 13:49
·
0 Likes
·
0 Votes
·
0 Comments
·
File replaced and file permissions chmodded to allow you access

DM
·
Wednesday, 21 October 2015 16:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi DM,

The sftp access still can't get the folder, but the notifications is working fine on my side. http://screencast.com/t/0s5O1CJmEt8T
·
Thursday, 22 October 2015 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating DM, glad that your issues are resolved now
·
Thursday, 22 October 2015 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post