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, 9 months ago #31312

Thanks, www.thephotofactoryandstudio.com/

What do you mean my "importing" mootools and jquery?

I just read that mootools is part of the joomla install. If you mean install, how would I install jquery after mootools? Is there something that shows me how to do this?
The topic has been locked.

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

Hi, I am having that issue. I created one object that is only bookable on Monday, however, when I look at the weekly calendar to book it, it’s showing up as a Sunday booking.

I have tried using the booking.php patch files (one dated in April and the other June) and neither worked.

The other problem I am having is the issue where you can not book on the monthly calendar as the colored box doesn’t show up. I’ve tried several things like adding that no conflict code, even talked to the template developer and he didn’t know what to do.

My site is www.ThePhotoFactoryAndStudio.com and to get to Artio you need to login on the main page (use test/test) and then you will see a “Booking Options (Testing)” link in the main nav. Click that and then Artio Booking in the dropdown. You’ll notice I’m testing two other systems but I like this one best so far if it’ll work.

I really need to have this sorted out so we can start taking reservations Monday.

Thank you!

Bob
The topic has been locked.

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

Hi Bob,

I am sorry for not replying earlier I have been away.

I added the script 2nd after the opening <head> tag:

noconflict.jpg


This is the Template index.php page not the primary Joomla index.php found in root.

For example structure inside my Templatename/ folder is
Templatename/css
Templatename/html
Templatename/images
Templatename/js
component.php
favicon.ico
index.html
index.php - this is the file you need to add the <script type="text/javascript">jQuery.noConflict();</script> to
template_preview.png
template_thumbnail.png
templatedetails.xml

Try adding the script in notepad first, upload new index.php to server and clear cache - both in Joomla and your web browser and if it doesn't stick go through Joomla's Template Manager
- select "Templates" and "Template Files"
- select "edit main page template"
- scroll down the code to where the opening <head> tag is and enter the script there.

I really do hope that this helps you because I know how hard it is to get support out of ARTIO when its template related. Have you tried switching to a different template and testing if the problem still remains? If it is template related there is not much to do besides forum trolling. I am a web designer myself and I know how stressful it is so i hope it all works out for you.
The topic has been locked.

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

Hi Bob,

Me again I forgot to mention to that to start the days of the week from monday instead of sunday this is in the ARTIO Booking/Configuration under "Calendars". Here is a screenshot of mine:

artio-config.jpg


Hope it helps.
The topic has been locked.

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

rachi_1977 wrote:
go through Joomla's Template Manager
- select "Templates" and "Template Files"
- select "edit main page template"
- scroll down the code to where the opening <head> tag is and enter the script there.


Thanks much. I went to where you said here and all that is in that file is:
Editing file "index.php" in template "tk_blue_moon":

<?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');


If I go to /layouts/template.php as it says in the 2nd to last line I do have a <Head> area, but it currently only has one line in it:

<head>
<?php echo $this['template']->render('head'); ?>
</head>


Yours has a lot more stuff. Do I need to add anything else? I tried adding that one line and it didn't do anything.
The topic has been locked.

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

I have used a template before where the main template "index.php" page was inside another folder:

ysigmain.jpg


In fact when I went to the templatename/index.php file all the code I was greeted with was:

defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'TEMPLATEPATH', dirname(__FILE__) );
require( TEMPLATEPATH.DS."yjsgcore/yjsg_core.php");/* YJSGFramework main functions*/
require(TEMPLATEPATH.DS."yjsgcore/".$yjsg_getmain.""); /* 2 default views | yjsg_main.php = desktop | yjsg_mobile.php = mobile devices */

This is how I knew to find the yjsg_main.php file.

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?

Hope it helps
The topic has been locked.
Přihlášení uživatele Prázdný