Support

  1. pixcils
  2. General
  3. Wednesday, April 16 2014, 03:39 PM
Hi i have the Upload with User Crop & Webcam selection swithed to yes but when you upload an avatar no crop appears?
References
  1. http://www.pixcils.com/
admin Accepted Answer
Admin
Hi,
I think that the problem is due to 2 instance of jQuery (javascript library) with 2 different version.

Easy Profile use the Joomla built in jQuery API to load Javascript (this is correct way), you can find in screenshot (/media/jui/js/jquery.min.js).

Your template load another library jQuery (/templates/rt_anacron/js/jquery.min.js). This cause conflict and you have that your site load 120Kb in more.

jQuery built in API is a feature of Joomla 3.x! the problem depends of incorrect call to jQuery Library of your template.

You can try this:
Comment or delete line 45 at file /templates/rt_anacron/features/extras.php, with this work but you must check if this not cause other problem to your template.
  1. more than a month ago
  2. General
  3. # 1
pixcils Accepted Answer
Thanks for the reply you are correct that is the issue.

When i block that line everything works fine but my contact form as that is part of the form kit i use. would you know a solution for this ?

many thanks
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
From your backend I have replace line 45 with:
if(JRequest::getVar('option','')!='com_users') $gantry->addScript('jquery.min.js');


With this code the script not loaded in Joomla com_users component.
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.