GCalendar issue with Joomla 1.6

  • corner17
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 5 months ago #9661 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.

Please Log in to join the conversation.

More
13 years 5 months ago #9675 by ivan.milic
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.

More
13 years 5 months ago #9742 by ivan.milic
:) 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.

More
13 years 4 months ago #10026 by ivan.milic
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."

Please Log in to join the conversation.

  • corner17
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 4 months ago #10076 by corner17
I'm sorry about that, the autogenerated password took precedence. Try again :)

Please Log in to join the conversation.

More
13 years 4 months ago #10096 by ivan.milic
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" />

Please Log in to join the conversation.

Time to create page: 0.169 seconds
Powered by Kunena Forum