Jomsocial - Photos issues

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Thu Jun 28, 2012 7:03 pm
Hi,

There are two issues with the Jomsocial Theme (2.6.1)...

1 - 'More from this User' Album titles are misaligned. (see attached) or link here to your demo.

http://demo.gavick.com/joomla16/jul2011/index.php/jomsocial/42-super-user/photos/album?albumid=1

gavick-jomsocial1.JPG



2 - The main image is not horizontally aligned correctly (see attached) or link here to your demo.

http://demo.gavick.com/joomla16/jul2011/index.php/jomsocial/42-super-user/photos/photo?albumid=1#photoid=5

gavick-jomsocial2.JPG



Regards,

Dave
User avatar
Expert Boarder

Konrad M
Thu Jun 28, 2012 7:38 pm
Hi,
please try add this to override.css
Code: Select all
body #community-wrap #other-albums-container ul li .album-meta {
width: 150px;
}
#cGallery .photoActions,#cGallery .photoTags {
margin-left:20px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Jun 28, 2012 10:11 pm
Konrad M wrote:Hi,
please try add this to override.css
Code: Select all
body #community-wrap #other-albums-container ul li .album-meta {
width: 150px;
}
#cGallery .photoActions,#cGallery .photoTags {
margin-left:20px;
}

and remember to enable override.css option in template settings.


Hi,

Firstly, thanks for the prompt response..

This extra code doesn't work in override.css (enabled) however does when added to the bottom of template.css..

Issue 1 - Resolved..

Issue 2 - The Previous and Next buttons now seem aligned correctly however the actual image itself is still misaligned.

Regards,

Dave
User avatar
Expert Boarder

GK User
Mon Jul 02, 2012 3:31 pm
dave_logic wrote:
Konrad M wrote:Hi,
please try add this to override.css
Code: Select all
body #community-wrap #other-albums-container ul li .album-meta {
width: 150px;
}
#cGallery .photoActions,#cGallery .photoTags {
margin-left:20px;
}

and remember to enable override.css option in template settings.


Hi,

Firstly, thanks for the prompt response..

This extra code doesn't work in override.css (enabled) however does when added to the bottom of template.css..

Issue 1 - Resolved..

Issue 2 - The Previous and Next buttons now seem aligned correctly however the actual image itself is still misaligned.

Regards,

Dave



Any idea ??

Dave
User avatar
Expert Boarder

GK User
Tue Jul 03, 2012 3:05 pm
dave_logic wrote:
dave_logic wrote:
Konrad M wrote:Hi,
please try add this to override.css
Code: Select all
body #community-wrap #other-albums-container ul li .album-meta {
width: 150px;
}
#cGallery .photoActions,#cGallery .photoTags {
margin-left:20px;
}

and remember to enable override.css option in template settings.


Hi,

Firstly, thanks for the prompt response..

This extra code doesn't work in override.css (enabled) however does when added to the bottom of template.css..

Issue 1 - Resolved..

Issue 2 - The Previous and Next buttons now seem aligned correctly however the actual image itself is still misaligned.

Regards,

Dave



Any idea ??

Dave


Any Feedback on this Konrad ?

D
User avatar
Expert Boarder

Konrad M
Tue Jul 03, 2012 4:38 pm
Change this code in override.css:
Code: Select all
#cGallery .photoActions,#cGallery .photoTags {
margin-left:20px;
}

to this one:
Code: Select all
#cGallery .photoActions,#cGallery .photoTags,
#cGallery .photoDisplay img {
margin-left:20px;
}
User avatar

GK User
Wed Jul 04, 2012 12:24 pm
Konrad M wrote:Change this code in override.css:
Code: Select all
#cGallery .photoActions,#cGallery .photoTags {
margin-left:20px;
}

to this one:
Code: Select all
#cGallery .photoActions,#cGallery .photoTags,
#cGallery .photoDisplay img {
margin-left:20px;
}


Hi Konrad,

Many thanks...That worked great.....

It might be an idea for someone to update the demo template as this is a very popular Jomsocial theme..

Dave
User avatar
Expert Boarder


cron