Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #861994

    Hello,
    Is it possible to round the corners for masonry post (not masonry gallery). I would like the Masonry image galleries to remain as it is, and only modify masonry post.

    #862310

    Hey hallyupedia,

    Could you post an example page so that we can take a closer look please?

    Best regards,
    Rikard

    #862685

    Hi Rikard,
    I’ll post a link in the private content area.

    • This reply was modified 7 years, 1 month ago by Nick Alta. Reason: Forgot to add additional info
    #863562

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .av-masonry-entry.av-masonry-item-loaded * {
        border-radius: 10px;
    }
    

    Best regards,
    Yigit

    #864151

    Hi Yigit,
    It worked! Thank you for your support^^

    #864155

    ah~ sorry, Actually there’s another problem that occured. Entering this code is also rounding the corners of my masonry gallery image. I only wanted the masonry post to be rounded.

    Hello,
    Is it possible to round the corners for masonry post (not masonry gallery). I would like the Masonry image galleries to remain as it is, and only modify masonry post.

    #865066

    Hi,

    Please replace the css code with:

    .av-masonry .av-masonry-entry.av-masonry-item-loaded * {
        border-radius: 10px;
    }

    Best regards,
    Ismael

    #865279

    It did not work. It’s rounding the corners of my masonry post ( as I wanted). But it’s also rounding the corners of the masonry gallery as well (which I don’t want)

    #865334

    Hi,

    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then use the code as following

    .my-custom-class .av-masonry-entry.av-masonry-item-loaded * {
        border-radius: 10px;
    }

    Best regards,
    Yigit

    • This reply was modified 7 years, 1 month ago by Yigit.
    #865526

    Hello Yigit,
    It’s not working. Do you mind logging in and taking a look at it for me. I’ll provide the admin info in the Private Content area.

    #866543

    Hi,

    We modified the custom css class attribute and the css code. It’s not working yet because the page is cached. Please remove the server and plugin cache.

    Best regards,
    Ismael

    #866560

    I don’t understand what that means. How do I do that?

    #866960

    Hi,

    Please ask your hosting provider if there is a server cache. We already change the custom css class attribute of the masonry element but in the frontend, it’s still using the old one so it’s cached.

    Best regards,
    Ismael

    #867523

    Hi Ismael,
    It’s the code that’s not working. I already contacted the hosting provider and they’ve flushed the cache for me. Still no changes.

    #867981

    Hi,

    Please edit the “collenctions” page and look for the Masonry element’s custom css class field. We added the “masonry-radius” class attribute there. However, we can still see the invalid css class attribute that you added previously on the frontend.

     .av-masonry-entry.av-masonry-item-loaded * {     border-radius: 10px; } 
    

    This is how the masonry container looks on the frontend.

    
    <div id="av-layout-grid-1" class="av-layout-grid-container entry-content-wrapper main_color av-flex-cells    avia-builder-el-2  el_after_av_submenu  el_before_av_section  .av-masonry-entry.av-masonry-item-loaded * {     border-radius: 10px; } submenu-not-first container_wrap fullsize">
    

    The “masonry-radius” class attribute is missing. It should like the following code.

    
    <div id="av-layout-grid-1" class="av-layout-grid-container entry-content-wrapper main_color av-flex-cells    avia-builder-el-2  el_after_av_submenu  el_before_av_section  masonry-radius submenu-not-first container_wrap fullsize">
    

    I’m not sure what’s going on in your installation but the page is certainly cached.

    Best regards,
    Ismael

    #868125

    Hi @Ismael,
    I’m very confused. To enter which code and to where?
    Also, how do you know if the page is cached or not? If you tell me, I can point it out to my hosting provider the next time I contact them. Because they are telling me otherwise.

    • This reply was modified 7 years, 1 month ago by Nick Alta. Reason: add question
    #868521

    Hi,

    Also, how do you know if the page is cached or not? If you tell me, I can point it out to my hosting provider the next time I contact them. Because they are telling me otherwise.

    I explained it above. The masonry container is still using the invalid css class attribute value instead of the “masonry-radius”. Screenshot of the masonry’s custom css class attribute field and the actual masonry container markup in the frontend.

    // https://imgur.com/a/9lIrT

    Best regards,
    Ismael

    #869729

    Hi @ismael,
    I asked my hosting provider to disable caching. It’s still not rounding the corners.
    I showed them our conversation on this thread, and they’re telling me caching is not the issue.

    • This reply was modified 7 years ago by Nick Alta.
    #870317

    Hi,

    I’m not sure how I can explain it any better. It is a cache issue. The page is not reflecting the changes in the page. Please hire a freelance developer to inspect the issue.

    Best regards,
    Ismael

    #870825

    Hi @ismael
    It’s still a cache issue even though caching is disabled?
    Then is there a bug in the theme?

    #871953

    Hi,

    No, there is no bug in the theme. I have explained clearly above with screenshots but I don’t think you’re trying to understand it. Please hire a freelance developer to inspect the issue.

    Best regards,
    Ismael

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.