jomsocial photos view issue on the wall post

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Wed Jun 22, 2016 11:08 am
Reply with quote
Report this post
ISSUE SUMMARY:
After I upload some photos, they are shown not in a compact grup in the wall post.

STEPS TO REPLICATE:
1 upload a several photos with diffrent proportions and dimensions
2 look how they are view on the wall post.
RESULT
The pictures are not show into a compact way like they should lock ( see the jomsocial screenshot or test in my site changing the template to protostar)

ONE IMPORTANT THING about this issue is that all your jomsocial based templates has the same bug, so, I think helping me you'll help all your customers that use Music, University or (m)social .
Please check the screenshots attached careffuly and also reproduce the issue in my site.

Thank you in advance for your support.
User avatar
Gold Boarder

teitbite
Sat Jun 25, 2016 6:24 pm
Reply with quote
Report this post
Hi

Please tell me the url to an example of a page with this problem.
User avatar
Moderator

GK User
Mon Jun 27, 2016 4:25 pm
Reply with quote
Report this post
hi there,
I've send you in private the coords.
thank you in advance for your support.
regards !
User avatar
Gold Boarder

teitbite
Tue Jun 28, 2016 3:06 pm
Reply with quote
Report this post
Hi

I've send Your access to programmers. Will let You know as soon as they will answer how to fix this problem.
User avatar
Moderator

GK User
Tue Jun 28, 2016 3:13 pm
Reply with quote
Report this post
thank you !
User avatar
Gold Boarder

teitbite
Thu Jun 30, 2016 1:28 pm
Reply with quote
Report this post
Hi

Not 100% sure if it's a correct solution, but please try remove:

Code: Select all
.joms-main {
    float: left;
    padding: 0;
    width: 62%;
}


from /gk_msocial/css/jomsocial.css and test if it's not affecting anything in layout.
User avatar
Moderator

GK User
Thu Jun 30, 2016 5:54 pm
Reply with quote
Report this post
Unfortunatly :( removig the css code specified doesn't change the issue.
You can double check this on my site.
:( ... what can we try something else, please advice
Thank you in advance
User avatar
Gold Boarder

GK User
Thu Jun 30, 2016 6:12 pm
Reply with quote
Report this post
those from jomsocial support was first tell me to try changing the width: 62%; with width: 67% ... but this also don't change anything about the issue ...
User avatar
Gold Boarder

teitbite
Sat Jul 02, 2016 4:00 pm
Reply with quote
Report this post
Hi

I can see it worked, but please additionally remove code:

Code: Select all
.joms-media--images img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: none;
    margin: 0 -1px;
}


from /components/com_community/assets/release/css/override.css
User avatar
Moderator

teitbite
Mon Jul 04, 2016 7:07 pm
Reply with quote
Report this post
Hi

Did it worked ?

I was informed by programmers that they discovered the problem and apparently gallery script is counting available space before full website is loaded so it uses a page width from before sidebar is included.
User avatar
Moderator

GK User
Mon Jul 04, 2016 9:11 pm
Reply with quote
Report this post
hi,
in /components/com_community/assets/release/css/override.css I've got only this css:
Code: Select all
.joms-media--images img {
display:none;
border:0 solid transparent;
border-left-width:1px;
border-right-width:1px;
margin:0 -1px;
}

please advice
User avatar
Gold Boarder

GK User
Tue Jul 05, 2016 9:06 pm
Reply with quote
Report this post
nadgob wrote:hi,
in /components/com_community/assets/release/css/override.css I've got only this css:
Code: Select all
.joms-media--images img {
display:none;
border:0 solid transparent;
border-left-width:1px;
border-right-width:1px;
margin:0 -1px;
}

please advice

... I have the latest jomsocial 4.2.2. ...
User avatar
Gold Boarder

GK User
Thu Jul 07, 2016 7:03 am
Reply with quote
Report this post
Hi,
... Please advice,
Thank you !
User avatar
Gold Boarder

teitbite
Mon Jul 11, 2016 7:30 pm
Reply with quote
Report this post
Hi

Yes, that's the code. The extra lines must have been added by firefox while I as copying it. Please remove it and let me know if it helped.
User avatar
Moderator

GK User
Tue Jul 12, 2016 1:09 pm
Reply with quote
Report this post
Hi there,
I've deleted the specified css code, it seams that the issue is still there.
Please advice,
Thank you for your kind support.
User avatar
Gold Boarder

teitbite
Thu Jul 14, 2016 1:43 pm
Reply with quote
Report this post
Hi

Try add this:

Code: Select all
.jomsocial-wrapper .jomsocial .joms-media--images a {
margin: 0 -5px !important;
height: auto !important;
}

.jomsocial-wrapper .jomsocial .joms-media--images img {
display: block;
}


I think gallery script is counting images width without waiting for the full site to load. Because of that images are getting wrong dimensions. Above code should reduce the false values by a little bit.
User avatar
Moderator

GK User
Thu Jul 14, 2016 2:53 pm
Reply with quote
Report this post
uuuu :) ... It's working !
I modified the -5px to -1px to reduce the small left pfotos group alignment gap. * do you have any advice how to make the left side of the image group alignment look perfect ?
It will be great if the programmers will include a patch for this issue in the next jomsocial based gavick templates upgrade ( because this issue is on all jomsocial based gavick templates ).
Thank you in advance for your kind support !!!! Great help !
User avatar
Gold Boarder

teitbite
Tue Jul 19, 2016 5:35 pm
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator

GK User
Wed Jul 20, 2016 1:59 pm
Reply with quote
Report this post
Greetings Teibite,
the programmers will include a patch for this issue in the next jomsocial based gavick templates upgrade ( because this issue is on all jomsocial based gavick templates ) ?
User avatar
Gold Boarder

teitbite
Mon Jul 25, 2016 9:49 am
Reply with quote
Report this post
Hi

I do not think this will be included. It's not a fix, just a countermeasure. Real issue here is in the code of gallery script. Simply gallery scripts uses the width of a full page without including sidebar, so the widths are wrong and images has wrong dimensions.
User avatar
Moderator


cron