- Posts: 8
- Thank you received: 0
Sobipro tabbed view
-
ajozsef
Inactive member - Topic Author
- New Member
Less
More
11 years 11 months ago #25401
by ajozsef
Sobipro tabbed view was created by ajozsef
Hi,
I've installed this template for SobiPro ST Resorts directory. Everything's fine, I'll try build the complet site. I have 1 great problem:
1. www.casinoscrawler.com/index.php/dog-tra...Kanal-Greyhound-Park
They are 5 tabs : Overview, Gaming, Location, Photos, Reviews
This should be similar:
sobipro.sobitemplates.com/132-roberts-ho...nd-template-emporium
And when you click on any tabs, the site go back to list view:
www.casinoscrawler.com/index.php/dog-tracks#tab-1
Please check my other site:
www.themeparksheaven.com/?pid=54&sid=136:Orange-County-Zoo
Tabbed view OK.
Thanks!
I've installed this template for SobiPro ST Resorts directory. Everything's fine, I'll try build the complet site. I have 1 great problem:
1. www.casinoscrawler.com/index.php/dog-tra...Kanal-Greyhound-Park
They are 5 tabs : Overview, Gaming, Location, Photos, Reviews
This should be similar:
sobipro.sobitemplates.com/132-roberts-ho...nd-template-emporium
And when you click on any tabs, the site go back to list view:
www.casinoscrawler.com/index.php/dog-tracks#tab-1
Please check my other site:
www.themeparksheaven.com/?pid=54&sid=136:Orange-County-Zoo
Tabbed view OK.
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25417
by ivan.milic
Replied by ivan.milic on topic Sobipro tabbed view
Disable jquery and jquery-UI in sobypro because template also has references and they inter-fear
Please Log in to join the conversation.
-
ajozsef
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 11 months ago #25427
by ajozsef
Replied by ajozsef on topic Sobipro tabbed view
I removed jquery.js and jquery-ui.js files from "components/com_sobipro/lib/js" directory, but still bad.
Maybe its wrong way to disable jquery? Sorry, I'm beginner.
Thanks!
Maybe its wrong way to disable jquery? Sorry, I'm beginner.
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25433
by ivan.milic
Replied by ivan.milic on topic Sobipro tabbed view
Open index.php of template, move this:
just after begining of head tag: <head>
Code:
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
just after begining of head tag: <head>
Please Log in to join the conversation.
-
ajozsef
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 11 months ago #25435
by ajozsef
Replied by ajozsef on topic Sobipro tabbed view
Still bad
<?php
/*
# "Hot Destinations" Joomla template - June, 2011
# Copyright (C) 2011 ArhiNet d.o.o. All Rights Reserved.
# License: www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: www.hotjoomlatemplates.com
*/
defined( '_JEXEC' ) or die( 'Restricted access' );
define( 'YOURBASEPATH', dirname(__FILE__) );
$template_path = $this->baseurl.'/templates/'.$this->template;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" www.w3.org/1999/xhtml " xml:lang="language; ?>" lang="language; ?>" >
<head>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<jdoc:include type="head" />
<?php // module states
<?php
/*
# "Hot Destinations" Joomla template - June, 2011
# Copyright (C) 2011 ArhiNet d.o.o. All Rights Reserved.
# License: www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: www.hotjoomlatemplates.com
*/
defined( '_JEXEC' ) or die( 'Restricted access' );
define( 'YOURBASEPATH', dirname(__FILE__) );
$template_path = $this->baseurl.'/templates/'.$this->template;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" www.w3.org/1999/xhtml " xml:lang="language; ?>" lang="language; ?>" >
<head>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<jdoc:include type="head" />
<?php // module states
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25441
by ivan.milic
Replied by ivan.milic on topic Sobipro tabbed view
Ask help on sobypro forum this as far as we could help you, there is some script errors related to script from their component.
Please Log in to join the conversation.
Time to create page: 0.181 seconds