- Posts: 6
- Thank you received: 0
[SOLVED] joomla 3.2.1
- dickerschutz
- Topic Author
- Offline
- New Member
-
Less
More
11 years 10 months ago #1503
by dickerschutz
joomla 3.2.1 was created by dickerschutz
hi
in the item it doens't load the group any more
and so i will not load the group on the front end
please some help
gr.
in the item it doens't load the group any more
and so i will not load the group on the front end
please some help
gr.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 10 months ago #1504
by mmmaug1977
Replied by mmmaug1977 on topic joomla 3.2.1
Please let me know if you find any error messages.
And where do you find the problem, in the edit form or in the view page?
And where do you find the problem, in the edit form or in the view page?
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 10 months ago #1505
by mmmaug1977
Replied by mmmaug1977 on topic joomla 3.2.1
Hi Erwin
I have checked your website, and have found that jQuery is loaded twice, which caused a conflict and stopped MEFG.
Please check whether you have installed any extension later which is loading jQuery, and resolve this conflict.
I have checked your website, and have found that jQuery is loaded twice, which caused a conflict and stopped MEFG.
Please check whether you have installed any extension later which is loading jQuery, and resolve this conflict.
Please Log in or Create an account to join the conversation.
- dickerschutz
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 10 months ago #1506
by dickerschutz
Replied by dickerschutz on topic joomla 3.2.1
hi mohamed
yeah you are right.. sorry for bothering you with this..
it works now..
one plug i need to add this
$app = JFactory::getApplication();
if ($doc->getType() == 'html' and !$app->isAdmin())
//check if jquery load if not load
$doc->addScriptDeclaration('!window.jQuery && document.write(unescape(\'%3Cscript src=" ajax.googleapis.com/ajax/libs/jquery/1.9...js"%3E%3C/script%3E\ '));');
yeah you are right.. sorry for bothering you with this..
it works now..
one plug i need to add this
$app = JFactory::getApplication();
if ($doc->getType() == 'html' and !$app->isAdmin())
//check if jquery load if not load
$doc->addScriptDeclaration('!window.jQuery && document.write(unescape(\'%3Cscript src=" ajax.googleapis.com/ajax/libs/jquery/1.9...js"%3E%3C/script%3E\ '));');
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 10 months ago #1507
by mmmaug1977
Replied by mmmaug1977 on topic joomla 3.2.1
Hi Erwin,
No problem, feel free to contact me anytime.
No problem, feel free to contact me anytime.
Please Log in or Create an account to join the conversation.