Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Calendar Buttons not working - cant make bookings
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.

TOPIC: Calendar Buttons not working - cant make bookings

Re: Calendar Buttons not working - cant make bookings 11 years, 10 months ago #31366

Regarding your answer about the calendar date being off by one day, Rachi, this is what I'm getting:
www.m3imagery.com/temp/artio-offaday.jpg
Attachments:
The topic has been locked.

Re: Calendar Buttons not working - cant make bookings 11 years, 10 months ago #31367

Regarding your statement about the calendar being off by a day, Rachi, this is what I'm getting:
www.m3imagery.com/temp/artio-offaday.jpg


artio-offaday_2012-07-02.jpg
The topic has been locked.

Re: Calendar Buttons not working - cant make bookings 11 years, 10 months ago #31368

rachi_1977 wrote:
Go back into the /layouts/template.php file and see if there is a call similar to the one above that will tell you what file to update or go back to the developer of the template and ask them what .php file controls the home page layout


The developer told me to edit the file in themename/layouts/template.php. I'm pasting the entire code here because other than the <head> tag I'm not sure what else there'd be:

/templatename/index.php:

*NOTE, I just noticed there is an open "<?php" but I don't see a close one, would that matter?

<?php
/**
* @package yoo_master
* @author YOOtheme www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license www.gnu.org/licenses/gpl.html GNU/GPL
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

// include config
include_once(dirname(__FILE__).'/config.php');

// get warp
$warp = Warp::getInstance();

// load main template file, located in /layouts/template.php
echo $warp['template']->render('template');



/templatename/layouts/template.php:

<?php
/**
* @package yoo_quantum
* @author YOOtheme www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license www.gnu.org/licenses/gpl.html GNU/GPL
*/

// get template configuration
include($this['path']->path('layouts:template.config.php'));

?>
<!DOCTYPE HTML>
<html lang="<?php echo $this['config']->get('language'); ?>" dir="<?php echo $this['config']->get('direction'); ?>">

<head>
<script type="text/javascript" src="code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<?php echo $this['template']->render('head'); ?>
</head>

<body id="page" class="page <?php echo $this['config']->get('body_classes'); ?>" data-config='<?php echo $this['config']->get('body_config','{}'); ?>'>

<?php if ($this['modules']->count('absolute')) : ?>
<div id="absolute">
<?php echo $this['modules']->render('absolute'); ?>
</div>
<?php endif; ?>



<div id="block-header">

<div class="wrapper">

<header id="header">

<div id="headerbar" class="grid-block">

<div id="toolbar" class="grid-block">

<?php if ($this['modules']->count('toolbar-l') || $this['config']->get('date')) : ?>
<div class="float-left">

<?php if ($this['config']->get('date')) : ?>
<time datetime="<?php echo $this['config']->get('datetime'); ?>"><?php echo $this['config']->get('actual_date'); ?></time>
<?php endif; ?>

<?php echo $this['modules']->render('toolbar-l'); ?>

</div>
<?php endif; ?>

<?php if ($this['modules']->count('toolbar-r')) : ?>
<div class="float-right"><?php echo $this['modules']->render('toolbar-r'); ?></div>
<?php endif; ?>

</div>

<?php if ($this['modules']->count('logo')) : ?>
<a id="logo" href="<?php echo $this['config']->get('site_url'); ?>"><?php echo $this['modules']->render('logo'); ?></a>
<?php endif; ?>

<?php if($this['modules']->count('headerbar')) : ?>
<div class="left"><?php echo $this['modules']->render('headerbar'); ?></div>
<?php endif; ?>

</div>

<div id="menubar"><div><div class="grid-block">

<?php if ($this['modules']->count('menu')) : ?>
<nav id="menu"><?php echo $this['modules']->render('menu'); ?></nav>
<?php endif; ?>

<?php if ($this['modules']->count('search')) : ?>
<div id="search"><?php echo $this['modules']->render('search'); ?></div>
<?php endif; ?>

</div></div></div>

<?php if ($this['modules']->count('banner')) : ?>
<div id="banner"><?php echo $this['modules']->render('banner'); ?></div>
<?php endif; ?>

</header>

</div>

</div>

<?php if ($this['modules']->count('top-a')) : ?>
<div id="block-top-a"><div><div>

<section id="top-a" class="wrapper grid-block"><?php echo $this['modules']->render('top-a', array('layout'=>$this['config']->get('top-a'))); ?></section>

</div></div></div>
<?php endif; ?>

<?php if ($this['modules']->count('top-b')) : ?>
<div id="block-top-b"><div><div>

