-
-
only for EXPERIENCES, not for ACTIVITY
Thank’s a lot
Hi. Please, in some PORTFOLIO ITEMS, I would like to use the page for FULL WIDTH and without the written “PROJECT DESCRIPTION” and “PROJECT DETAILS”, but only in some PORTFOLIO ITEMS, only those who will be part of EXPERIENCES (work in progress): for example, on this page I would like to take them off https://www.maralombardi.it/archives/mara-lombardi-portfolio/urban-art-synesthetic-dark-room?preview_id=2794&preview_nonce=0ebac8b1fe&_thumbnail_id=2471&preview=true but not in other PORTFOLIO ITEMS: those inside ACTIVITY I want to remain, as in the example page https://www.maralombardi.it/?portfolio=people-lispenard-soho-nolita-ch-urban-art. It is possible? To summarize: in all post interiors ACTIVITY, PROJECTS fields must remain, while in the internal post in EXPERIENCES, the markings PROJECT DESCRIPTION and PROJECT DETAILS must be no, the markings must be no, must be eliminated. Thanks a lot. Best regards, Bruno- This topic was modified 7 years, 10 months ago by Mirela. Reason: html tags
-
Hello,
You can do this but you will have to add custom css for each portfolio item you want full-width. Please add this code into your custom css box:
.postid-4051 .portfolio_single.single_portfolio_container .portfolio_single h4 { display: none; } .postid-4051 .portfolio_single.single_portfolio_container .row-fluid .span3 { display: none; } .postid-4051 .portfolio_single.single_portfolio_container .row-fluid .span9 { width: 100%; }
Result screenshot.
Change the post id for each item you will edit. You can find the id using instapect element (press F12 in your keyboard, like shown in the screenshot).Let us know.
Best regards!
-
maybe now I understood: for each post, I have to add the css you made. Confirm? Without changing the post id, but by adding the css: right? Thanks a lot, also for your patience. Best regards. Bruno
-
Hello,
Yes, you have to add the custom css block for each post you want to change. The only thing you will change in it, is the post id. Because each post is identified by an unique id.
Example:
Post: https://www.maralombardi.it/archives/mara-lombardi-portfolio/urban-art-synesthetic-dark-room
Code:.postid-2794 .portfolio_single.single_portfolio_container .portfolio_single h4 { display: none; } .postid-2794 .portfolio_single.single_portfolio_container .row-fluid .span3 { display: none; } .postid-2794 .portfolio_single.single_portfolio_container .row-fluid .span9 { width: 100%; }
Post: https://www.maralombardi.it/archives/mara-lombardi-portfolio/great-vitj-lake-2
Code:.postid-4047 .portfolio_single.single_portfolio_container .portfolio_single h4 { display: none; } .postid-4047 .portfolio_single.single_portfolio_container .row-fluid .span3 { display: none; } .postid-4047 .portfolio_single.single_portfolio_container .row-fluid .span9 { width: 100%; }
screenshot
..and so on.Let us know if you need further help.
Best regards!
-
Yes, all right!!! Thanks a lot Mihaila. Best regards, Bruno
-
You must be logged in to reply to this topic.