Metaslider
-
On my homepage http://www.wp.parsival.be/ i found the following html code.
I suggest it comes from my plugin ‘metaslider’.But when i delete this plugin the text: metaslider id 20320 does’nt found.
How is is possible to put this sentence on display none? Or to delete it?<div id="raindrops_metaslider" class="clearfix" style="display: block;"><!-- meta slider --> <div style="max-width: 1280px; margin: 0 auto;" class="metaslider metaslider-flex metaslider-2030 ml-slider"> <div id="metaslider_container_2030"> <div id="metaslider_2030" class="flexslider"> <ul class="slides"> </ul> </div> </div> <script type="text/javascript"> var metaslider_2030 = function($) { $('#metaslider_2030').addClass('flexslider'); // theme/plugin conflict avoidance $('#metaslider_2030').flexslider({ slideshowSpeed:5000, animation:"fade", controlNav:true, directionNav:true, pauseOnHover:true, direction:"horizontal", reverse:false, animationSpeed:200, prevText:"<", nextText:">", slideshow:true }); }; var timer_metaslider_2030 = function() { var slider = !window.jQuery ? window.setTimeout(timer_metaslider_2030, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_2030, 1) : metaslider_2030(window.jQuery); }; timer_metaslider_2030(); </script> </div> <!--// meta slider--></div>
-
Hi stywax
Dashboard / Appearance / Customize
Add-ons / Slider for HomePage
Maybe slider name is selected
Change value to ‘select’
Thank you
Thx that worked.
But then follows another problem.I don’t want an big image on the home page.
So in the past i added the following code to solve this problem.But when i choose select in meta slider the big image on the top is showed back 🙁
<?php raindrops_after_nav_menu();?> </header> <div id="bd" class="clearfix"> <?php if ( is_home() ) { ?> <div class="header_fotos"> <a href="http://parsival.be/wpparsival/dropping/"target="_blank"><img src="http://parsival.be/wpparsival/wp-content/uploads/2015/12/banner_dropping_2015.jpg" height="200" /></a> <a class="logo" href="http://parsival.be/wpparsival/"target="_blank"><img src="http://parsival.be/wpparsival/wp-content/uploads/2015/11/logoparsival_transparant.gif" height="200" /></a> <a href="http://blog.parsival.be/?view=magazine"target="_blank"><img src="http://parsival.be/wpparsival/wp-content/uploads/2015/10/cropped-banner_bouw-e1445366212953.jpg" height="200" /></a> </div> <?php } ?> <?php do_action( 'raindrops_after_part_' . basename( __FILE__, '.php' ) . '_' . basename( $template ) ); ?>
i choose select in meta slider the big image on the top is showed back 🙁
Dashboard / Appearance / Customize /
Advanced / Sitewide CSS
paste below
#raindrops_metaslider img { width: auto; }
- Het onderwerp ‘Metaslider’ is gesloten voor nieuwe reacties.