Forum Replies Created

Viewing 3 replies - 46 through 48 (of 48 total)
  • Hello,

    I have the same problem, the widget is not displayed in IE 9, or Crome. I have a WP 3.2.1 on Mutisitio. Which file must be changed the settings mentioned above?

    I did everything that made the French friend, but in my case it did not work.

    Thanks

    Hello,
    I have the same problem, my slider is not working when I install some plugins with custom fields.
    I have WP 3.2.1 on multisite, with the Theme Hello of Templatic:
    The code en Index are:
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/library/js/jquery.easing.1.3.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/library/js/slider.js”></script>
    <script type=”text/javascript”>
    <?php if(get_option(‘ptthemes_slider_home_auto’)==”){$autorun = ‘true’;}else{$autorun = get_option(‘ptthemes_slider_home_auto’); }?>
    <?php if(!get_option(‘ptthemes_slider_home_speed’)){$speed = ‘2500’;}else{$speed = get_option(‘ptthemes_slider_home_speed’); }?>
    <?php if(get_option(‘ptthemes_slider_home_auto’)==’false’){$speed = ‘7000’;}?>
    var autoSlider_var = ‘<?php echo $autorun;?>’;
    var autoSlideInterval_var = ‘<?php echo $speed;?>’;
    </script>
    The code in the header are:
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/library/js/pngfix.js”></script>
    <SCRIPT src=”<?php bloginfo(‘template_directory’); ?>/library/js/jquery_m.js” type=text/javascript></SCRIPT>
    <SCRIPT src=”<?php bloginfo(‘template_directory’); ?>/library/js/jquery.helper.js” type=text/javascript></SCRIPT>
    <![endif]–>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/library/js/jquery-1.3.2.min.js”></script>

    I have problems when I install the Plugins: quick-post-widget and WP Custom Search.
    Can you helpme please ?

Viewing 3 replies - 46 through 48 (of 48 total)