-
AuthorPosts
-
October 9, 2017 at 5:13 pm #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.October 10, 2017 at 6:47 am #862310Hey hallyupedia,
Could you post an example page so that we can take a closer look please?
Best regards,
RikardOctober 10, 2017 at 11:59 pm #862685Hi 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
October 12, 2017 at 6:23 pm #863562Hi,
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,
YigitOctober 13, 2017 at 9:21 pm #864151Hi Yigit,
It worked! Thank you for your support^^October 13, 2017 at 9:30 pm #864155ah~ 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.October 17, 2017 at 3:58 am #865066Hi,
Please replace the css code with:
.av-masonry .av-masonry-entry.av-masonry-item-loaded * { border-radius: 10px; }
Best regards,
IsmaelOctober 17, 2017 at 1:40 pm #865279It 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)
October 17, 2017 at 4:19 pm #865334Hi,
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.
October 18, 2017 at 5:21 am #865526Hello 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.October 20, 2017 at 4:01 am #866543Hi,
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,
IsmaelOctober 20, 2017 at 5:28 am #866560I don’t understand what that means. How do I do that?
October 21, 2017 at 5:38 am #866960Hi,
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,
IsmaelOctober 23, 2017 at 10:30 am #867523Hi 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.October 24, 2017 at 6:10 am #867981Hi,
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,
IsmaelOctober 24, 2017 at 11:59 am #868125Hi @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
October 25, 2017 at 4:46 am #868521Hi,
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.
Best regards,
IsmaelOctober 27, 2017 at 7:45 pm #869729October 30, 2017 at 6:01 am #870317Hi,
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,
IsmaelOctober 31, 2017 at 1:22 pm #870825Hi @ismael
It’s still a cache issue even though caching is disabled?
Then is there a bug in the theme?November 3, 2017 at 4:36 am #871953Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.