Jump to content

chitrag

Members
  • Posts

    97
  • Joined

  • Last visited

Posts posted by chitrag

  1. When I try to open my site in IE 8 It redirect like this res://ieframe.dll/acr_error.htm#egtours.com,http://www.egtours.com/10_days_nepal_trip.php Can not open the pages and askt to send report How to fix this issues

  2. Yes every body noted about that line. There is one stylesheet that used for horizontal menu which I am using as plug in and custom.css for templates I think this is due to conflict between two stylesheet but I could not figure out which one effects it.

    By using Firebug to inspect the list, I can see that there is a rule in Activities.php affecting ul's. Firebug says the rule is on line 68, but I doubt it's actually on line 68 since Firebug can't see the PHP code, only the output from the code. Either way, you must have an embedded stylesheet on that page. Look for that embedded stylesheet and edit it and your problem should disappear.
  3. Hi,Thank you for your support. I have those line in my following custom.csswhat happened is my template style sheet is custom.css and I added a plug in for horizontal menu that come with following stylesheet call jquery.megamenu.css after this it got two bullets at the same list. I try to edit both but no effect.http://www.egtours.com/sohoadmin/plugin ... gamenu.csshttp://www.egtours.com/sohoadmin/progra ... custom.css

  4. Thanks, but it is in .js file or in .css file to edit ? I am really newbie

    The only difference between yours and example that affect smoothness is the Description part, it changes while gallery's images slidingTry to find out the animation function and put in another function that run when animation ends $('...').animate({[some css attributes]}, [duration], function(){ //animate stop here, then changes Description here})
  5. I want to use following code in my site. My content area of page is 600px and want position it correctly in my site. I made it but it does not work. http://www.egtours.com/test.php Content Slider Code /* http://www.menucool.com */#sliderFrame {position:relative;width:600px;margin:0;}#slider { width:600px;height:228px;/* Make it the same size as your images */ background:#fff url(loading.gif) no-repeat 50% 50%; position:relative; margin:0; box-shadow: 0px 1px 7px #999999;}#slider img { position:absolute; border:none; display:none;}/* the link style (if an image is wrapped in a link) */#slider a.imgLink { z-index:2; display:none;position:absolute; top:0px;left:0px;border:0;padding:0;margin:0; width:100%;height:100%;}/* Caption styles */div.mc-caption-bg, div.mc-caption-bg2 { position:absolute; width:600px; height:auto; padding:0; left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/ top:270px;/*if the caption needs to be aligned from bottom, specify by bottom instead of bottom. i.e. top:150px;*/ z-index:3; overflow:hidden; font-size: 0;}div.mc-caption-bg { background-color:transparent;}div.mc-caption { font: normal 12px/16px Verdana; color:#333; z-index:4; padding:10px 0; text-align:left;}div.mc-caption a { color:#09F;}div.mc-caption a:hover { color:#06C;}/* ------ built-in navigation bullets wrapper ------*/div.navBulletsWrapper { display:none;}/* --------- Others ------- */#slider{ transform: translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0);}

  6. In my site there are two types of site pages appeared. What happened is when google web crowler search they find following type page with same content same name and those page goes below ranking. Now google ranking prefer to second one instead of 1. So, how can I remove 1. type of pages from my site ? few of my site pages appeared with both as below example.1. http://www.egtours.com/index.php?pr=tibet_weather2. http://www.egtours.com/tibet_weather.php

×
×
  • Create New...