Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter Blazzer

    (@blazzer)

    gototheflow.nl/badcuyp-mobiel/

    Thread Starter Blazzer

    (@blazzer)

    The flickering? or does it work normaly by you on IE?

    Thread Starter Blazzer

    (@blazzer)

    badcuyp.nl

    Thread Starter Blazzer

    (@blazzer)

    The flickering is only on windows 8.1 IE 11.
    Dont think it have something to do whit the plugin…

    Thread Starter Blazzer

    (@blazzer)

    Thanks!

    Thread Starter Blazzer

    (@blazzer)

    Yes on the frontend listing page gototheflow.nl

    Thread Starter Blazzer

    (@blazzer)

    On the events page on the front.

    Thread Starter Blazzer

    (@blazzer)

    I found it. It whas in one of my template files thanks!

    Thread Starter Blazzer

    (@blazzer)

    gototheflow.nl/events/dinerconcert-met-rebekka-ling-trio-muziekcafebeneden-gratis/

    Thread Starter Blazzer

    (@blazzer)

    Hi,

    I put the Eventimage on, but now i get also the image in the single event post.

    Forum: Plugins
    In reply to: [Slimbox] Updates?

    download the new slimbox 2.05 http://code.google.com/p/slimbox/downloads/detail?name=slimbox-2.05.zip Then rename the file slimbox2.js > jquery.slimbox.js and copy it back wp-content/plugins/slimbox/javascript

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    Thread Starter Blazzer

    (@blazzer)

    Ok thanks for you help! i think i need to hire someone to fix this…

    Thread Starter Blazzer

    (@blazzer)

    It works now but my animated scroll dont work :s

    I only change the line <script type=”text/javascript” src=”<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.fancybox-1.3.4.pack.js”></script> and move it above the other lines.

    <!--[if IE]>
    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ie_style.css" />
    <![endif]-->
    <!--<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>-->
    
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.fancybox-1.3.4.pack.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.min.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.backgroundPosition.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/script.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.nivo.slider.pack.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/fGallery.jquery.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/highlightRegex.js"></script>
    Thread Starter Blazzer

    (@blazzer)

    gototheflow.nl is my url

    Thread Starter Blazzer

    (@blazzer)

    Hi Ravanh,

    I try to install the older version but dont work.
    Now i updated the jQuery but still no luck :s

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>><head>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/reset.css" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" />
    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/typography.css" />
    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/nivo-slider.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/jquery.fancybox-1.3.4.css" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <!--[if IE]>
    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ie_style.css" />
    <![endif]-->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>-->
    
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.min.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.backgroundPosition.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/script.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.nivo.slider.pack.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/fGallery.jquery.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/highlightRegex.js"></script>
    <script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.fancybox-1.3.4.pack.js"></script>
    
    <?php
    	if(get_option('css_file_url') != ''){ ?>
    		<link rel="stylesheet" href="<?php echo get_option('css_file_url'); ?>" />
    	<?php }
    ?>
    
    <?php include get_stylesheet_directory() . '/css/color-style.php'; ?>
    <?php include get_stylesheet_directory() . '/js/nivo-settings.php'; ?>
    <style type="text/css">
    <?php
    	echo get_option('additional_style');
    ?>
    </style>
    <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    
    <?php wp_head(); ?>
    <?php
    if(get_option('google_analytics') && get_option('google_analytics') != '')
    {
    	echo get_option('google_analytics');
    }
    ?>
    
    </head>
    <body <?php get_body_class(); ?>>
    <div id="header">
      <div id="header_container"> 
    
      <?php
    	if( get_option('logo_url') && get_option('logo_url') != '' )
    	{?>
    		<img class="logo" src="<?php echo get_option('logo_url'); ?>" alt="Logo" />
    <?php }
      ?>
        <div id="nav_container">
            <?php 
    
    		if ( has_nav_menu('main-menu') )
    		{
    			wp_nav_menu(
    				array(
    					'menu_class' => 'nav',
    					'container' => '',
    					'menu_id'=> 'nav',
    					'theme_location' =>
    					'main-menu', 'fallback_cb' =>
    					'_do_use_menu',
    					'walker' => new notIndex_Walker
    				)
    			);
    		}else{
    			echo '<ul class="nav" id="nav"><li>Navigation menu is not defined yet. Go to Appearance -> <a style="text-decoration: underline;" href="'. home_url('/') .'wp-admin/nav-menus.php" title="Navigation Menues">Menus</a> to select or create one.</il></ul>';
    		}
    		?>
          <!--end nav-->
    	  <?php if( get_option('use_live_search_checkbox') == 'on' ) {?>
    		  <div id="live_search">
    			<input type="text" id="search" value="Live Search">
    			<div id="next"> </div>
    			<!--end next-->
    		  </div>
          <!--end live_search-->
    	 <?php } ?>
        </div>
        <!--end nav_container-->
        <div id="social_container">
          <div class="social_holder">
            <ul id="social_icons">
    
    		<?php
    		if(get_option('social_icons_list')){
    			foreach(get_option('social_icons_list') as $icon){ ?>
    				<li><a href="<?php echo $icon[0]; ?>"><img src="<?php echo $icon[1]; ?>" alt="Social Icon"/></a></li>
    			<?php
    			}
    		}?>
            </ul>
    
            <!--end social_icons-->
            <div class="opacity"> </div>
            <!--end opacity-->
          </div>
          <!--end social_holder-->
        </div>
        <!--end social_container-->
      </div>
      <!--end header_container-->
    </div>
    <!--end header-->
Viewing 15 replies - 1 through 15 (of 17 total)