Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Header Entry Title Background for Portfolio Page
Tagged: Header Image, Portfolio Page
- This topic has 5 replies, 3 voices, and was last updated 10 years, 5 months ago by
Raghavendra.
-
AuthorPosts
-
August 26, 2014 at 1:50 am #8688
babaLucas
ParticipantI’m having trouble selecting an entry title background image for the portfolio page & portfolio category pages:
http://dev.babalucas.com/sgp2/portfolio/
In the theme options I had selected a page I created called “Portfolio” then I deselected it in trying to troubleshoot this issue myself. Right now, under Theme Options > Portfolio, it is set to “- Choose One -“. There is no content or shortcode in the actual /portfolio page I created. And yet the Portfolio still shows on the page.
All that said, all I’m trying to do is modify the Title Background Image.
Any insight?
August 26, 2014 at 1:14 pm #8718Raghavendra
ModeratorI see that the title background image is in place now. Were you able to resolve the issue?
August 26, 2014 at 5:05 pm #8730babaLucas
ParticipantI used the theme options under ‘backgrounds’ > Background for the Header Area – which I believe is the background for any page that doesn’t have a custom background at the page level.
I would like to know though, how to control specifically the Portfolio’s Image.
August 27, 2014 at 8:06 am #8749Veena
ModeratorYou can control all the portfolio section under the option ‘portfolio’.
The options in the Page Edit window of portfolio will give you all the privilege.
I have attached a screenshot to get a better clarity.August 27, 2014 at 7:28 pm #8783babaLucas
ParticipantWe’re not on the same page: you’re referencing an individual portfolio post. That’s working fine.
I’m referencing the portfolio page whose features are controlled by ‘Appearance > Theme Options > Portfolio Page’
In my site it’s http://dev.babalucas.com/sgp2/portfolio/
And the portfolio category pages, for example: http://dev.babalucas.com/sgp2/portfolio_category/multi-family/In your demo, it’s https://www.livemeshthemes.com/agile/portfolio-page/
And the portfolio category pages, for example: https://www.livemeshthemes.com/agile/portfolio_category/business/I want to customize the entry title background image for the portfolio page and the category pages.
August 28, 2014 at 1:08 pm #8806Raghavendra
ModeratorOk I get it now. Since these are auto-generated pages and there is no edit page as such for these pages, there is no option to set the background. There is an easy way to do this using Custom CSS –
.post-type-archive-portfolio #title-area { background-color: #B7B795; background-size: cover; background-image: url(http://dev.babalucas.com/sgp2/wp-content/uploads/2014/03/custom.jpg); padding: 30px 0; } .tax-portfolio_category.term-multi-family #title-area { background-color: #B7B795; background-size: cover; background-image: url(http://dev.babalucas.com/sgp2/wp-content/uploads/2014/03/custom2.jpg); padding: 40px 0; }
-
AuthorPosts
- The forum ‘Agile Theme Support’ is closed to new topics and replies.