Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Aylestock

    (@aylestock)

    Did’nt find yet.

    I have checked if plugins were the problem by renaming the folder nothing there.

    I have checked if templates were the problem by renaming the folders one at a time nothing there.

    I have checked if there were space in my wp-config.php nothing there. but here is the php in the file :

    [Code moderated]

    any idea please?

    Thread Starter Aylestock

    (@aylestock)

    Thanks but i don’t know where to put the code in header.php?

    Thread Starter Aylestock

    (@aylestock)

    Here is my header:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    <?php wp_head(); ?>
    <link rel="stylesheet" href="<?php echo blogdir;?>style.css" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php echo blogdir;?>ie6.hack.css" type="text/css" media="screen" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php echo blogname; ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php echo blogname; ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    </head>
    <body>
    <div class="wrapper">
    
    	<div class="logoarea">
        	<div class="logo">
            	<div class="logoright">
                	<div class="logobg">
                        <h1><a>" title="Classic Cars"> <span></span></a></h1>
                        <div class="slogan"></div>
                    </div>
                </div>
            </div>
            <div class="navsearch">
            	<div class="navigation"><a>">Home</a><span>|</span><?php $rep = "<span>|</span>"; $t = strip_tags(wp_list_pages('title_li=&depth=0&echo=0'),"<a>"); $t = str_replace("</a>","" . $rep,$t); $t = substr($t,0,strlen($t)-(strlen($rep)+1)); echo $t; ?></div>
                <div class="search"><div class="inside"><form action="<?php echo home; ?>" method="get" id="searchform"><input type="text" id="s" name="s" class="text"/><input type="submit" value="Search" class="submit"/></form></div></div>
            </div>
            <div class="clear"></div>
        </div>
    
        <div class="topNav"><div class="topNavW"><div class="topNavI"><?php
    					global $theme_settings;
    					$as_bz_feature_categories = $theme_settings["featured_cats"];
    					if (is_array($as_bz_feature_categories)){
    						foreach ($as_bz_feature_categories as $asbzcat){
    							$url = get_category_link($asbzcat);
    							$name = get_cat_name($asbzcat);
    							echo "<a>$name</a><span>|</span>";
    							$ic++;
    						}
    					}
    					?></div></div></div>
    Thread Starter Aylestock

    (@aylestock)

    Thanks for the links, but i can’t figure out where do i put the code. Can you give me an example of where and what to put exactly please.
    Thanks

    Thread Starter Aylestock

    (@aylestock)

    Flash-image-carousel.zip

    Try it and help me please it is a very nice carousel but i need to put link on each pic and i can’t. Very need help urgent.
    Thanks

    my web site to see the carousel: https://huguette.ca/wordpress

    When i insert a link for a pic that what appear in the browser: https://huguette.ca/wordpress/Array

    Thread Starter Aylestock

    (@aylestock)

    Thanks it works good in ie7 and google chrome but still not working in firefox. any idea please.
    Thanks

    Thread Starter Aylestock

    (@aylestock)

    Any idea of a nice carousel i could use instead of the flash image carousel plugin?

    Thread Starter Aylestock

    (@aylestock)

    Sorry i forgot to put the link: huguette.ca/wordpress
    Thanks

    Thread Starter Aylestock

    (@aylestock)

    Thanks it works!

    Hi anybody as tried that plugin? flash_image_carousel i can’t figure out how to link my carousel to a web site page.
    Need help please.
    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)