I have edited our News/Home layout in Dreamweaver and I can test it! and when I click on Current new News/Hompage file it reflects my changes. When I click on Go Live it tells me that my advanced Layout has been deployed. But my News/Home page is not reflecting the changes.
Your last step is to head to ADmin > News, and choose the new layout from the dropdown. I realize this isn't the most intuitive, at current, and that "Go Live" should take the new layout live properly, but it doesn't at the moment.
Your last step is to head to ADmin > News, and choose the new layout from the dropdown. I realize this isn't the most intuitive, at current, and that "Go Live" should take the new layout live properly, but it doesn't at the moment.
Great Thanks for the quick response! I thought I wasmissing something simple. Now I jus have to add the back ground we were using before.
Alrighty, looking at your page, you've got a whole slew of problems, particularly that the news page that you've uploaded is hard-coded. This means that any new news posts you make (or any changes to existing news posts) will simply be ignored.
You'll want to look at the code of the existing news pages to see how to integrate it all, because in it's current form, it's not much use as is.
Admittedly, there's a documentation problem here with regard to this particular Advanced Layout Options section, and the documentation is in the works.
For now, here are the code for the current pages. You'll want to make sure you read this as raw HTML code:
Alrighty, looking at your page, you've got a whole slew of problems, particularly that the news page that you've uploaded is hard-coded. This means that any new news posts you make (or any changes to existing news posts) will simply be ignored.
You'll want to look at the code of the existing news pages to see how to integrate it all, because in it's current form, it's not much use as is.
Admittedly, there's a documentation problem here with regard to this particular Advanced Layout Options section, and the documentation is in the works.
For now, here are the code for the current pages. You'll want to make sure you read this as raw HTML code:
OK I get it. I need to just change the underlying code so that it still works. Essentially what I am trying to do is change the layout so that the gallery is in a row above the blogs and the blogs are in a row at the bottom. So I just need to figure out how to change the <td> tags to <tr> tags correct?