Support

  1. resif
  2. General
  3. Monday, August 31 2020, 09:57 AM
i didnt that but its like that... latitude on register page appeared...
Attachments (1)
Accepted Answer
admin Accepted Answer
Admin
Hi and sorry for late reply... Can you please post me your registration link to check this? To keep it private you can use the form below the reply in "Site Details" tab (we need only a site URL to see the issue)
  1. more than a month ago
  2. General
  3. # Permalink
resif Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi and thanks for your availability.

unfortunately the template override provided by your template is not fully compatible with Easy Profile.

To solve it you have 2 ways:
1) Skip template override by enable the parameter called "Skip Template overrides and use Easy Profile improvements" in Components->Easy Profile->Options->Layout Settings
2) Add following javascript code in your template options
jQuery(document).ready(function(){
jQuery("#jform_yer_lat").closest(".uk-width-1-1@m").hide().addClass("hide");
jQuery("#jform_yer_lng").closest(".uk-width-1-1@m").hide().addClass("hide");
});


The way 1) could change something in the layout of the form
  1. more than a month ago
  2. General
  3. # 2
resif Accepted Answer
The way 1 didn worked out...
  1. more than a month ago
  2. General
  3. # 3
resif Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Hi,
see section "Custom Code" at https://warptheme.com/documentation/cleaner-documentation/ (this should be the doc page of your template).

in your case you should put also "script" tag, so
<script>jQuery(document).ready(function(){
jQuery("#jform_yer_lat").closest(".uk-width-1-1@m").hide().addClass("hide");
jQuery("#jform_yer_lng").closest(".uk-width-1-1@m").hide().addClass("hide");
});</script>
  1. more than a month ago
  2. General
  3. # 5
  • 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 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.