0
votes

I've just migrated a site to 1.6 - form 1.5, and I'm experiencing issues with the placement.info file in my theme,

I have the following placement

<Match DisplayType="Detail">
    <Place Parts_Title="/BeforeMain:1.5"/>
</Match>

I aslo have a Bred crumb menu widget placed in Before main with a placement setting of 5

No matter what I do to the numeric placement values, the Title always appears before the bread crumbs.

I'm also experiencing other issues with the theme placement.info file anybody else getting this. any ideas ?

This works in 1.5

Update - see comments

enter image description here

enter image description here

Update 2

<Match ContentType="AlternateIndexPage">
    <Place Parts_Introduction="/BeforeMain:4"/>
    <Place Parts_Title="/BeforeMain:3"/>
    <Place Fields_Input__AltenateIndexPage_VideoUrl="/BeforeMain:2"/>
<Math>

No matter what numbers / order I include in the palcement.info file the Video always apear first the title second and the intro third. If I use '-' the item disappear so I know the placement file is working - a bit

1
Where is this placement file? Can you please show the placement for the breadcrumb? If this really works in 1.5 and not 1.6, then it's a regression and you should file a bug.Bertrand Le Roy
The placement.info is under a custom theme, the Breadcrumbs are added as a widget on the not the Homepage layer, I'll try and add picture to the question...Axe
Ah, I see. I'll answer below.Bertrand Le Roy

1 Answers

1
votes

Widget position and placement are not the same thing unfortunately. I'm suspecting that if this worked in 1.5 it was a coincidence. Please file a bug so that this can be made to work in a future version.

A (not ideal) workaround would be to split that zone in two and send the widget to one, and the title to the other.