-
AuthorPosts
-
June 4, 2020 at 9:28 pm #1219558
Hi,
I have two questions:
1.) I’ve followed these instructions: https://kriesi.at/support/topic/how-to-add-own-icon-fonts-that-are-not-at-fontello-or-flaticon/ to upload a new icon font set downloaded from Fontello but when I try to add it to Iconfont Manager an error appears: “Couldn’t add the font because the server didn’t respond. Try to reload the page, then try again” (and the font is already uploaded to media library).2.) I’m trying to create a rounded corners for the elements “Altri prodotti” at the bottom of this page: https://staging.step-lab.com/prodotti/sistemi-di-collaudo-basati-su-robot/. But when I add rounded borders via css also a small arrow and the image has rounded borders. How can I do it via css?
Thank you in advance for the help.
Kind regards,
Anita MartinekJune 8, 2020 at 6:40 pm #1220556Hey Stepconsulting,
https://share.getcloudapp.com/xQuDpbLg You need to have the PHP ZipArchive extension enabled on the server to be able to upload fonts. Please write to your hosting provider.
Best regards,
VictoriaJune 8, 2020 at 6:59 pm #1220568Hi,
thanks for the first point, I’ll contact my hosting provider.For the second point I’ve tried and the only thing is that I can’t see the rounded corners really, it seams that only the shadow corners get rounded and not the box with the link and image.
Regards,
Anita- This reply was modified 4 years, 5 months ago by Stepconsulting.
June 8, 2020 at 9:32 pm #1220665Hi Anita,
For the top corners to round, you need to target the image.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.grid-entry .inner-entry, .grid-entry .inner-entry img { border-radius: 20px; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 9, 2020 at 10:27 pm #1220983Hi Victoria,
sorry but the result is not what I expected. I was looking fore this kind of effect:
https://staging.step-lab.com/wp-content/uploads/Schermata-2020-06-09-alle-21.47.43.pngAnd one last question:
How can I center these elements horizontally, the div id is “contattaci”‘ I would like them to be centered due to the page. I’ve tried to add the 1/5 columns on the left and on the right but then the spaces of the form and the title are too small.
https://staging.step-lab.com/wp-content/uploads/Schermata-2020-06-09-alle-22.29.30.pngThank you.
Regards,
Anita- This reply was modified 4 years, 5 months ago by Stepconsulting.
June 10, 2020 at 1:26 pm #1221177Hi Victoria,
I’ve installed the PHP ZipArchive and manage to upload a fontello font via Icon Font manager.
I’ve created and uploaded an svg icons on http://fontello.com/ and then I’ve downloaded the webfont in zip archive. I’ve uploaded it via Icon Font manager and all went well. But when I go to a page and I insert an icon I cannot see the icons that I’ve uploaded in Font Icon library: https://staging.step-lab.com/wp-content/uploads/Schermata-2020-06-10-alle-13.48.23-2.pngRegards,
Anita- This reply was modified 4 years, 5 months ago by Stepconsulting.
June 10, 2020 at 2:01 pm #1221195I’ve resolved the icons question, I didn’t see the uploaded icons because of the cache problem. I’ve purged the cache and now the icons are visible!
June 10, 2020 at 8:39 pm #1221398Hi Stepconsulting,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 10, 2020 at 10:45 pm #1221439Hi Victoria,
I still have these two open points:
sorry but the result is not what I expected. I was looking fore this kind of effect:
https://staging.step-lab.com/wp-content/uploads/Schermata-2020-06-09-alle-21.47.43.pngAnd one last question:
How can I center these elements horizontally, the div id is “contattaci”‘ I would like them to be centered due to the page. I’ve tried to add the 1/5 columns on the left and on the right but then the spaces of the form and the title are too small.
https://staging.step-lab.com/wp-content/uploads/Schermata-2020-06-09-alle-22.29.30.pngThank you.
Regards,
AnitaJune 11, 2020 at 4:07 pm #1221744Hi Anita,
I am seeing it like this https://share.getcloudapp.com/geuwYbZA
Which part is not working for you here?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.grid-entry .inner-entry, .grid-entry .inner-entry img { border-top-left-radius: 8px; border-top-right-radius: 8px; } .grid-entry .grid-content, .grid-entry .inner-entry { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 11, 2020 at 5:21 pm #1221802You can see that the title and the form are not centered respectfully to the page, the left side has less space than the right side.
https://staging.step-lab.com/wp-content/uploads/Schermata-2020-06-11-alle-17.16.25-1.pngThank you,
AnitaJune 11, 2020 at 6:15 pm #1221858Hi Anita,
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.