Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1394035

    Hi Enfold team,
    I would need to do some adjustments in the Portfolio Category page:

    1. To insert a space between and above the portfolio items
    2. To add an excerpt under the title
    3. To fix wrong displayed items in Tablet portrait

    See the screenshot here: https://mtsakademie.cz/report/Enfold_Portfolio_Category.pdf

    Thanks a lot,
    Zdenek

    #1394048

    Hey Zdeněk,

    Thank you for the inquiry.

    1.) You can use this css code to adjust the padding between the portfolio items.

    .grid-sort-container .grid-entry {
        padding: 10px;
    }
    

    2.) To enable the excerpt, edit the element, then go to the Content > Excerpt panel and adjust the settings accordingly.

    3.) Did you add this css code?

    body .unit.alpha, body .units.alpha, body div .first {
        margin-left: 0;
        clear: left;
    }
    

    This modification affect the layout of the grid on tablet view.

    Best regards,
    Ismael

    #1394430

    Hi Ismael,
    thanks for your response.

    1. Done and working
    2. Sorry, I don´t know what you mean. “Edit the element” you mean edit the portfolio page? I don´t know where to find “Content > Excerpt panel”.
    3. Trying the css but it does not work even if I put there “!important”

    Thank you,
    Zdenek

    #1394492

    Hi,

    Thank you for the update.

    2.) Did you use the Portfolio Grid element? If you need to enable the excerpt in the category or archive pages, please edit the taxonomy-portfolio.php file, look for the avia_post_grid around line 30 and set the “contents” parameter from “title” to “excerpt”.

    3.) You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. Make sure to purge the cache afterwards.

    body .unit.alpha, body .units.alpha, body div .first {
        margin-left: 0;
        clear: none !important;
    }
    

    Best regards,
    Ismael

    #1394616

    Hi Ismael,

    2) Done and works, thanks. I use a Child theme, so can you pls give me a code used in the child theme functions.php?
    3) I followed your instruction and:
    – it works only in 767px resolution
    – 768px resolution and higher => wrong displayed
    – between 480px and 700px => wrong displayed

    See here: https://mtsakademie.cz/kategorie-sluzeb/lekce-a-kurzy/

    Br,
    Zdenek

    #1394634

    Update:
    I have moved the web to a test page, because the css code also makes an issue in the footer, so I can´t have it in the live site.
    Please refer here: https://testweb.mtsakademie.cz/kategorie-sluzeb/lekce-a-kurzy/

    Credentials in the Private Content
    Br,
    Zdenek

    #1394736

    Hi,

    2.) You can create a copy of the taxonomy-portfolio.php file in the child theme to override the original template.

    – it works only in 767px resolution
    – 768px resolution and higher => wrong displayed
    – between 480px and 700px => wrong displayed

    3.) We can’t see the issue on our end. Would you mind providing a screenshot? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    #1394737

    Hi Ismael,

    2) perfect, thank you
    3) screenshot here: https://mtsakademie.cz/report/Enfold_Portfolio_Category_wrong-sorting.pdf

    Br,
    Zdenek

    #1395257

    Hi there,
    any update on this?
    Br,
    Zdenek

    #1395594

    Hi Zdenek,

    Thanks for your patience!

    I have updated your staging site to Enfold 5.4 and then changed the CSS Code in the Quick CSS field to the following one

    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    body .unit.alpha, body .units.alpha, body div .first {
        margin-left: 0 !important;
        clear: none !important;
    }
    }
    

    I can no longer reproduce the issue. Could you please review your website?

    Best regards,
    Yigit

    #1395704

    Hi Yigit,
    thank you for the update. I looked at the page on a real Tablet device and I still see there the white spaces, so it looks the css code does not work :(

    See here: https://snipboard.io/O0hfvo.jpg

    Any other idea?

    Br,
    Zdenek

    #1395782

    Hi,
    Unfortunately, I don’t have an iPad but when I test on browserstack.com/live on a iPad Pro 12 I don’t see the gap from the missing item:
    Enfold_Support_238.jpeg
    Enfold_Support_240.jpeg
    Perhaps your iPad is still showing you the cache, Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1396063

    Hi Mike,
    thank you for your update.

    I have cleared all the browser history, cash etc. and unfortunately I always see there the “white spaces”. I use Samsung Galaxy S7 Tablet.

    If I use google chrome console, I see the same (it goes between 480px – 711px).. see here: https://snipboard.io/bRdWNo.jpg

    Odd thing but still there.

    Thank you for your help.

    Br,
    Zdenek

    #1396261

    Hi,
    Thanks for your screenshot I tried to recreate this in Chrome Dev Tools between 480px – 711px and I couldn’t recreate the error, until I realized that I was looking at your testweb site and not your live site, when I tested your live site I saw the error.
    Please check the same page on the two sites linked below and see if the same is true for you, if it is do you know what is different between the two sites?
    Perhaps some CSS, a script, or a plugin?

    Best regards,
    Mike

    #1397769

    Hi Mike,
    thank you for your information and sorry for my late response, I was on holiday.

    The difference between the two sites is that I have turned off all the plugins in the test page and switched into parent theme. So it will be probably caused by some plugin, I will have to test it.

    Thank you and I will let you know after testing :)

    Br,
    Zdenek

    #1397806

    Hi,
    Thanks for the feedback, we will leave this open until we hear back from you.

    Best regards,
    Mike

    #1404808

    Hi Mike,
    sorry for my late response. I found out that it was causing by a plugin so you can close the thread.

    Thanks for your help!
    Zdenek

    #1404826

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Adjustment of the Portfolio Category page’ is closed to new replies.