Portfolio adjustments

Hello,
I need to create a list of books with the descriptions on the web page. The list must have a limit of 9 items and pagination. For this reason, I have chosen the portfolio module.

My website is here:

Now I have several questions regarding the possibility of editing certain details:

1) Featured image is left-aligned - can I align it to the center?

2) Background of the description text is white - how can I change it?

3) The description text is automatically cropped. Is it possible to stop it and force the entire text? It will have a similar length as you see now, 4-6 rows, so it’s not necessary to crop it.

4) It is possible to force the display "grid" instead of "masonry"?
(But if I choose the grid layout in the settings, the description disappears).
I need this layout, only somehow better align it.

5) It is possible to hide the gallery in zoomed image? So I always need to show just one image, not the others.

6) „latin-ext“ subset does not work in the portfolio module, in other parts of page works fine. This subset is correctly inserted in the Settings.

7) it is possible to use two different images for a single book?
One image as a preview and a second one for zoomed image?
(Example: on the list of books I would like to add a sticker with text "NEW“ on the book, but not in zoomed image)


I'm sorry for so many questions in one post.
Martin

Comments

  • Hi,

    1. To center portfolio images, please use:
    .portfolio_group .portfolio-item .image_frame { text-align: center !important; }
    2. To change description background color, use:
    .portfolio_group .portfolio-item .desc { background: #000 !important; }
    3. Sorry but we do not understand what is cropped exactly.

    4. Sorry but we do not have such possibility.

    5. To disable link for portfolio item it is necessary to modify theme files.

    6. As we can see, subset is fine and we do not see anything wrong.

    7. We do not have such option included unfortunately.
  • Thank you.

    3) I mean to show full text instead of read more symbol. So, it is possible to dissable read more symbol please?
  • 3) So we are sorry but we do not have such possibility included.
  • Thank you, I'll try to find another way to solve it.
Sign In or Register to comment.