- Posts: 50
- Thank you received: 1
Joomla 3.2 issue
-
ikkezelluf
Inactive member - Topic Author
- Member
Less
More
11 years 2 months ago #34491
by ikkezelluf
Joomla 3.2 issue was created by ikkezelluf
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #34497
by ivan.milic
Replied by ivan.milic on topic Joomla 3.2 issue
Send link so we could see
Please Log in to join the conversation.
-
homeedition
Inactive member - Member
Less
More
- Posts: 25
- Thank you received: 0
11 years 2 months ago #34503
by homeedition
Replied by homeedition on topic Joomla 3.2 issue
Hi,
i have the same problem. Look my thread:
" www.hotjoomlatemplates.com/support-forum...3-2-very-big-problem "
i have the same problem. Look my thread:
" www.hotjoomlatemplates.com/support-forum...3-2-very-big-problem "
Please Log in to join the conversation.
-
ikkezelluf
Inactive member - Topic Author
- Member
Less
More
- Posts: 50
- Thank you received: 1
11 years 2 months ago - 11 years 2 months ago #34510
by ikkezelluf
www.wimhompes.nl/ilona (= update Joomla 3.2 +tadmin.css and tadmin.js)
www.wimhompes.nl/test (same site only joomla 3.1)
Replied by ikkezelluf on topic Joomla 3.2 issue
ivan.milic wrote: Send link so we could see
www.wimhompes.nl/ilona (= update Joomla 3.2 +tadmin.css and tadmin.js)
www.wimhompes.nl/test (same site only joomla 3.1)
Last edit: 11 years 2 months ago by ikkezelluf.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #34519
by ivan.milic
Replied by ivan.milic on topic Joomla 3.2 issue
In index.php of template you will see this code:
change to:
if that does not work try this preserving only this two lines:
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<jdoc:include type="head" />
change to:
Code:
<jdoc:include type="head" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
if that does not work try this preserving only this two lines:
Code:
<jdoc:include type="head" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
The following user(s) said Thank You: homeedition, ikkezelluf
Please Log in to join the conversation.
-
homeedition
Inactive member - Member
Less
More
- Posts: 25
- Thank you received: 0
11 years 2 months ago #34530
by homeedition
Replied by homeedition on topic Joomla 3.2 issue
It works!!
Thank you very much!!!!
Thank you very much!!!!
Please Log in to join the conversation.
Time to create page: 0.172 seconds