2011-10-20, 19:39:08
Hello,
I am using get_i18n_navigation(return_page_slug(), 0,99, I18N_SHOW_PAGES) to generate a site listing. I also have a custom 404 page, with page-slug "404" (necessary to have GS present this page for a 404 error).
I want to hide the 404 page in the site listing, but I18N generates each list-item class from the page slug. The 404 page entry starts: <li class="404">, but a class name must begin with a letter. Using a css selector of .404 has no effect.
I have forced a substitution of 'four04' for the class in this case, but perhaps the I18N plug-in should consider cases where page slugs may start with a non-letter character. Not a high probability outside the 404 case, I agree, but possible.
I am using get_i18n_navigation(return_page_slug(), 0,99, I18N_SHOW_PAGES) to generate a site listing. I also have a custom 404 page, with page-slug "404" (necessary to have GS present this page for a 404 error).
I want to hide the 404 page in the site listing, but I18N generates each list-item class from the page slug. The 404 page entry starts: <li class="404">, but a class name must begin with a letter. Using a css selector of .404 has no effect.
I have forced a substitution of 'four04' for the class in this case, but perhaps the I18N plug-in should consider cases where page slugs may start with a non-letter character. Not a high probability outside the 404 case, I agree, but possible.
--
Nick.
Nick.