Support

  1. sbettocchi
  2. Bug Report
  3. Wednesday, June 18 2014, 03:12 PM
sorry but in my Menu-->modify Profile te Date Picker not work... :(

i Suspect a jquery or Css conflict

The link is http://www.circoloaziendalesalt.it/login/modifica-profilo-utente/profile.html?layout=edit
Attachments (1)
admin Accepted Answer
Admin
Hi, the problem is due to ADSManager, this load a jquery UI that override my functions.

Why load jquery UI in all page? the library have 210Kb (250 with CSS) not useful...

You can use this workaround: comment line 13 of file /components/com_adsmanager/router.php
from
require_once(JPATH_ROOT.'/components/com_adsmanager/lib/core.php');

to
// require_once(JPATH_ROOT.'/components/com_adsmanager/lib/core.php');
  1. more than a month ago
  2. Bug Report
  3. # 1
sbettocchi Accepted Answer
Thank you for your valuable support.

I do not understand why AdsManager is being uploaded on ALL pages.

Later I feel the change and will tell you how it works.

Thanks for everything.
  1. more than a month ago
  2. Bug Report
  3. # 2
sbettocchi Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
Router php is used from Joomla to generate the SEO URL, if you have a menu item for AdsManager then it render these script. I think this is a Bad way, for this you can use system plugin, and load only necessary files. (250kb is much, is not just a matter of downloading, these files must also be interpreted by the browser and this takes time)
  1. more than a month ago
  2. Bug Report
  3. # 4
sbettocchi Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 5
jimmywiddle Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Hi,
in your site you have 2 problems:
1. Missing some Bootstrap CSS classes in your template
2. In Registration/Edit profile "mootools more" javascript library is called after jQuery, this create some conflict (this is a Joomla issue)

1.
in your CSS missing Bootstrap CSS directive for icons and BS dropdown menus, to solve this add this code at your template.css file
@import url(../../../media/jui/css/icomoon.css); /* It should be inserted at the beginning of the file */
div.jsndatepicker.dropdown-menu{position:absolute;background:white;border:1px solid #333; display:none;} /* you can put this in any position of your file */


2.
This is a known problem in Joomla environment and hope that the developers will solve soon. Some extensions (plugins or modules) loaded the library Mootools More after jQuery, this create some conflict. From Joomla 3.x the default JavaScript functions do not use more 'Mootools', but some old component to keep same code developed for J2.5 use it anyway. Mootools is also very heavy (>300Kb).
Anyway to solve this you can add a simple CSS statement in your template.css file (this is a Joomla issue, so in next release we will try to put some workaround)
div.bsdate{display:table !important;} /* you can put this in any position of your file */
  1. more than a month ago
  2. Bug Report
  3. # 7
jimmywiddle Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 8
scheier Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 9
admin Accepted Answer
Admin
Hi,
I found your problem, you have update your Easy Profile Basic with Latest version of Easy Profile Basic.

Now you have installed a free version over the basic.

To solve download latest Easy Profile Basic and install it ;)
  1. more than a month ago
  2. Bug Report
  3. # 10
scheier Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 11
  • 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.