- Posts: 3
- Thank you received: 0
GCalendar issue with Joomla 1.6
-
corner17
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago #9661
by corner17
GCalendar issue with Joomla 1.6 was created by corner17
Hi all,
I'm attempting to configure GCalendar 2.3 with HotSportal, but seem to be experiencing some issues. I've researched the issue over at GCalendar's website but haven't been able to find a solution.
Has anyone else had any problems in the past adding GCalendar to this template?
Everything on the backend looks fine.
I'm attempting to configure GCalendar 2.3 with HotSportal, but seem to be experiencing some issues. I've researched the issue over at GCalendar's website but haven't been able to find a solution.
Has anyone else had any problems in the past adding GCalendar to this template?
Everything on the backend looks fine.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9675
by ivan.milic
Replied by ivan.milic on topic Re: GCalendar issue with Joomla 1.6
Yes we had complains about that new version of GCalendar , but we did not have a chance to inspect. If you can give us access we will have a look. Use Report to moderator. Before that install joomla xExplorer.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9742
by ivan.milic
Replied by ivan.milic on topic Re: GCalendar issue with Joomla 1.6
what I can do with xExplorer if I can not access the administration. Please send us username/password and describe where we can see (where issues appear) on your site.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10026
by ivan.milic
Replied by ivan.milic on topic Re: GCalendar issue with Joomla 1.6
We can not access site administration by using username/password you gave us.
we get: "Username and password do not match or you do not have an account yet."
we get: "Username and password do not match or you do not have an account yet."
Please Log in to join the conversation.
-
corner17
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 4 months ago #10076
by corner17
Replied by corner17 on topic Re: GCalendar issue with Joomla 1.6
I'm sorry about that, the autogenerated password took precedence. Try again
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10096
by ivan.milic
Replied by ivan.milic on topic Re: GCalendar issue with Joomla 1.6
Hi, solved,
for others that may have this problem
opend index.php of template (Edit main page template)
find this line near the top:
<jdoc:include type="head" />
and move it after this block:
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
so at the end look like this:
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<jdoc:include type="head" />
for others that may have this problem
opend index.php of template (Edit main page template)
find this line near the top:
<jdoc:include type="head" />
and move it after this block:
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
so at the end look like this:
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<jdoc:include type="head" />
Please Log in to join the conversation.
Time to create page: 0.098 seconds