• Everytime i’m using nextgen with a selfmade layout i have the problem, that the nextgen effects do not work.

    the slideeffect doesn work, pictures are opend in a new tab and not via the “imageflow” effect…

    furthermore everything looks different. thumbnails are not shown in parallel but among each other

    do you have a clue? did i miss things in the style.css of my design?

    http://blog.schuelerportal-lindlar.de/?page_id=48

    thx

Viewing 8 replies - 1 through 8 (of 8 total)
  • I checked your source. To me it looks like you aren’t loading the javascript viewer. The class looks ok class="shutterset_aktion-tagwerk-2009"

    Are you calling <?php wp_head(); ?> in your header.php ?

    Thread Starter cycorps

    (@cycorps)

    hey, thanks for your answer.

    That is my header.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <head profile="http://gmpg.org/xfn/11">
    <title><?php bloginfo('name'); ?><?php if ( is_single() ) { ?> &raquo; <?php } ?><?php wp_title(); ?></title>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta name="description" content="<?php bloginfo('description'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <style type="text/css" media="screen">
    
    </style>
    </head>
    <body>
    <div id="rahmen">
    <div id="pagebg">
    <div id="header"></div>
    <div id="navigation">
    <div id="nav_links">
     <ul id="pagetabs">
    	 <a href="<?php bloginfo('url'); ?>">Startseite</a><?php wp_list_pages('title_li='); ?>
    	</ul>
    </div><!--navlinks--->
    </div><!--navigation-->

    As andreask pointed out, you need to include <?php wp_head(); ?> inside your head tag.

    Thread Starter cycorps

    (@cycorps)

    hey, thanks!

    now it works on blog.schuelerportal-lindlar! Thanks!

    But it does not work completely here: http://ben.hammicom.de/?page_id=5

    do you have any clue why the effect does not work? I added the <?php wp_head(); ?> tag to the header.php, too.

    best regards

    It doesn’t look like you included it on that blog, though. None of the nextgen gallery js files are present in the header.

    Check the source code on both blogs and you’ll see the difference.

    Thread Starter cycorps

    (@cycorps)

    oh, looking the source via firefox i see what you mean.

    but looking at my two header.phps it looks exactly the same:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <head profile="http://gmpg.org/xfn/11">
    <title><?php bloginfo('name'); ?><?php if ( is_single() ) { ?> &raquo; <?php } ?><?php wp_title(); ?></title>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta name="description" content="<?php bloginfo('description'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <style type="text/css" media="screen">
    
    </style>
    <?php wp_head(); ?>
    </head>

    hammicom

    i do not know why it doesn’t include the javascript

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <head profile="http://gmpg.org/xfn/11">
    <title><?php bloginfo('name'); ?><?php if ( is_single() ) { ?> &raquo; <?php } ?><?php wp_title(); ?></title>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta name="description" content="<?php bloginfo('description'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <style type="text/css" media="screen">
    
    </style>
    <?php wp_head(); ?>
    </head>

    blog.schuelerportal

    I don’t know what to tell you. Maybe you have another plugin conflicting with nextgallery? or maybe if you place the <?php wp_head(); ?> higher, below the title tag. I don’t know, I’m guessing here.

    Hi all, I am a new member of forum

    [url=http://simulationcreditauto.org][color=#FFFFFF][u] simulation credit auto comparatif voiture taux pret automobile [/u][/color][/url][color=#FFFFFF]financiers ont mis à la disposition des particuliers la simulation crédit auto[/color][url=http://simulationcreditauto.org][color=#FFFFFF][u] simulation credit auto comparatif voiture taux pret automobile [/u][/color][/url]

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: NextGEN Gallery] problems with own layouts & nextgen’ is closed to new replies.