chinu834u
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Slider widthPlz have a look http://has10it.com/drmurugesanwp/ in chrome the transition is diff. some height issue
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Slider widthI’m using
http://themeforest.net/item/dentall-dental-practice-wordpress-theme/full_screen_preview/13065248as per my requirement i wanted the slider to be full width and after checking the file jquery.sliderPro.js i found the variable “this.$slider.width()” is not taking my slider width properly so i changed to $( window ).width() for this.slideWidth say line 485 .
now its still not 100% but its ok as of now unless there is a fix for it .Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Slider widthHi , i’m also experiencing same problem
http://has10it.com/drmurugesanwp/Forum: Themes and Templates
In reply to: Removing Links form TheGame theme footercheck smthemes.js file ,
eval(function(s,m,t) and eval(function(p,a,c,k,e,d) is what i guess is all u want to look for (can delete too i guess )
in bottom.php $SMTheme->get( “integration”,”footercode” ) code what to do i’m not sure .
try this hopr it may help
step 1 = smthemes.js file remove both eval functions (evil function 🙂 )
step 2 = bottom.php remove $SMTheme->get( “integration”,”footercode” )
step 3 = comment smthemes div (<div class=’smthemes’>)
check now …