Jump to content

chitrag

Members
  • Posts

    97
  • Joined

  • Last visited

Everything posted by chitrag

  1. chitrag

    tool tip

    Thank you so much ! That worked perfectly. But there some conflicts between my custom.css file and bootstrap's css file. So, there are few issues arose like fonts, font colors, etc
  2. chitrag

    tool tip

    I have used above code in my page www.egtours.com You can check mouse over just below main text contents of the page. There should appear some pictures but nothing appear.
  3. chitrag

    tool tip

    Hello, This code works perfectly in my computer but when I use same in web site it does not function properly. Page elements are does not appear. Only mouse over tool tips are seen. <table border="0" width="100%"> <tr> <td><span class="tooltip" onmouseover="tooltip.pop(this, '#demo1_tip')"> <a href="http://www.egtours.com/10_days_nepal_trip.php"><img src="_DSC0160.jpg"><p>10 Days Nepal Trip</p></a> </span> <div style="display:none;"> <div id="demo1_tip"> <a href="http://www.egtours.com/10_days_nepal_trip.php"><h3>10 Days Nepal Trip</h3></a> <img src="http://www.egtours.com/images/buddhist/5t.jpg" style="float:right;" /> <i><p>City Tour, Culture, People, Wildlife Viewing, Hiking & more</p></i> <font color="#CC0000"><b>Price from US$ 1645</b> <p><a href="http://egtours.trekksoft.com/en/tours/15420/10-days-nepal-trip">Check here</a></p> </div> </div></td> <td><span class="tooltip" onmouseover="tooltip.pop(this, '#demo2_tip')"> <a href="http://www.egtours.com/kathmandu_stopover.php"><img src="http://www.egtours.com/images/thumb-kal-bhairab.jpg"><p>Kathmandu Stopover</p></a> </span> <div style="display:none;"> <div id="demo2_tip"> <a href="http://www.egtours.com/kathmandu_stopover.php"><h3>Kathmandu Stopover</h3></a> <img src="http://www.egtours.com/images/weekend/thumbs/4.jpg" style="float:right;" /> <i><p>Explore three ancient cities of Kathmandu Valley</p></i> <font color="#CC0000"><b>from US$ 490</b> <p><a href="http://egtours.trekksoft.com/en/tours/26051/kathmandu-stopover">Check here</a></p> </div> </div></td> <td><span class="tooltip" onmouseover="tooltip.pop(this, '#demo3_tip')"> <a href="http://www.egtours.com/ultimate_tibet_experience.php"><img src="http://www.egtours.com/images/tibet/thumbs/p1014211.jpg"><p>Ultimate Tibet Experience</p></a> </span> <div style="display:none;"> <div id="demo3_tip"> <a href="http://www.egtours.com/ultimate_tibet_experience.php"><h3>Ultimate Tibet Experience</h3></a> <img src="http://www.egtours.com/images/buddhist/5t.jpg" style="float:right;" /> <i><p>Lhasa,Potala Palace, Dalai Lama, culture, Buddhism & more& more</p></i> <font color="#CC0000"><b>Price from US$ 1992</b> <p><a href="http://egtours.trekksoft.com/en/tours/15823/ultimate-tibet-experience">Check here</a></p> </div> </div></td> </tr> <tr> <td><span class="tooltip" onmouseover="tooltip.pop(this, '#demo4_tip')"> <a href="http://www.egtours.com/Kathmandu_Lhasa_Shortbreak.php"><img src="http://www.egtours.com/images/tibet/thumbs/ap1014462.jpg"><p>Kathmandu Lhasa Shortbreak</p></a> </span> <div style="display:none;"> <div id="demo4_tip"> <a href="http://www.egtours.com/Kathmandu_Lhasa_Shortbreak.php"><h3>Kathmandu Lhasa Shortbreak</h3></a> <img src="http://www.egtours.com/images/tibet/thumbs/ap1014462.jpg" style="float:right;" /> <i><p>Historic Sights of Kathmandu, Bhaktapur, Lalitpur & Lhasa</p></i> <font color="#CC0000"><b>Price from US$ 1160 </b> <p><a href="http://egtours.trekksoft.com/en/tours/22108/kathmandu-lhasa-shortbreak">Check here</a></p> </div> </div></td> <td><span class="tooltip" onmouseover="tooltip.pop(this, '#demo5_tip')"> <a href="http://www.egtours.com/nepal_bhutan_tour.php"><img src="http://www.egtours.com/bhutan/thumbs/DSCN3279.jpg"><p>Nepal Bhutan Tour</p></a> </span> <div style="display:none;"> <div id="demo5_tip"> <a href="http://www.egtours.com/nepal_bhutan_tour.php"><h3>Nepal Bhutan Tour</h3></a> <img src="http://www.egtours.com/bhutan/thumbs/DSCN3279.jpg" style="float:right;" /> <i><p>Visit Kathmandu Durbar Square, Thimpu, Paro, Punakha, Tiger Nest & more</p></i> <font color="#CC0000"><b>Price from US$ 1665</b> <p><a href="http://www.egtours.com/Tour_Reservation_Form.php">Check here</a></p> </div> </div></td> <td><span class="tooltip" onmouseover="tooltip.pop(this, '#demo6_tip')"> <a href="http://www.egtours.com/Eastern_Himalayas.php"><img src="http://www.egtours.com/images/eastern/thumbs/DSCF0713.jpg"><p>Eastern Himalayas</p></a> </span> <div style="display:none;"> <div id="demo6_tip"> <a href="http://www.egtours.com/Eastern_Himalayas.php"><h3>Eastern Himalayas</h3></a> <img src="http://www.egtours.com/images/eastern/thumbs/DSCF0713.jpg" style="float:right;" /> <i><p>Culture, nature, people, Nepal, Bhutan, Sikkim& more</p></i> <font color="#CC0000"> <b>Price from US$ 3078</b> <p><a href="http://www.egtours.com/Tour_Reservation_Form.php">Check here</a></p> </div> </div></td> </tr> </table>
  4. thanks But I could not figure out double link of custom.css
  5. Hello, My font in vertical menu becomes bold automatically and get into two lines. I could not figure-out why ? Did several attempts but not success ? Www.egtours.com
  6. For example ? 885 px change to 100% ?
  7. I have been using following custom.css file for my website and I have put viewport meta tag in my pages but still some errors in my pages and that does not fit in mobile and other application. html { height: 100%; margin-bottom: 1px; } body { margin: 0px; padding: 0px; background-color: #CCCCCC; } body, td.sohotext, td.text, p, span { font-family: sans-serif, Helvetica, Verdana, Arial; font-size: 16px; } .small { font-size: 12px; /* 75% of the baseline */ } .large { font-size: 20px; /* 125% of the baseline */ } color: #525252; line-height: 140%; } /* Fixes and hacks */ .clearfix:after { clear: both; display: block; content: "."; height: 0; visibility: hidden; } * html input.quick_signup { background-attachment: fixed; } /*END - Fixes and Hacks */ /* Navigation */ #mainnav a:link, #mainnav a:visited { color: #FFF; text-decoration: none; display: block; padding-right: 13px; float: left; padding-top: 8px; padding-left: 13px; padding-bottom: 7px; background-image: url(images/menu_div.jpg); background-repeat: no-repeat; background-position: right top; } #mainnav a:hover { color: #36CC2F; background-image: url(images/nav_active.jpg); background-repeat: repeat-x; background-position: right top; } .hmains { font-size: 100%; } #megamenu { list-style-type:none; width:100%; margin: 3px auto 04px auto; height:40px; padding:2px 0px 3px 0px; } table.vmenu_subs { margin-bottom: 30px; margin-top: 15px; } /*#leftav a:link, #leftnav a:visited, */ a.vmenu_sub_off:link, a.vmenu_sub_off:visited, a.vmenu_sub_on:link, a.vmenu_sub_on:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%; font-weight: bold; color: #000; background-image: url(images/sideNav_bullet.gif); background-repeat: no-repeat; background-position: left center; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #acacac; text-decoration: none; padding-left: 24px; display: block; width: 150px; } /*#leftav a:hover,*/ a.vmenu_sub_off:hover, a.vmenu_sub_on:hover a.vmenu_sub_off:active, a.vmenu_sub_on:active { color: #666; } a:link, a:visited { color: #00CC00; text-decoration: none; } a:hover { color: #009900; } #feat a:link, #feat a:visited { color: #fdb417; text-decoration: none; } #feat a:hover { color: #fed27e; } /*END - Navigation */ #headwrapper { background-image: url(images/top_bg.png); background-repeat: repeat; margin: 0px; padding: 0px; height: 109px; position: relative; } #featwrapper { background-color: #1e8019; height: 124px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #185d14; overflow: hidden; border-top-width: 1px; border-top-style: solid; border-top-color: #2b9d22; } #feat { width: 885px; margin-right: auto; margin-left: auto; background-image: url(images/feat_bg.jpg); background-repeat: no-repeat; background-position: left top; height: 124px; color: #FFFFFF; } #navwrapper { background-color: #1e8019; height: 32px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #2b9d22; border-bottom-color: #185d14; } #nav { background-image: url(images/nav_bg.jpg); background-repeat: no-repeat; background-position: left top; height: 32px; width: 885px; margin-right: auto; margin-left: auto; color: #FFFFFF; } #contentwrapper { background-color: #ededf1; margin: 0px; padding: 0px; } #maincontent { background-image: url(images/content_bg.jpg); background-repeat: no-repeat; background-position: left top; width: 885px; margin-right: auto; margin-left: auto; background-color: #ededf1; } #mainnav { width: 72%; float: left; padding-left: 5px; } #signup { width: 25%; padding-left: 5px; float: left; height: 20px; padding-top: 2px; font-size: 85%; color: #cccccc; text-align: center; } #subnav { margin: 0px; float: left; width: 25%; padding-top: 15px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; } #belowmenu { display: block; float: left; width: 210px; padding-top: 15px; padding-left: 5px; } div.sidebox { display: block; float: left; width: 210px; } #content { margin: 0px; width: 70%; float: left; padding-top: 12px; padding-right: 7px; padding-bottom: 12px; padding-left: 7px; overflow: hidden; } #date { font-size: 90%; text-align: right; color: #858585; } #featleft { float: left; width: 25%; padding-left: 5px; padding-top: 5px; } #featright { float: left; width: 72%; padding-left: 10px; padding-top: 5px; } #footer { text-align: center; width: 885px; margin-right: auto; margin-left: auto; padding-top: 10px; font-size: 85%; padding-bottom: 10px; color: #939393; } #head { height: 109px; width: 885px; margin-right: auto; margin-left: auto; } #logo_box { height: 109px; float: left; width: 28%; } #tagline { float: left; width: 70%; color: #999999; text-align: right; padding-top: 22px; } #logo { position: absolute; top: 3px; } #trimbar { background-color: #000000; margin: 0; padding: 0; height: 7px; width: 100%; border-top: 1px solid #999999; border-bottom: 1px solid #333333; } div.newsbox { line-height: 115%; } /*hiding from IE mac \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* end hiding from IE mac */ #footerwrapper { width: 100%; border-top-width: 2px; border-top-style: solid; border-top-color: #959595; background-color: #CCCCCC; } /* Integrated Styles */ .portfolio { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #EFEFEF; width: 100%; overflow: auto; } span.alert, span.profile, span.download, span.search { display: block; float: left; margin: 10px; padding: 10px 10px 10px 45px; } span.alert { color: #333333; background-color: #dddddd; border-bottom: 4px solid #b6b6b6; border-top: 4px solid #b6b6b6; background-image: url(images/span_alert.jpg); background-repeat: no-repeat; background-position: 7px 12px; } span.profile { color: #333333; background-color: #dddddd; border-bottom: 4px solid #b6b6b6; border-top: 4px solid #b6b6b6; background-image: url(images/span_profile.jpg); background-repeat: no-repeat; background-position: 7px 12px; } span.download { width: 100%; color: #333333; background-color: #dddddd; border-bottom: 4px solid #b6b6b6; border-top: 4px solid #b6b6b6; background-image: url(images/span_download.jpg); background-repeat: no-repeat; background-position: 7px 12px; } span.search { color: #333333; background-color: #dddddd; border-bottom: 4px solid #b6b6b6; border-top: 4px solid #b6b6b6; background-image: url(images/span_search.jpg); background-repeat: no-repeat; background-position: 7px 12px; } span.product { color: #333333; background-color: #fff; border: 1px solid #b6b6b6; margin: 10px; padding: 10px; font-size: 10px; line-height: 145%; display: block; } blockquote { border-top: 4px solid #D3D3D3; border-bottom: 4px solid #D3D3D3; margin: 10px; padding: 10px 10px 5px 45px; background-color: #f5f5f5; background-image: url(images/quote1.png); background-repeat: no-repeat; background-position: 5px 5px; } blockquote p { padding-right: 35px; background-image: url(images/quote2.png); background-repeat: no-repeat; background-position: 100% 100%; } ul { list-style-type:none; padding:0px; margin:0px; } ul li { background-image: url("images/li_bullet.gif"); background-position: 0px 4px; background-repeat: no-repeat; overflow: hidden;/* added by dsonesuk as li cannot detect area of floated 'a' elements*/ padding-left: 14px; margin-left: 0px 4px; font-size: 12px; } ul, li {list-style-type:none !important;} } h4 { font-size: 115%; color: #333; margin-bottom: 5px; margin-top: 0px; padding: 0px; } #feat h4 { color: #fdb417; } h4 { font-size: 120%; color: #0066FF } h3 { font-size: 150%; color: #1E7D19; } h2 { font-size: 180%; color: #196115; } input.login_box { border: 0; height: 25px; width: 122px; padding-left: 30px; padding-top: 4px; background-image: url(images/login_bg.jpg); background-repeat: no-repeat; background-position: left top; } input.pass_box { border: 0; height: 25px; width: 122px; padding-left: 30px; padding-top: 4px; background-image: url(images/password_bg.jpg); background-repeat: no-repeat; background-position: left top; } input.quick_signup { border: 0; height: 19px; width: 168px; padding-left: 32px; padding-top: 3px; margin-top: 4px; background-image: url(images/quick_signup_bg.jpg); background-repeat: no-repeat; background-position: left top; background-color: #ededed; } div#answer0, div#answer1, div#answer2, div#answer3, div#answer4, div#answer5, div#answer6, div#answer7, div#answer8, div#answer9, div#answer10 { padding-left: 28px; padding-bottom: 10px; background-image: url(images/answer.gif); background-repeat: no-repeat; background-position: 2px 0; } table#Search_Form, table#Search_Form2 { } table#Detail_Results2, table#Initial_Results { margin-top: 15px; } I shall much appreciate if some body can help if I need to make changes in my css file
  8. I got jquery and .js file conflicts in the following code. I trying to fix using noconflict code no result. I noticed there is problem with these two .js files. <script type="text/javascript" src="http://www.egtours.com/sohoadmin/plugins/MegaMenuBuilder/javascripts/jquery-1.10.2.min.js"></script> <script src="http://www.egtours.com/lightbox/js/lightbox-plus-jquery.min.js"></script> How to fix it to work. First one for mega menu and second one if lightbox <!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"><meta content="text/html; charset=us-ascii" http-equiv="Content-Type" /><meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><head><title>#PAGENAME#</title><link rel="stylesheet" type="text/css" href="sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/custom.css" /><link rel="stylesheet" type="text/css" href="sohoadmin/plugins/MegaMenuBuilder/jquery.megamenu.css" /><link rel="stylesheet" type="text/css" href="lightbox/css/lightbox.css" /><link rel="stylesheet" type="text/css" href="jsimgslider/themes/3/slider.css" /><link rel="stylesheet" type="text/css" href="jsimgslider/themes/8/js-image-slider.css" /><link rel="stylesheet" type="text/css" href="jsimgslider/themes/8/tooltip.css" /><link rel="stylesheet" type="text/css" href="mactabs/mctabs.css" /><link rel="stylesheet" type="text/css" href="zoomslider/themes/1/zoomslider.css" /><script language="JavaScript" src="motionpack.js"></script><script src="http://www.egtours.com/lightbox/js/lightbox-plus-jquery.min.js"></script><script type="text/javascript" src="/zoomslider/themes/1/zoomSlider.js" ></script><script type="text/javascript" src="/../../../../../../../../../../../../../tooltip/themes/2/tooltip.js"></script><script type="text/javascript" src="jsimgslider/themes/8/js-image-slider.js"></script><script type="text/javascript" src="jsimgslider/themes/3/thumbnail-slider.js"></script><script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script><script type="text/javascript" src="http://www.egtours.com/mactabs/javascript-tabs.js"></script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript" src="http://www.egtours.com/sohoadmin/plugins/MegaMenuBuilder/javascripts/jquery-1.10.2.min.js"></script><!--[if IE]><style type="text/css">img { behavior: url("#template_path_full_url#/pngbehavior.htc"); }</style><![endif]--><!-- Google Tag Manager --><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-587FJD"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-587FJD');</script><!-- End Google Tag Manager --></head><body onload="slidedown('featwrapper');"><div id="headwrapper"><div id="head" class="clearfix"><div id="logo_box"><a href="../../../../../../../Home_Page.php"><img id="logo" border="0" alt="Home" width="322" height="118" src="images/_userimg-logo.png" /></a></div><div id="tagline"><img border="0" alt="Home" width="468" height="60" src="images/_userimg-ad_banner.png" /></div></div></div><div id="trimbar"></div><div id="featwrapper" style="display: none; height: 124px; overflow: hidden"><div id="feat" class="clearfix"><div id="featleft">#NEWSBOX#</div><div id="featright">#PROMOTXT1#</div></div></div><div id="navwrapper"><div id="nav" class="clearfix"><div id="signup"><a href="javascript:;" onmousedown="toggleSlide('featwrapper');"><img style="border: 0pt" border="0" alt="Toggle the banner up or down" width="110" height="27" src="images/hide-show.png" /></a></div><div id="mainnav">#MEGAMENU#</div></div></div><div id="contentwrapper"><div id="maincontent" class="clearfix"><div id="subnav">#VSUBS#<div id="belowmenu">#POWERPLUG4#</div></div><div id="content"><div id="date">#AUTODATESTAMP#</div>#CONTENT#</div></div><div id="footerwrapper"><div id="footer"><table id="table1" border="0" cellspacing="1" width="400"><tbody><tr><td colspan="6" align="left"><p align="center"><a title="" href="../../../../../../../Our_Policies.php">Our Policies</a>| <a href="../../../../../../../Privacy_Statement.php">Privacy Statement</a></p></td></tr><tr><td width="60"><img border="0" alt="coat of arm" width="66" height="56" src="../../../../../../../images/logos/coatofarm.png" /></td><td width="152"><img border="0" alt="natta logo" width="53" height="56" src="../../../../../../../images/logos/nattalogo.png" /></td><td width="55"><img border="0" alt="uftaa logo" width="80" height="56" src="../../../../../../../images/logos/uftaa.png" /></td><td width="71"><img title="" alt="skull logo" width="75" height="36" src="../../../../../../../images/paybyskull.png" /><br /></td><td width="71"><p><img title="" alt="paypal logo" width="57" height="57" src="../../../../../../../images/paypalv.png" /></p></td><td width="26"><p><img title="" alt="vitof logo" width="97" height="73" src="../../../../../../../images/vitof_logo.png" /></p></td><td width="90"><img border="0" alt="SSL" width="90" height="50" src="http://www.egtours.com/images/rapidssl_ssl_certificate.gif" /></td></tbody></table>#COPYRIGHT#</div></div></div><!-- load jQuery version lightbox-plus-jquery_min --><script type="text/javascript">var jQuery_min = $.noConflict(true);</script><script src="http://www.egtours.com/lightbox/js/lightbox-plus-jquery.min.js"></script></body></html>
  9. Hi, The following is template for my website http://egtours.com suddenly mega menu system does not work. I think I made some error but I could not figure out what is the error. I shall much appreciate if any body can help and figure out the error. What is this clickberry-extension clickberry-extension ? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html class=" clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone clickberry-extension clickberry-extension-standalone" xmlns="http://www.w3.org/1999/xhtml"><head><title>#PAGENAME#</title><meta content="text/html; charset=us-ascii" http-equiv="Content-Type" /><meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" /><link rel="stylesheet" type="text/css" href="sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/custom.css" /><link type="text/css" href="sohoadmin/plugins/MegaMenuBuilder/jquery.megamenu.css" /><link rel="stylesheet" href="lightbox/css/lightbox.css" /><link rel="stylesheet" type="text/css" href="jsimgslider/themes/3/slider.css" /><link rel="stylesheet" type="text/css" href="jsimgslider/themes/8/js-image-slider.css" /><link rel="stylesheet" type="text/css" href="jsimgslider/themes/8/tooltip.css" /><link rel="stylesheet" type="text/css" href="mactabs/mctabs.css" /><link href="zoomslider/themes/1/zoomslider.css" rel="stylesheet" type="text/css" /><script language="JavaScript" src="motionpack.js"></script><script type="text/javascript" src="http://www.egtours.com/sohoadmin/plugins/MegaMenuBuilder/javascripts/jquery-1.11.3.min.js"></script><script src="/zoomslider/themes/1/zoomSlider.js" type="text/javascript"></script><script type="text/javascript" src="/../../../../../../../../../../../../../tooltip/themes/2/tooltip.js"></script><script type="text/javascript" src="jsimgslider/themes/8/js-image-slider.js"></script><script type="text/javascript" src="jsimgslider/themes/3/thumbnail-slider.js"></script><script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script><script type="text/javascript" src="http://www.egtours.com/mactabs/javascript-tabs.js"></script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><!--[if IE]><style type="text/css">img { behavior: url("#template_path_full_url#/pngbehavior.htc"); }</style><![endif]--><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><meta content="clickberry-extension-here" /><!-- Google Tag Manager --><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-587FJD"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-587FJD');</script><!-- End Google Tag Manager --></head><body onload="slidedown('featwrapper');"><div id="headwrapper"><div id="head" class="clearfix"><div id="logo_box"><a href="../../../../../../../Home_Page.php"><img id="logo" border="0" alt="Home" width="322" height="118" src="images/_userimg-logo.png" /></a></div><div id="tagline"><img border="0" alt="Home" width="468" height="60" src="images/_userimg-ad_banner.png" /></div></div></div><div id="trimbar"></div><div style="display: none; height: 124px; overflow: hidden" id="featwrapper"><div id="feat" class="clearfix"><div id="featleft">#NEWSBOX#</div><div id="featright">#PROMOTXT1#</div></div></div><div id="navwrapper"><div id="nav" class="clearfix"><div id="signup"><a href="javascript:;" onmousedown="toggleSlide('featwrapper');"><img style="border: 0pt" border="0" alt="Toggle the banner up or down" width="110" height="27" src="images/hide-show.png" /></a></div><div id="mainnav">#MEGAMENU#</div></div></div><div id="contentwrapper"><div id="maincontent" class="clearfix"><div id="subnav">#VSUBS#<div id="belowmenu">#POWERPLUG4#</div></div><div id="content"><div id="date">#AUTODATESTAMP#</div>#CONTENT#</div></div><div id="footerwrapper"><div id="footer"><table id="table1" border="0" cellspacing="1" width="400"><tbody><tr><td colspan="6" align="left"><p align="center"><a title="" href="../../../../../../../Our_Policies.php">Our Policies</a>| <a href="../../../../../../../Privacy_Statement.php">Privacy Statement</a></p></td></tr><tr><td width="60"><img border="0" alt="coat of arm" width="66" height="56" src="../../../../../../../images/logos/coatofarm.png" /></td><td width="152"><img border="0" alt="natta logo" width="53" height="56" src="../../../../../../../images/logos/nattalogo.png" /></td><td width="55"><img border="0" alt="uftaa logo" width="80" height="56" src="../../../../../../../images/logos/uftaa.png" /></td><td width="71"><img title="" alt="skull logo" width="75" height="36" src="../../../../../../../images/paybyskull.png" /><br /></td><td width="71"><p><img title="" alt="paypal logo" width="57" height="57" src="../../../../../../../images/paypalv.png" /></p></td><td width="26"><p><img title="" alt="vitof logo" width="97" height="73" src="../../../../../../../images/vitof_logo.png" /></p></td><td width="90"><img border="0" alt="SSL" width="90" height="50" src="http://www.egtours.com/images/rapidssl_ssl_certificate.gif" /></td></tbody></table>#COPYRIGHT#</div></div></div><script src="http://www.egtours.com/lightbox/js/lightbox-plus-jquery.min.js"></script></body></html>
  10. I m using IE 8 when I open pages with lightbox I got these kind of error message as in attached file
  11. Hi, Thank you so much. That worked perfectly. You are great GURU ! Other thing this lightbox does not work in Internet Explorer. What can be the reason ?
  12. Hello, I am trying to use lightbox2 in my site http://kalseeecolodge.com/Photo_Gallery.phpbut navigation buttons are not appeared. how to fix it ? css file is attached /* Preload images */body:after { content: url(../lightbox/close.png) url(../lightbox/loading.gif) url(../lightbox/prev.png) url(../lightbox/next.png); display: none;}.lightboxOverlay { position: absolute; top: 0; left: 0; z-index: 9999; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; display: none;}.lightbox { position: absolute; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: normal;}.lightbox .lb-image { display: block; height: auto; max-width: inherit; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}.lightbox a img { border: none;}.lb-outerContainer { position: relative; background-color: white; *zoom: 1; width: 250px; height: 250px; margin: 0 auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;}.lb-outerContainer:after { content: ""; display: table; clear: both;}.lb-container { padding: 4px;}.lb-loader { position: absolute; top: 43%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0;}.lb-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(../lightbox/loading.gif) no-repeat;}.lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;}.lb-container > .nav { left: 0;}.lb-nav a { outline: none; background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');}.lb-prev, .lb-next { height: 100%; cursor: pointer; display: block;}.lb-nav a.lb-prev { width: 34%; left: 0; float: left; background: url(../lightbox/prev.png) left 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s;}.lb-nav a.lb-prev:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}.lb-nav a.lb-next { width: 64%; right: 0; float: right; background: url(../lightbox/next.png) right 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s;}.lb-nav a.lb-next:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}.lb-dataContainer { margin: 0 auto; padding-top: 5px; *zoom: 1; width: 100%; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;}.lb-dataContainer:after { content: ""; display: table; clear: both;}.lb-data { padding: 0 4px; color: #ccc;}.lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em;}.lb-data .lb-caption { font-size: 13px; font-weight: bold; line-height: 1em;}.lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999;}.lb-data .lb-close { display: block; float: right; width: 30px; height: 30px; background: url(../lightbox/close.png) top right no-repeat; text-align: right; outline: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s;}.lb-data .lb-close:hover { cursor: pointer; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
  13. Hi, I m trying to use drop down menu widget of this site http://www.menucool.com/drop-down-menu in my site egtours.com But I try to make some change, it does not work since my page use online site builder soho site builder. I want to ask if some body can make above menu compatible to my site, I can give further information required.
  14. Thanks my website is egtours.com, I use soho site builder (soholaunch.com ) to edit text. I am hosting with vodahost.com
  15. I have been searching for last two weeks but I could not figure out. That is the deal.
  16. Yes similar like that. when I put one path link ( for example egtours.com/lightbox ) in my template, it is replaced with sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/lightbox etc
  17. Thanks your help when I put slash the results is <script type="text/javascript" src="sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen//sohoadmin/plugins/MegaMenuBuilder/javascripts/jquery-1.3.2.min.js"></script> where ever located the files in server, my templates creates link like <script type="text/javascript" src="sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/MenuBuilder/javascripts/jquery-1.3.2.min.js"></script> ' so browser does not know what to display. for example if my js files are located like this egtours.com/lightbox/js the link in templates creates automatically as follows <script type="text/javascript" src="sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/lightbox/js etc and I did changes in template but does not effect
  18. Thank you for your note. I have path for light box js files egtours.com/lightbox/js etc when I edit code in template file as above after publishing browser shows egtours.com/sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/lightbox/js/lightbox-2.6.min.js even I edit template file, it takes above path.
  19. My site was working fine with lightbox 2 slide show. But all light box are not working. I could not figure out where is the mistakes. actually my jquery and js files are located in egtours.com/lightbox/js directory but my templates is trying to take files from following link http://www.egtours.com/sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/lightbox/js/lightbox-2.6.min.js But I try to edit my templates still the same. http://www.egtours.com/10_days_nepal_trip.php#sthash.aOVvy3Yu.dpbs so I am confusing what to do. here is the code of my page template. My site is template based. Can you look out for me. <!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>#PAGENAME#</title><script type="text/javascript"></script><meta content="text/html; charset=us-ascii" http-equiv="Content-Type" /><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><link rel="stylesheet" type="text/css" href="custom.css" /><link type="text/css" rel="stylesheet" href="../../../../../../../tooltip/themes/2/tooltip.css" /><link href="lightbox/css/lightbox.css" rel="stylesheet" /><link href="thumbslider/themes/3/slider.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="../../../../../../../tooltip/themes/2/tooltip.js"></script><script type="text/javascript" src="lightbox/js/lightbox-2.6.min.js"></script><script src="thumbslider/themes/3/thumbnail-slider.js" type="text/javascript"></script><script language="JavaScript" src="motionpack.js"></script><!--[if IE]><style type="text/css">img { behavior: url("#template_path_full_url#/pngbehavior.htc"); }</style><![endif]--><!-- load jQuery 1.10.2.min --><script type="text/javascript" src="lightbox/js/jquery-1.10.2.min.js"></script><script type="text/javascript">var jQuery_1_7_2_min = $.noConflict(true);jquery-1.10.2.min('#lightbox').function();</script><!-- load jQuery 1.3.2.min --><script type="text/javascript" src="sohoadmin/plugins/MegaMenuBuilder/javascripts/jquery-1.3.2.min.js"></script><script type="text/javascript">var jQuery_1_3_2_min = $.noConflict(true);jQuery_1_3_2_min('#megamenu').function();</script><script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher: "8d9c62fc-ffd0-4818-97c0-293378a2141e", doNotHash: false, doNotCopy: false, hashAddressBar: true});</script></head><body onload="slideup('featwrapper');"><div id="headwrapper"><div id="head" class="clearfix"><div id="logo_box"><a href="../../../../../../../Home_Page.php"><img id="logo" alt="Home" src="images/_userimg-logo.png" border="0" height="118" width="322" /></a></div><div id="tagline"><img alt="Home" src="images/_userimg-ad_banner.png" border="0" height="60" width="468" /></div></div></div><div id="trimbar"></div><div style="display: none; height: 124px; overflow: hidden" id="featwrapper"><div id="feat" class="clearfix"><div id="featleft">#NEWSBOX#</div><div id="featright">#PROMOTXT1#</div></div></div><div id="navwrapper"><div id="nav" class="clearfix"><div id="signup"><a href="javascript:;" onmousedown="toggleSlide('featwrapper');"><img style="border: 0pt" alt="Toggle the banner up or down" src="images/hide-show.png" border="0" height="27" width="110" /></a></div><div id="mainnav">#MEGAMENU#</div></div></div><div id="contentwrapper"><div id="maincontent" class="clearfix"><div id="subnav">#VSUBS#<div id="belowmenu">#POWERPLUG4#</div></div><div id="content"><div id="date">#AUTODATESTAMP#</div>#CONTENT#</div></div><div id="footerwrapper"><div id="footer"><table id="table1" border="0" cellspacing="1" width="400"><tbody><tr><td colspan="6" align="left"><p align="center"><a title="" href="../../../../../../../Our_Policies.php">Our Policies</a>| <a href="../../../../../../../Privacy_Statement.php">Privacy Statement</a></p></td></tr><tr><td width="60"><img alt="" src="../../../../../../../images/logos/coatofarm.png" border="0" height="75" width="89" /></td><td width="152"><img alt="" src="../../../../../../../images/logos/nattalogo.png" border="0" height="75" width="71" /></td><td width="55"><img alt="" src="../../../../../../../images/logos/uftaa.png" border="0" height="75" width="107" /></td><td width="71"><img alt="" title="" src="../../../../../../../images/paybyskull.png" height="48" width="100" /><br /></td><td width="71"><p><img title="" alt="" src="../../../../../../../images/paypalv.png" height="75" width="75" /></p></td><td width="26"><p><img title="" alt="" src="../../../../../../../images/vitof_logo.PNG" height="97" width="129" /></p></td></tr></tbody></table>#COPYRIGHT#</div></div></div></body></html> I am shocked with following codes in my template <!--[if IE]><style type="text/css">img { behavior: url("http://www.egtours.com/sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/pngbehavior.htc"); }</style><![endif]--><!-- load jQuery 1.10.2.min --><script type="text/javascript" src="sohoadmin/program/modules/site_templates/pages/PHASE2-Dinkin_Flicka-Evergreen/lightbox/js/jquery-1.10.2.min.js"></script><script type="text/javascript">var jQuery_1_7_2_min = $.noConflict(true);jquery-1.10.2.min('#lightbox').function();<!-- load jQuery 1.3.2.min -->
  20. Hi, I just wanted to multiple lightbox slideshows in a page with different contents in each of lightbox slideshow. How can I do ? I tested in the following page but it does not work all shows same content. http://www.egtours.com/test.php
  21. Actually it does not work for me. It can be other issues either !
  22. Thank you for your note but i shall much appreciate, if you advice where should I correct
  23. Well, There are two jquery versions in my site. jquery min 1.3.2 that supports to mega menu plugin which is being included with drop down menu system. jquery min 1.72 that supports light box slide slow and others. it is really hard for me. and thank you so much for your supports which helped me much.
  24. I made like this is it correct ? <!-- load jQuery 1.7.2.min --><script type="text/javascript" src="lightbox/js/jquery-1.7.2.min.js"></script><script type="text/javascript">var jQuery_1_7_2_min = $.noConflict(true);jQuery_1_3_2_min('#lightbox').function();</script><!-- load jQuery 1.3.2.min --><script type="text/javascript" src="sohoadmin/plugins/MegaMenuBuilder/javascripts/jquery-1.3.2.min.js"></script><script type="text/javascript">var jQuery_1_3_2_min = $.noConflict(true);jQuery_1_3_2_min('#megamenu').function();</script>
×
×
  • Create New...