• Resolved Andre

    (@andrecsato)


    Hi,

    The latest 2 projects I uploaded aren’t showing on the top – they are in the bottom of the mosaic.
    Also, I’d like the mosaic to be centred, right now it’s on the left.

    I need guidance! Please.

    Additional info:
    – WordPress 5.1.1
    – Mosaic ordered by “id”
    – Code in the page:
    <p>[row width=”boxed”]</p>
    <p>[heading title=”Portfolio”]selected projects from Behance[/heading]</p>
    [edsbportman layout_type=”single_cat” id=”1″ featured=”n” mosaic_style=”one” tile_margin=”20″ sct=”n” scd=”n” sci=”n” order_by=”id” ordering=”asc” ]
    <p>[/row]</p>

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author eleopard

    (@eleopard)

    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

    Plugin Author eleopard

    (@eleopard)

    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”]”

    Plugin Author eleopard

    (@eleopard)

    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!

    Plugin Author eleopard

    (@eleopard)

    God works in mysterious ways 😀
    A happy weekend to you as well.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Projects order’ is closed to new replies.