does the portfolio have a link? Where do I find it?

does the portfolio have a link? Where do I find it? I’d like to link the enter buttom of my front page so it will lead people directly to the portfolio. This is my page http://www.mundobabushka.com/?page_id=1888&lang=en so go in there and you’ll maybe understand. Your help would be greatly apreciated. oh yeah, and I’d like to center the portfolio that appaers on my front page. Possible? cheers from brasil

Hi @mundobabushka,

I hope you are well today and thank you for your questions.

does the portfolio have a link? Where do I find it?

Yes. The portfolio link by default links to single portfolio page.

I’d like to link the enter buttom of my front page so it will lead people directly to the portfolio. This is my page http://www.mundobabushka.com/?page_id=1888&lang=en so go in there and you’ll maybe understand. Your help would be greatly apreciated.

I am not sure what you meant and also your shared page URL is displaying the error “Oops! That page can’t be found.”

oh yeah, and I’d like to center the portfolio that appaers on my front page. Possible?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


.shapely_home_portfolio .row.masonry .masonry-item.project.fadeIn.masonry-brick {
    position: static !important;
    width: 33.33%;
}

Best Regards,
Movin

Ok saw your reply, sorry to be messy I’m still new to all of this. I’m trying to do it right. Ok, sorry now it worked but only on the front page, when I enter into it as http://www.mundobabushka.com/portfolio/ still doesn’t extend to full page width.

forget about the first print screen, there still was the copy paste error :wink:

Ok another question: How I adapt the buttom in the parralax frontpage section, to a black and white design?

I attached a pic to give you an idea of what format i’d like.

So I keep working on the page, more and more problems popping up:

I downloaded the envira-gallery plugin, activated, all sweet, but then the gallery just doesn’t appear on the travels project…

see attached files

thank you sooo much for your support

Ok saw your reply, sorry to be messy I’m still new to all of this. I’m trying to do it right. Ok, sorry now it worked but only on the front page, when I enter into it as http://www.mundobabushka.com/portfolio/ still doesn’t extend to full page width.

To make it work on that page try using the below CSS code instead of above shared CSS code.

.post-type-archive-jetpack-portfolio #main article,
.shapely_home_portfolio .row.masonry .masonry-item.project.fadeIn.masonry-brick {
    position: static !important;
    width: 33.33%;
}

Regarding your other questions to help us keep support thread separates could you please create new thread for your other questions here https://colorlibsupport.com/c/shapely/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.