- Posts: 11
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
gersonpecanha wrote: Is there some way that I can edit the module code? manually put the theme settings on ICAgenda module PHP file?
Please Log in or Create an account to join the conversation.
Lyr!C wrote:
gersonpecanha wrote: Is there some way that I can edit the module code? manually put the theme settings on ICAgenda module PHP file?
Don't really understand what you want to do...
But i will test this template as soon as possible...
<div class="jsn-modulecontainer_inner"><h3 class="jsn-moduletitle"><span class="jsn-moduletitle_inner1"><span class="jsn-moduletitle_inner2"><span class="jsn-moduleicon">Viagens</span></span></span></h3><div class="jsn-modulecontent">
<script type="text/javascript">
var icmouse = 'mouseover';
var icclasstip = '.iccalendar .icevent a';
var icclass = '.iccalendar';
var posit = 'right';
</script>
<!--
* Theme Pack Official (module iC calendar)
* @name default
* @template calendar
* @author Lyr!C (JoomliC)
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @updated 2013-04-24
* @version 1.9
-->
<div class="iccalendar richbox-2" style="background-color: none; background-image: url(''); background-repeat: no-repeat"><div id="mod_iccalendar">
...
<script type="text/javascript">
var icmouse = 'mouseover';
var icclasstip = '.iccalendar .icevent a';
var icclass = '.iccalendar';
var posit = 'right';
</script>
<div class="iccalendar richbox-2" style="background-color: none; background-image: url(''); background-repeat: no-repeat"><div id="mod_iccalendar"><div class="icnav">
...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
gersonpecanha wrote: I deleted the iCagenda from my joomla, deleted in my DB, at Assets Table, the iCagenda references, and created a backup of joomla.
Then, I installed this backup in my localserver and installed iCagenda, it's working.
But i made the same instalation in my webserver but it's not working.
My localserver is a Windows with Xamp, my webserver is a CentOS.
Is there something else that I can see ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
gersonpecanha wrote: I was testing, disabled global cache and it works... At iCagenda configuration, Cache was already disabled, so is that option on iCagenda configuration with some problem? or, is there another way to fix it, keeping global cache on?
Please Log in or Create an account to join the conversation.