Deleted child nodes still appearing in the front-end
Hi all,
I've been using the Content Services to create pages within my Umbraco site. These pages are created under the parent page 'Continents'. I noticed that on my front-end these child nodes appear to be duplicated twice so I deleted them from the back office and emptied the recycle bin. My problem is that these nodes are still appearing in my menu on the front-end and can still be accessed as pages using the links. Why is this and how do I rectify this issue?
As you can see below, the nodes are clearly listed as children of the destinations pages on the Front-End.
However, in back office it shows that there are no child nodes for this content page:
Any help would be greatly appreciated. I've tried clearing my indexes already in VS but that hasn't worked.
Deleted child nodes still appearing in the front-end
Hi all,
I've been using the Content Services to create pages within my Umbraco site. These pages are created under the parent page 'Continents'. I noticed that on my front-end these child nodes appear to be duplicated twice so I deleted them from the back office and emptied the recycle bin. My problem is that these nodes are still appearing in my menu on the front-end and can still be accessed as pages using the links. Why is this and how do I rectify this issue?
As you can see below, the nodes are clearly listed as children of the destinations pages on the Front-End.
However, in back office it shows that there are no child nodes for this content page:
Any help would be greatly appreciated. I've tried clearing my indexes already in VS but that hasn't worked.
Is your front end using a Macro for the navigation? And if so is it set to be cached?
You could give the application a restart/recycle and see if that clears the cache if so.
Already tried all of that. In the end I had to go into the umbraco.config and delete each destination from the XML. This was the only way that worked.
first try :
Republish entire site to sync umbraco cache from DB.
If problem not resolved go ahead with below procedure:
Take backup of index folders and delete all the index folders and regenerate the index using:
1.Recycle app pool and Restart website.
If problem resolved no issue else go for next step
2). publish the site from parent node of the culprit node with option (Publish "selected page" and all its subpages).
now check now culprit node will not appear in the front end.
My problem resolved
Cheers !!!!!!!!
is working on a reply...