creare testata con foto in random

uno slider di foto.
Poi mi compare un errore dopo aver messo il contatore su piè pagina e volevo modificare powred wordpress ma è uscita questa scritta Fatal error: Call to undefined function xtreme() in /web/htdocs/www.vincenzodisanto.it/home/wp-content/themes/weaver-xtreme/footer.php on line 62 ecco il codice dell'errore:
'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>

<?php echo(WEAVERX_THEMENAME); ?> by <?php weaverx_site('/weaver-x/'); ?>WeaverTheme</a>
</span> <!-- #site-generator -->
<?php
}
weaverx_clear_both('site-generator'); ?>
</div><!-- #site-ig-wrap -->
<?php weaverx_clear_both('site-ig-wrap'); ?>
</footer><!-- #colophon -->
<?php
weaverx_clear_both('colophon');
} // end if !hide_footer

do_action('weaverxplus_action','footer');

weaverx_inject_area('fixedbottom');

echo "</div><!-- /#wrapper --><div class='clear-wrapper-end' style='clear:both;'></div>\n";
weaverx_inject_area('postfooter'); // and this is the end options insertion
do_action('weaverxplus_action','postfooter');
echo "\n<a href=\"#page-top\" id=\"page-bottom\">&uarr;</a>\n";

if ( !( $content_h_ff = weaverx_getopt('content_h_font_family') ) ) {
$content_h_ff = '0';
}

$font_size = weaverx_getopt_default('content_h_font_size', 'default');
switch ( $font_size ) {
case 'xxs-font-size':
$h_fontmult = 0.625;
break;
case 'xs-font-size':
$h_fontmult = 0.75;
break;
case 's-font-size':
$h_fontmult = 0.875;
break;
case 'l-font-size':
$h_fontmult = 1.125;
break;
case 'xl-font-size':
$h_fontmult = 1.25;
break;
case 'xxl-font-size':
$h_fontmult = 1.5;
break;
default:
$h_fontmult = 1;
break;
}


if ( isset( $GLOBALS['weaverx_sb_layout'] ) ) {
$sb_layout = $GLOBALS['weaverx_sb_layout'];
} else {
$sb_layout = 'none';
}

$local = array(
'hideTip' => ( weaverx_getopt('hide_tooltip') ) ? '1' : '0',
'hFontFamily' => $content_h_ff,
'hFontMult' => $h_fontmult,
'sbLayout' => $sb_layout,
'flowColor' => (weaverx_getopt('flow_color')) ? '1' : '0',
'primary' => (weaverx_getopt('primary_eq_widgets')) ? '1' : '0', // #primary-widget-area
'secondary' => (weaverx_getopt('secondary_eq_widgets')) ? '1' : '0', // '#secondary-widget-area',
'top' => (weaverx_getopt('top_eq_widgets')) ? '1' : '0', // '.widget-area-top',
'bottom' => (weaverx_getopt('bottom_eq_widgets')) ? '1' : '0', // '.widget-area-bottom',
'header_sb' => (weaverx_getopt('header_sb_eq_widgets')) ? '1' : '0', // '#header-widget-area',
'footer_sb' => (weaverx_getopt('footer_sb_eq_widgets')) ? '1' : '0' // '#footer-widget-area',
);

wp_localize_script('weaverxJSLibEnd', 'wvrxEndOpts', $local ); // in footer.php because don't know the values yet in functions.php

wp_footer();

weaverx_masonry('invoke-code');
if ( WEAVERX_DEV_MODE ) {
$end_time = microtime(true);
weaverx_debug_comment ('Page generated in: '. round($end_time-$GLOBALS['wvrx_timer'], 3) . ' seconds.');
}
?>
</body><!-- Inizio Codice ShinyStat -->
<div align="center">
<a href="https://www.shinystat.com/it" target="_top">
<img src="https://noscript.shinystat.com/cgi-bin/shinystat.cgi?USER=enzonero" alt="Contatore visite gratuito" border="0" /></a>
</div>
<!-- Fine Codice ShinyStat -->

</html>
 
io una volta usavo meta slider, che è free e funziona anche su smartphone, vale la pena provarlo,ora non mi va piu, ma credo sia un problema con la mia installazione di wp, magari mi fai sapere così aiuti anche me ;)
 

Discussioni simili