Main menu

Forum


× Help Forum English

[VIEWED] Next Month Doesn't Load

  • dLuxMediaArts
  • Topic Author
  • New Member
  • New Member
More
10 years 9 months ago #7078 by dLuxMediaArts
Replied by dLuxMediaArts on topic Next Month Doesn't Load
Hi Cyril,

Have updated the helper.php file but still having the same problem.


PS: Great to hear that doorknob is working on a solution ;-)

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 9 months ago #7083 by Lyr!C
Replied by Lyr!C on topic Next Month Doesn't Load

dLuxMediaArts wrote: Hi Cyril,

Have updated the helper.php file but still having the same problem.


PS: Great to hear that doorknob is working on a solution ;-)


Okay...

I'm not sure that the future system will solved your problem, as it is perhaps related to anonther extension giving trouble (changing Routing for example...)

Could you do another test ?

Replace (in the same file, just a few lines after previous change) this :
$backY='<a class="backicY icagendabtn_'.$modid.'" href="'.JRoute::_($Aurl.'&iccaldate='.$backYYear.'-'.$month.'-'.$day).'" rel="nofollow"><span aria-hidden="true" class="iCicon-backicY"></span></a>';
		$back='<a class="backic icagendabtn_'.$modid.'" href="'.JRoute::_($Aurl.'&iccaldate='.$backYear.'-'.$backMonth.'-'.$day).'" rel="nofollow"><span aria-hidden="true" class="iCicon-backic"></span></a>';

		$next='<a class="nextic icagendabtn_'.$modid.'" href="'.JRoute::_($Aurl.'&iccaldate='.$nextYear.'-'.$nextMonth.'-'.$day).'" rel="nofollow"><span aria-hidden="true" class="iCicon-nextic"></span></a>';
		$nextY='<a class="nexticY icagendabtn_'.$modid.'" href="'.JRoute::_($Aurl.'&iccaldate='.$nextYYear.'-'.$month.'-'.$day).'" rel="nofollow"><span aria-hidden="true" class="iCicon-nexticY"></span></a>';

by this :
$backY='<a class="backicY icagendabtn_'.$modid.'" href="'.$Aurl.'&iccaldate='.$backYYear.'-'.$month.'-'.$day.'" rel="nofollow"><span aria-hidden="true" class="iCicon-backicY"></span></a>';
		$back='<a class="backic icagendabtn_'.$modid.'" href="'.$Aurl.'&iccaldate='.$backYear.'-'.$backMonth.'-'.$day.'" rel="nofollow"><span aria-hidden="true" class="iCicon-backic"></span></a>';

		$next='<a class="nextic icagendabtn_'.$modid.'" href="'.$Aurl.'&iccaldate='.$nextYear.'-'.$nextMonth.'-'.$day.'" rel="nofollow"><span aria-hidden="true" class="iCicon-nextic"></span></a>';
		$nextY='<a class="nexticY icagendabtn_'.$modid.'" href="'.$Aurl.'&iccaldate='.$nextYYear.'-'.$month.'-'.$day.'" rel="nofollow"><span aria-hidden="true" class="iCicon-nexticY"></span></a>';

Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • dLuxMediaArts
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #7268 by dLuxMediaArts
Replied by dLuxMediaArts on topic Next Month Doesn't Load
Hi Cyril,

Have tried that and still the same problem.

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 8 months ago #7284 by Lyr!C
Replied by Lyr!C on topic Next Month Doesn't Load

dLuxMediaArts wrote: Hi Cyril,

Have tried that and still the same problem.


Hi!

Do you have upgraded to iCagenda 3.3.5-1 ?

Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • dLuxMediaArts
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #7313 by dLuxMediaArts
Replied by dLuxMediaArts on topic Next Month Doesn't Load
Hi,

I did the update this morning and then a clear cache but the next month still doesn't appear on the main homepage

www.dlux.org.au/cms

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 8 months ago #7343 by Lyr!C
Replied by Lyr!C on topic Next Month Doesn't Load
Hi!

So try by disbaling your css compression (it could maybe be a reason...)

Try too, to disable the slider in front, to see if it could be a conflict with this slider.

Really, you have to check all extensions, to find which one is conflicting with module calendar. When this extension will be find, it will be much easier for me to test it and see what's the problem! ;-)

In all cases, in around one month, the next major release will integrate doorknob ajax loading, so this could maybe solve the issue as a different behaviour in changing month (but no guarantee, so better to find the extension giving conflict.)

Thanks!

Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • dLuxMediaArts
  • Topic Author
  • New Member
  • New Member
More
10 years 7 months ago #7462 by dLuxMediaArts
Replied by dLuxMediaArts on topic Next Month Doesn't Load
Hi Cyril!

I just checked and we don't use any css compression.

I have gone through all the extensions and nothing - I even updated the template to V1.3 and still same.

I shall wait and see if it gets fixed in the next update.

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 7 months ago #7477 by Lyr!C
Replied by Lyr!C on topic Next Month Doesn't Load
Hello,

And do you have tested with the core joomla template ?

And yes, you have css compressed :
<link rel="stylesheet" href="/cms/templates/rt_lumiere/css-compiled/menu-585b7d6751c75ecedea78a94a3544d5b.css" type="text/css" />
  <link rel="stylesheet" href="/cms/libraries/gantry/css/grid-responsive.css" type="text/css" />
  <link rel="stylesheet" href="/cms/templates/rt_lumiere/css-compiled/bootstrap.css" type="text/css" />
  <link rel="stylesheet" href="/cms/templates/rt_lumiere/css-compiled/master-718b2baf95245b71f4fd359cf2640af3.css" type="text/css" />

;-)

Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • Scroofy
  • New Member
  • New Member
More
10 years 7 months ago #7533 by Scroofy
Replied by Scroofy on topic [VIEWED] Next Month Doesn't Load
Hello,

I have the same issue with iCagenda Calendar module. After click to next/previous month/year arrow, the loader is working, but it not loading calendar.

My website: www.redroof.pl.

Please help me.

Best regards
Piotrek

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 7 months ago #7535 by Lyr!C
Replied by Lyr!C on topic [VIEWED] Next Month Doesn't Load

Scroofy wrote: Hello,

I have the same issue with iCagenda Calendar module. After click to next/previous month/year arrow, the loader is working, but it not loading calendar.

My website: www.redroof.pl.

Please help me.

Best regards
Piotrek


Hello,

Could you provide a direct link to the page with calendar... (i'm sorry, i don't speak Polish! ;-) )

Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

Moderators: Lyr!C
Time to create page: 0.124 seconds

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new