Tagged: enfold, modification
-
AuthorPosts
-
February 28, 2018 at 1:44 pm #919032
Hello, I need that the graphics of the inner navigation of my blog doesn’t displayed in round shapes.
Please, have a closer look into the private content section.Thank you for your time and service.
Best regards
JohnFebruary 28, 2018 at 2:10 pm #919058Hey John,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-image-container-inner, .avia_image, .av-image-caption-overlay { border-radius: 0; }
Best regards,
YigitMarch 1, 2018 at 7:29 pm #919826Hey Yigit,
thank you for your fast response. The solution you suggested didn’t make it.
Please have a closer look into the private section (again).
Best regards,
JohnMarch 2, 2018 at 6:41 am #920096Hi,
Thanks for the screenshot. Please try this instead:
.avia-post-prev, .avia-post-next { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
Best regards,
RikardMarch 6, 2018 at 11:53 am #922172Hey, Rikard,
thank you for your fast response. Your solution also didn’t work for me.
The original graphic is a square. The round-setting of blog-style Enfold creates,
isn’t good, because its cuts off textelements.Any chance Enfold can cope with this?
Best regards,
JohnMarch 6, 2018 at 1:23 pm #922244Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-post-nav .entry-image img { border-radius: 0; }
If that too does not help, please post temporary admin logins here privately so we can look into it.
Best regards,
YigitMay 3, 2018 at 7:51 am #950552Hey, Yigit, that finally worked! Thank you so much!
Recently I was ill. So I wasn’t able to test it out until yesterday, you know.The only thing I need now, is to scale the size with the title text or so.
Because the title text of the events is often chopped off.
May have a look into the private section.Best regards,
JohnMay 4, 2018 at 7:18 am #951381Hi,
Glad it worked. For the title, try this css code.
.avia-post-nav .entry-info span { font-size: 11px; }
Please note that the post nav limits the title to 75 characters. You can find that limitation in the functions-enfold.php file, line 544.
$the_title = isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," ");
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.