Hello
Is it possible to Simply change a previous full width page to left side bar, and still show the Portfolio columns. If so its not working for me.
Thx
Hello
Is it possible to Simply change a previous full width page to left side bar, and still show the Portfolio columns. If so its not working for me.
Thx
Hi,
Make sure about Portfolio Page Layout on Theme Options > Portfolio is not overriding the setting you are trying to change on a Portfolio page. :)
Regards,
Ismael
Hi
Yes I've tried that, and the portfolio doesn't show. Does it matter how many columns?
Thx
Hey,
No, even if you have a 4 column portfolio, you can still have a sidebar. What you should do is this, go to Template Builder > Create new template, select left or right sidebar, insert Portfolio, choose 4 columns. Create a new page and select the new template.
Regards,
Ismael
Hi
It's weird because the portfolio appears and suddenly disappears.
Hi!
Can you post a link please? I'd like to investigate the code with Firebug.
Best regards,
Peter
Hi
Okay I think the problem is with some code I'm using that only works with four columns.
Hey O5,
Were you able to resolve it by removing the code?
If its css, you can target specific pages by putting #top.page-id-## before the class you are changing so that the change is only on that specific page. You'll either need to inspect the css of the page to see the page id and use that number or view it by hovering over the link when viewing your pages in the wordpress admin.
Here is a full example using a fake page id of 44:
#top.page-id-44 .someclass{
color: #333;
}
Hope that helps :)
Regards,
Devin
You must log in to post.