• Hello Leaf-Team,

    I have one problem with your theme ?? I used in this parte the one-column-template and modified it a bit with an query_post. So far so good…

    If i include the query_post, so include it automaticly the gallery JS. But i did n′t used here an gallery.
    $posts = query_posts("orderby=title&order=asc&post_type=freund&paged=$paged");

    Could you tell me how i can change this?

    Best greetings and thx for your help
    m.orange

    The Site is at the moment offline, so that i can give you only the code.

    <script type='text/javascript' src='https://localhost/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var _wpcf7 = {"loaderUrl":"http:\/\/10.0.1.11\/projekte\/__blogs\/_91raumgestalten\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Senden ..."};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://localhost/wp-content/plugins/contact-form-7/includes/js/scripts.js'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/leaf/js/scripts.js'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/leaf/js/plugins.js'></script>
    
    		<script type="text/javascript">
    			jQuery(document).ready(function($){
    				$('#iview').iView({
    					fx: 'random', // Slider transition.
    					captionSpeed: 700, // Caption transition speed.
    					captionEasing: 'easeInExpo',
    					pauseTime: 7000, // Slider speed.
    					pauseOnHover: true,
    					directionNavHoverOpacity: 0,
    					timer: "Bar",
    					timerDiameter: "100%",
    					timerX: 1,
    					timerY: 0,
    					timerPadding: 0,
    					timerOpacity: 0.6,
    					timerStroke: 7,
    					timerBarStroke: 0,
    					timerColor: '#C4302B',
    					timerPosition: "bottom-right"
    				});
    			});
    		</script>
    
    	<script type="text/javascript">
    		jQuery(document).ready(function($){
    			if ($(window).scrollTop() != "0")
    				$(".scroll-to-top").fadeIn(1200)
    			var scrollDiv = $(".scroll-to-top");
    			$(window).scroll(function()
    			{
    				if ($(window).scrollTop() == "0")
    					$(scrollDiv).fadeOut(350)
    				else
    					$(scrollDiv).fadeIn(1200)
    			});
    			$(".scroll-to-top").click(function(){
    				$("html, body").animate({
    					scrollTop: 0
    				}, 600)
    			})
    		});
    	</script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘problems with the gallery inluding’ is closed to new replies.