Results 1 to 11 of 11

Thread: Problem with google pr not showing just a red x

  1. #1
    Join Date
    Jul 2009
    Posts
    94

    Default Problem with google pr not showing just a red x

    Hi, I have been working on a new directory and have a problem with the google pr not showing just a red x. HELP

    The directory is located at The Echuca Directory

  2. #2
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    Im in firefox and cant even see a little red x... is it because the image isnt located in the correct directory?

    do you have a screenshot or a example page

  3. #3
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

  4. #4
    Join Date
    Jul 2009
    Posts
    94

    Default

    Solution -> add base href

    HOW AND WHERE?

    Thanks for your reply

  5. #5
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    The base href will go into the header of your template file. Search the forum for 'base href' and you'll find the exact statement you should use.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  6. #6
    Join Date
    Jul 2009
    Posts
    94

    Default

    o.k. thanks for your reply. Still trying to find the problem.

    This is my header code

    "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>The Echuca Directory</title>
    <meta http-equiv="content-type" content="text/html; charset=<%$charset%>" />
    <meta name="keywords" content="<%$meta_keywords%>" />
    <meta name="description" content="<%$meta_description%>" />
    <link href="<%$tpl_base%>/calendar-system.css" rel="stylesheet" type="text/css" />
    <link href="<%$tpl_base%>/layout.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8" />
    <link href="<%$tpl_base%>/main.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8" />
    <link href="<%$tpl_base%>/cp.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8" />
    <link href="<%$tpl_base%>/blocks.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8" />
    <link href="<%$tpl_base%>/style.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8" />
    <%foreach from=$additional_js key="name_js" item="file_js" name="addition_js"%>
    <script type="text/javascript" src="<%$file_js%>"></script>
    <%/foreach%>
    <%$hook_html_header_head%>
    </head>

    <body>
    <div id="topmenu">
    <div class="top-nav">
    <ul>
    <%$hook_html_top_menu1_begin%>
    <li><a href="<%$site_url%>/" class="active"><%t%>Home<%/t%></a></li>
    <li><a href="<%$site_url%>/add.php?cat=<%$cat%>"><%t%>Add a Listing<%/t%></a></li>
    <li><a href="<%$site_url%>/cp/"><%t%>My Account<%/t%></a></li>
    <li><a href="<%$site_url%>/power_search.php"><%t%>Power Search<%/t%></a></li>
    <li><a href="<%$site_url%>/register.php"><%t%>Register<%/t%></a></li>
    <li><a href="<%$site_url%>/suggest_category.php"><%t%>Suggest a Category<%/t%></a></li>
    <%$hook_html_top_menu1_end%>
    </ul>
    <div class="logo">
    <a href="<%$site_url%>/index.php"><img src="<%$tpl_base%>/images/logo.png"></a>
    </div>
    </div>
    </div>

    <div id="header-bar">
    <div id="header">
    <div id="header-panel">
    <img src="<%$tpl_base%>/images/echucaly6.jpg" alt="echuca business listings, echuca tourism," align="left" />
    <h2>Welcome to <%$site_name%></h2>
    <%$hook_html_index_welcome%>
    <p>
    <h5>
    <%t a=$site_name%>
    Finding your way a round the Murray River City of Echuca is easy at %1.
    Click through any of the categories below, or use the search box to find the Echuca web site you require.
    Find Echuca business listings, clubs, bars, accommodation, restaurants.
    Find exciting things to do and see in Echuca.
    <%/t%>
    </h5>
    </p>
    </div>
    </div>
    </div>
    <div id="container"> "

  7. #7
    Join Date
    Jul 2009
    Posts
    94

    Default

    OK. Back again. I viewed the demo you have of this template at Indexu Templates Demo

    the google pr does not show , just the same only a red x in ie.

    So again a problem with this template.

    Very frustrating. I have been waiting months for the mobile template to be fixed. Just get no replies to that one. the template has been released and is faulty, but no action to fix this.

    I bought the program in the first place because of the owners where on a mobile forum pushing there product.


    I would greatly appreciate it if you could send me the correct code for the template, for the site I am working on at the moment.

    Also please give me a time frame of when the mobile template will be fixed. As I said before it has been months with no replies or action.

    Thanks

    There seems to be a lot of problems.

  8. #8
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    In your header.html file for your template, just before the </head>, put the following code:

    Code:
    <base href="http://www.echuca.org">
    Let me know if that helps... Make sure you clear the template cache just after adding that
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  9. #9
    Join Date
    Jul 2009
    Posts
    94

    Default

    Thank you so much . Fixed. So happy thanks again.

  10. #10
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Glad you got it working bud
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  11. #11
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Thanks. We will update the template as well.

Similar Threads

  1. Image not showing in 1.4.1
    By weswa in forum INDEXU DELUXE v1.x
    Replies: 3
    Last Post: 10-15-2009, 08:35 PM
  2. Google Webmaster Tools - Not Found problem
    By FSGDAG in forum INDEXU DELUXE v1.x
    Replies: 1
    Last Post: 12-17-2008, 10:24 AM
  3. Help please with listing not showing up
    By Mitchell in forum INDEXU DELUXE v1.x
    Replies: 5
    Last Post: 09-15-2008, 10:19 PM
  4. showing keywords
    By tane in forum v5.x
    Replies: 3
    Last Post: 04-20-2006, 02:42 AM
  5. Replies: 5
    Last Post: 08-06-2004, 08:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •