Hi folks
I've got a ticket open with support but I'm not expecting a quick response so thought I'd see if any of you ninjas had any ideas.
Just upgraded from v9 to v11 and for some reason none of my block if conditions that are reliant on the PageTitle variable are working now. So if the condition is 'If the page title is "The Pretty Dress Company | Size Chart" display the size chart layout' as below:
Then it should (and does in v9) display our size chart brochure page.
It doesn't in v11 though – if I select the brochure page in the content tree in both design preview and single page preview it just displays the outer page layout with a blank innerlayout (this is the same for all my brochure pages and on upload to the test site there’s no change)
The same was true for a couple of blocks on my homepage which loaded a couple of jquery scripts (CSS and JS) and html – as soon as I removed the condition the slideshow and gallery worked fine but if I put it back (again using the pagetitle as the test variable) it fails.
Also the checkout pages; while fine in design preview when I go to preview single page I get the same empty innerlayout problem.
The company name is correct in business settings (I saw there was a bug with this when I searched the community) and all the layouts I’m testing for are all present and correct so I’m stumped.
Any ideas what I’m missing dear community?
Thanks in advance
Mick
I've got a ticket open with support but I'm not expecting a quick response so thought I'd see if any of you ninjas had any ideas.
Just upgraded from v9 to v11 and for some reason none of my block if conditions that are reliant on the PageTitle variable are working now. So if the condition is 'If the page title is "The Pretty Dress Company | Size Chart" display the size chart layout' as below:
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageTitle%22%20%2f%3e%20%3d%3d%20%22The%20Pretty%20Dress%20Company%20%7c%20Size%20Chart%22"> <actinic:variable name="TermsAndConditions" value="Size Chart" /> </actinic:block>
It doesn't in v11 though – if I select the brochure page in the content tree in both design preview and single page preview it just displays the outer page layout with a blank innerlayout (this is the same for all my brochure pages and on upload to the test site there’s no change)
The same was true for a couple of blocks on my homepage which loaded a couple of jquery scripts (CSS and JS) and html – as soon as I removed the condition the slideshow and gallery worked fine but if I put it back (again using the pagetitle as the test variable) it fails.
Also the checkout pages; while fine in design preview when I go to preview single page I get the same empty innerlayout problem.
The company name is correct in business settings (I saw there was a bug with this when I searched the community) and all the layouts I’m testing for are all present and correct so I’m stumped.
Any ideas what I’m missing dear community?
Thanks in advance
Mick
Comment