<section id="top-b" class="wrapper grid-block"><?php echo $this['modules']->render('top-b', array('layout'=>$this['config']->get('top-b'))); ?></section>

</div></div></div>
<?php endif; ?>

<?php if ($this['modules']->count('innertop + innerbottom + sidebar-a + sidebar-b') || $this['config']->get('system_output')) : ?>
<div id="block-main">

<div id="main" class="wrapper grid-block">

<div id="maininner" class="grid-box">

<?php if ($this['modules']->count('innertop')) : ?>
<section id="innertop" class="grid-block"><?php echo $this['modules']->render('innertop', array('layout'=>$this['config']->get('innertop'))); ?></section>
<?php endif; ?>

<?php if ($this['config']->get('system_output')) : ?>

<?php if ($this['modules']->count('breadcrumbs')) : ?>
<section id="breadcrumbs"><?php echo $this['modules']->render('breadcrumbs'); ?></section>
<?php endif; ?>

<section id="content" class="grid-block"><?php echo $this['template']->render('content'); ?></section>

<?php endif; ?>

<?php if ($this['modules']->count('innerbottom')) : ?>
<section id="innerbottom" class="grid-block"><?php echo $this['modules']->render('innerbottom', array('layout'=>$this['config']->get('innerbottom'))); ?></section>
<?php endif; ?>

</div>

<?php if ($this['modules']->count('sidebar-a')) : ?>
<aside id="sidebar-a" class="grid-box"><?php echo $this['modules']->render('sidebar-a', array('layout'=>'stack')); ?></aside>
<?php endif; ?>

<?php if ($this['modules']->count('sidebar-b')) : ?>
<aside id="sidebar-b" class="grid-box"><?php echo $this['modules']->render('sidebar-b', array('layout'=>'stack')); ?></aside>
<?php endif; ?>

</div>

</div>
<?php endif; ?>

<?php if ($this['modules']->count('bottom-a + bottom-b')) : ?>
<div id="block-bottom"><div>

<?php if ($this['modules']->count('bottom-a')) : ?>
<section id="bottom-a" class="wrapper grid-block"><?php echo $this['modules']->render('bottom-a', array('layout'=>$this['config']->get('bottom-a'))); ?></section>
<?php endif; ?>

<?php if ($this['modules']->count('bottom-b')) : ?>
<section id="bottom-b" class="wrapper grid-block"><?php echo $this['modules']->render('bottom-b', array('layout'=>$this['config']->get('bottom-b'))); ?></section>
<?php endif; ?>

</div></div>
<?php endif; ?>

<?php if ($this['modules']->count('footer + debug') || $this['config']->get('warp_branding')) : ?>
<div id="block-footer">

<div class="wrapper">

<footer id="footer" class="grid-block">

<?php if ($this['config']->get('totop_scroller')) : ?>
<a id="totop-scroller" href="#page"></a>
<?php endif; ?>

<?php
echo $this['modules']->render('footer');
$this->output('warp_branding');
echo $this['modules']->render('debug');
?>

</footer>

</div>

</div>
<?php endif; ?>

<?php echo $this->render('footer'); ?>

</body>
</html>
The topic has been locked.

Re: Calendar Buttons not working - cant make bookings 11 years, 10 months ago #31379

There is definately a Calendar error with ARTIO Booking. I wonder if it is in the language files language/en-GB/en-GB.com_booking.ini and they have:

SUNDAY = Monday or something silly like that?

Also I found this post www.parabellus.co.uk/using-noconflict-fix/

I wonder if the answer lies in there becuase the only other area in the code you posted that I would consider looking into is in the layouts:template.config.php or just config.php file.

I know some templates also call a head.php file which controls the stuff inside the <head> tags.

This is a messy one - this link could also provide some answers too - www.reviewsforjoomla.com/forum/index.php?topic=14320.0
The topic has been locked.

Re: Calendar Buttons not working - cant make bookings 11 years, 10 months ago #31417

Thanks again, Rachi, for all your help. I've tried everything you've suggested but nothing has worked. I really wish someone from Artio would chime in. I've even sent emails with my login but no reply.
The topic has been locked.

Re: Calendar Buttons not working - cant make bookings 10 years, 8 months ago #40463

I am having the same problem.

I have tried several joomla 2.5 templates and i get no solution. Everything is working fine. the price, the descriptions, gallery, .... just i can´t make reservations.
Calendar is not working at all.

Should i send you the url
The topic has been locked.
Přihlášení uživatele Prázdný