Dear andrecsato,
Thanks for using the behance Portfolio Manager.
In your shortcode, notice this part:
order_by=”id” ordering=”asc”
Please replace it by:
order_by=”b_create_date” ordering=”desc”
This should arrange the project according to their behance creation date in Descending Order, i.e. newest first.
Please let me know if this works for you.
Thread Starter
Andre
(@andrecsato)
Thanks for your quick response! This has worked.
Regarding making the mosaic with all projects centred, do you have any guidance?
Happy Friday
Andre
Dear Andre,
In order to center the projects, do the following:
1. In the wordpress backend, go to Portfolio Manager > Settings > Advanced Tab
2. Paste the following CSS in Custom CSS Box, and Save:
.container > .eds-bpm-main{
max-width: 780px !important;
}
@media only screen and (max-width: 992px) {
.container > .eds-bpm-main{
max-width: 520px !important;
}
}
This should make the projects centered across all the screens.
A happy weekend to you as well 🙂
Thread Starter
Andre
(@andrecsato)
Thanks again for your quick response!
Apparently this Custom CSS Box doesn’t change anything on the mosaic placement.
Do you think it’s because I have it in a box? on the page code “[row width=”boxed”]”
Please add the CSS in the Custom CSS box and let me know.
I’ll try to look at the issues via Inspect.
Thread Starter
Andre
(@andrecsato)
Wait, it worked!
I think I wasn’t reloading my page enough to pull the updated version.
Sorry about that.
Thanks, once again and have a good weekend!
God works in mysterious ways 😀
A happy weekend to you as well.