clansullivan 0 Report post Posted January 3, 2011 I have platform Pro and need to add a main video/ optin section to the top of the main page. where can I put this code? thanks Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 3, 2011 I want to put the video across the top of this page - above the posts: http://www.internetadvertisinghouston.com/ any ideas? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 4, 2011 Have you explored the Feature with media? Thanks, Bryan Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 i was wanting something across the whole top with no scrolling. Basically i need to put a video up there with an opt in box to the right of it. How do I do this? Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 i would really like to just get in there and code it directly with HTML Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 4, 2011 Right, you can do that within the feature, add feature media/code and with CSS we can style it the way you need. Thanks, Bryan Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 ok im using the blog layout mode. How do I do this? I don't think the feature is enabled right now. Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 im wanting it as wide as the content area - below the top menu but above the 2 columns Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 I went into Feature -Add New Feature - put in a test feature and saved it to the default-features category. It doesn't show up Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 yeah i can't get the feature to display in blog layout mode Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 why isn't the feature displaying? Share this post Link to post Share on other sites
Kate 3 Report post Posted January 4, 2011 Hey Scott - In order to have the feature show on your blog area, you go into "Settings->Template Setup" and choose "Posts Pages" from the dropdown. Then you can drag and drop "Pagelines Features" from the right column into the left, and the feature will show on your blog page as well. There's another option as well if that one doesn't work the way you want it to. EDIT: I just took a look at your site. I'm thinking you want the feature area to show up on the home page instead, is that correct? If so, then still follow the steps above, but instead of choosing "Posts Page" from the dropdown, choose "Default Page". Let us know how it goes. Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 Thanks Kate. I changed it as you said for the default page, but still as you can see it is not showing up: http://www.internetadvertisinghouston.com/ Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 I still have the default items in default-features Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 its actually showing up on every page but the main page even though i added it in default page Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 4, 2011 ok i did the opposite. I added the featrue to post pages and took it off the default page and now it only shows on the default page. weird anyway, how do i get it to be a plain white background and just add my HTML?? thanks Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 4, 2011 what do you want to have a plain white background? Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 5, 2011 the feature area - i want it to have a white background Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 5, 2011 something like this should do the trick: ` #feature-area .fcontainer{ background: #FFF; } ` Share this post Link to post Share on other sites
clansullivan 0 Report post Posted January 5, 2011 Thanks. Now how do I change the layout so that I can edit this area with HTML? Right now the text I write in the editor gets formated around my video automatically. I want to be able to format this whole section with HTML. How do I do that? Share this post Link to post Share on other sites