Support

  1. aschuch
  2. General
  3. Wednesday, October 11 2017, 08:40 PM
When a logged in user is opening his "PROFILE EDIT" page, but then clicks on CANCEL, the menu gets totally mixed up, showing all possible public menu entries from header and footer at once - see screenshot.

Looks like a very scary bug, what could I do? That didnt happen before with default Joomla Profile...
Attachments (1)
admin Accepted Answer
Admin
Hi,
this is something related to your template configuration. Please check that menu item "Easy Profile Pro" uses same template style of others menu items.
Attachments (1)
  1. more than a month ago
  2. General
  3. # 1
aschuch Accepted Answer
Hi,
thanks, I have re-configured the menu, and also made two different versions in DE & EN for both languages I am using. Each menu now has also its corresponding template style in its own language selected.

The main problem is gone, but after clicking CANCEL, still it leads me to another profile page (the Joomla one?), see screenhot.

It should go back to the previous page, not to the Joomla profile page, right?
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
this is a normal behavior, cancel button go to profile page.

You can change easily cancel button behavior by adding a simple Javascript code like this:

jQuery('#member-profile > .control-group .controls a').click(function(e){
window.history.back();
e.preventDefault();
return false;
});
  1. more than a month ago
  2. General
  3. # 3
aschuch Accepted Answer
Thanks.
Regarding the code - where should I add it? Tried to add it in the Custom Javascript-section of my template, but no impact...
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Tried to add it in the Custom Javascript-section of my template
This is the right place :D

try with this code

jQuery(document).ready(function(){
jQuery('#member-profile > .control-group .controls a').click(function(e){
window.history.back();
e.preventDefault();
return false;
});
});
  1. more than a month ago
  2. General
  3. # 5
aschuch Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 6
aschuch Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 7
admin Accepted Answer
Admin
Hi,
sorry but login form is not managed by Easy Profile, this is something about your theme and modal login module.
  1. more than a month ago
  2. General
  3. # 8
aschuch Accepted Answer
OK - thanks anyway!
  1. more than a month ago
  2. General
  3. # 9
  • Page :
  • 1


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

Request Support

Support is currently Online

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.