I changed my default page into a new one. However, the breadcrumb navigation still starts from the page called "Home".
As I have made that page non-active, I get an error: "Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
* Please contact the website owners to inform them of this problem."
Shouldn't changing the default page make it so, that the breadcrumb navigation start page becomes the default page?
You can see my problem live at http://www.tarkkamarkka.com
"Etusivu" is front page in Finnish. For example, at this page: http://www.tarkkamarkka.com/vakuutukset.html
The breadcrumb navigation is now: You are here: Home » Vakuutukset
I would like it to be: Olet tässä: Etusivu » Vakuutukset
That is, in Finnish (as per my language choice) and so that instead of home I would see the default page.
I am using CMS Made simple version 1.5.1 with the Finnish language chosen. Hosting is at GoDaddy.
<SOLVED> Changing the default page does not change the start point of breadcrumb
<SOLVED> Changing the default page does not change the start point of breadcrumb
Last edited by mannerv on Tue Dec 23, 2008 1:20 pm, edited 1 time in total.
Re: Changing the default page does not change the start point of breadcrumb
You could change the settings in the template you use... I have something like...
Ronny
there, where the starttext is the text in front, and the root_url is the homepage...{breadcrumbs starttext='You are here' root_url='test' delimiter='»'}
Ronny
Re: Changing the default page does not change the start point of breadcrumb
Excellent. I made a copy of the template, edited it, saved and it seems to work fine. Thank you.