DMXzone Tabs Support Product Page

Answered

inserting tabs into page stops image rotator working

Asked 27 Jul 2012 17:51:11
1
has this question
27 Jul 2012 17:51:11 toni laird posted:
The tabs work great but on my home page my image rotator stops working and I only see one of the 5 images. The image rotator is also Java so perhaps there is a conflict!

You can see the image rotator used on my home page
www.teambuildingap.com

Replies

Replied 29 Jul 2012 12:23:49
29 Jul 2012 12:23:49 Vulcho Vulev replied:
Hello Toni.

I receive the following message which is serverside related:
www.teambuildingap.com/js/jquery.cycle.all.min.js respond with Error 500 Internal server error.
Please make sure that file is uploaded on your hosting and contact your server administrator in order to see the error log for the page.

Regards: Vulcho.
Replied 29 Jul 2012 12:32:21
29 Jul 2012 12:32:21 toni laird replied:
Hi Vulcho

I'm sorry but you've lost me. The tabs work fine on my page: www.teambuildingap.com/thailand.html but not the home page. What and where do I find this file and what is it's purpose?

Regards

Toni
Replied 29 Jul 2012 12:44:06
29 Jul 2012 12:44:06 toni laird replied:
My apologies as perhaps my posting wasn't clear. I have an image slider on the home page and if I try to insert tabs it prevents my image slider from working. Upon placing the tabs into any other page (which doesn't have the image slider) everything is fine! I would like to insert the tabs into my home page but there is a conflict with the 2 plugins

Regards

Toni!
Replied 30 Jul 2012 07:58:25
30 Jul 2012 07:58:25 Vulcho Vulev replied:
Hello Toni.

When adding the tabs you are receiving a double include of the jquery library.

Please edit the following lines of code that way:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Team building Thailand (MICE) events</title>
<META name="description" content="Team building Thailand, Outdoor Teambuilding (MICE) in Thailand." />
<META name="keywords" content="Team building, Thailand, Bangkok, MICE, team," />
<META name="author" content="Toni" />
<META name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<!--  ACTIVATE CUFON TEXT REPLACEMENT IF ENABLED IN THEME OPTIONS  -->
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/liberation_sans.js"></script>
<script type="text/javascript">
	Cufon.replace('h1, h2, h3, h4, h5, h6', { hover: true });
</script>
<!--[if IE 6]>
<script type='text/javascript' src='js/dd_belated_png.js'></script>
<script>DD_belatedPNG.fix('.ie6fix');</script>
<![endif]-->
<script type="text/javascript" src="includes/ImageShowPro/flash_detect_min.js"></script>
<script type="text/javascript" src="includes/ImageShowPro/xtdProBanner1.js"></script>
<script type="text/javascript" src="includes/ImageShowPro/xtdProBannerLayout.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxTabs.css" />
<link rel="stylesheet" type="text/css" href="Styles/jqueryui/cupertino/cupertino.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-ui-core.min.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxTabs.js"></script>
</head>


Also i see that there is a problem with the www.teambuildingap.com/js/jquery.cycle.all.min.js as it respond with Error 500 Internal server error. Which is server side related issue , and you need to contact your server administrator to see the error log for your page.

Regards:Vulcho.
Replied 30 Jul 2012 17:14:58
30 Jul 2012 17:14:58 toni laird replied:
Thank you Vulcho

That fixed it for me. Very much appreciated

Reply to this topic