1. Michael729
  2. Support
  3. Thursday, September 06 2018, 11:49 PM
The cover picture cropping is a total fail. I have uploaded many photos (as have other members of the social network) as cover photos. The crop feature does NOT crop effectively. Attached are some photos to show you what I mean.

Is there a way to fix this?
Attachments (2)
admin Accepted Answer
Admin
Hi,
there is some conflict with your template or some module.

For example if you try to edit cover in component view (with a link like https://www.xxxx.com/index.php/profile?tmpl=component) then you can see that it works (as well you can test it also with another template).

Anyway now we are investigating to find the conflict ;)
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
Hi,
found the problem, you need to add following CSS code to fix it:
#cover_wrapper img{
max-width:none !important;
}

the problem was due to a strange code in CSS template, it force all images to have a max-width.
  1. more than a month ago
  2. Support
  3. # 2
Michael729 Accepted Answer
ummmm.. is there a specific place i should add that?
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
Hi,
this is something regards template, so I recommend you to use template features to add this code. You use Shape5 theme so you can add this code into file called /templates/shape5_vertex/css/custom.css

NOTE: now in your site this file contain a not useful javascript code, this is a error because this is a .css file (not .js) and this code will not interpreted by the browser, so I recommend you to delete entire content in this file before copy the new code.
  1. more than a month ago
  2. Support
  3. # 4
Michael729 Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 5
admin Accepted Answer
Admin
Hi,
I have just tried and works. Probably some cache issue.
  1. more than a month ago
  2. Support
  3. # 6
Michael729 Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.