Page 1 of 5 123 ... LastLast
Results 1 to 10 of 45
  1. #1
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Improved SiteMap Display

    [FONT=Verdana]I just installed 'improved sitemap display' mod and I have noticed some problem with my sitemap.[/FONT]

    [FONT=Verdana]1. None of my EZ pages are listed in the site map.

    2. As you can see at the image below, there's a bullet & an arrow (mark in red) at the bottom of the site map page.
    [/FONT]

    Did anyone ever experienced with such bug? How to fix it?
    Attached Images Attached Images  

  2. #2
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Site Map NO Ez Pages?

    It just so happens I installed the same mod last night, and found the same -->
    I just edited the tpl_site_map_default.php file and cleared out all that I didn't need.

    And I think you need to make sure that the EZ pages are activated for them to be listed.

  3. #3
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Site Map NO Ez Pages?

    I just edited the tpl_site_map_default.php file and cleared out all that I didn't need.

    How to clear out the bullet and the arrow in tpl_site_map_default.php?

    And I think you need to make sure that the EZ pages are activated for them to be listed.

    How to activate EZ pages to be listed?


    Sorry I just can't figure out.

  4. #4
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Site Map NO Ez Pages?

    OK, since no one has responded to my questions, I'm glad to say that I have solved those issues.

    How to clear out the bullet and the arrow in tpl_site_map_default.php?
    I know this is probably out from the original topic. But, if you have installed improved site map display mod, find this directory

    \includes\templates\*yourtemplate*\templates

    and look for tpl_site_map_default.php file. Scroll down to line 87 (mine), just clear out the arrow -->. That's for the arrow. As for the bullet, scroll up to line 51 and clear out this line


    PHP Code:
    <li class="first"><?php // echo BOX_HEADING_INFORMATION; ?>
    That's all.

    Now you won't see the bullet in Firefox and no space in IE anymore.

    The next one,

    How to activate EZ pages to be listed?
    Go to Admin -> Tools -> EZ-Pages. Then enable the sidebox for your page and don't forget the number for the sort order.

    Hope this helps.

  5. #5
    Join Date
    Aug 2008
    Posts
    13
    Plugin Contributions
    0

    Default Improved SiteMap Display Validation error :(

    Thnkz for this nice module > Improved SiteMap Display, but i cannot validate site > results >
    Validation Output: 3 Errors
    Line 176, Column 3: document type does not allow element "ul" here; assuming missing "li" start-tag.
    <ul>

    Line 183, Column 20: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
    <li class="first">Informace <ul>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
    Line 204, Column 13: end tag for "li" omitted, but OMITTAG NO was specified.
    </ul>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    Line 176, Column 0: start tag was here.
    <ul>

    What can I do with it??? PLZZZZ help me

  6. #6

    Default Re: Improved SiteMap Display

    Hi, clyde

    Thanks for another nice add-on. I have a question here: I still couldn't find my newly added items in my information sidebox, such as faq and about us, etc.

    Who could help me to deal with?

    Thanks in advanced,

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Improved SiteMap Display

    Quote Originally Posted by ShoesBuyOnline View Post
    Hi, clyde

    Thanks for another nice add-on. I have a question here: I still couldn't find my newly added items in my information sidebox, such as faq and about us, etc.

    Who could help me to deal with?

    Thanks in advanced,
    Do you have a URL for your site.

  8. #8

    Default Re: Improved SiteMap Display

    Hi, clyde

    Thanks for your PROMPTEST reply! But now I'm test my new site locally on my PC. Does this situation has any effects on this add-on? Below I attached 2 screen shoots.

    Thanks for your help,

    [IMG]file:///D:/PROGRA%7E1/SysTemp/Adm/moz-screenshot.jpg[/IMG][IMG]file:///D:/PROGRA%7E1/SysTemp/Adm/moz-screenshot-1.jpg[/IMG]
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	1.gif 
Views:	208 
Size:	4.5 KB 
ID:	5918   Click image for larger version. 

Name:	2.gif 
Views:	202 
Size:	3.5 KB 
ID:	5919  

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Improved SiteMap Display

    Quote Originally Posted by ShoesBuyOnline View Post
    Hi, clyde

    Thanks for your PROMPTEST reply! But now I'm test my new site locally on my PC. Does this situation has any effects on this add-on? Below I attached 2 screen shoots.

    Thanks for your help,

    [IMG]file:///D:/PROGRA%7E1/SysTemp/Adm/moz-screenshot.jpg[/IMG][IMG]file:///D:/PROGRA%7E1/SysTemp/Adm/moz-screenshot-1.jpg[/IMG]
    You may have to add them manually into tpl_site_map_default.php

  10. #10

    Default Re: Improved SiteMap Display

    Quote Originally Posted by clydejones View Post
    You may have to add them manually into tpl_site_map_default.php
    Hey, Clyde

    Thank you for your instructions. I copied and modified the code( below) from information.php then added them to tpl_site_map_default.php. Now, the site map looks just as I want.

    <?php if (DEFINE_ABOUT_US_STATUS <= 1) {?>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>'; ?></li>
    <?php } ?>

    Thanks again,

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. v138a Why does my sitemap display disabled products?
    By corseter in forum General Questions
    Replies: 1
    Last Post: 9 Sep 2013, 06:32 PM
  2. SEO Quake - Sitemap:No - Using Google XML Sitemap
    By limelites in forum General Questions
    Replies: 2
    Last Post: 14 Feb 2012, 11:56 AM
  3. v139h XML sitemap (formerly goolge sitemap)
    By mighty midget in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Jan 2012, 04:30 PM
  4. Auspost improved display problem.
    By viss in forum Addon Shipping Modules
    Replies: 3
    Last Post: 21 Feb 2008, 11:09 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
  •  
disjunctive-egg