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.