-
AuthorPosts
-
November 27, 2017 at 2:10 pm #1077042
Hallo,
I want to change the fonts.
To change the fonts, I have processed the following instructions:
https://www.joomlart.com/documentation/joomla-faqs/embed-font#replace-google-font
https://www.joomlart.com/forums/topic/further-help-please-on-google-fonts/
CSS to LESS issues the following error message:
"Templates / ja_elicyon / acm / container-slideshow / less / style.less
.translateY is undefined "
After that I tried that:
https://www.joomlart.com/forums/topic/ja-advanced-custom-module-can-not-compiled-less-to-css/
It still does not work.
I have no idea …
Can someone help?
@ Moderators
I can also provide a ftp access.
Thank you and best regards from Berlin
SandraSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 28, 2017 at 2:38 am #1077209Hi Sandra,
You can share the credentials: URL, Admin + FTP account and backup your site, I will check and try to compile less to css (Remember to compile).
November 28, 2017 at 5:42 pm #1077427This reply has been marked as private.November 28, 2017 at 5:46 pm #1077434This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 29, 2017 at 2:01 am #1077531It seems that your site is displaying with new font now.
For the error: .translateY is undefined when compiling less to css, it seems that bootstrap removed the mixin for translateY(), I’ve added this declaration:
.translateY(@y) { -webkit-transform: translateY(@y); -ms-transform: translateY(@y); // IE9 only -o-transform: translateY(@y); transform: translateY(@y); }
into 2 files:
/templates/ja_elicyon/acm/gallery/less/style.less
/templates/ja_elicyon/acm/container-slideshow/less/style.lessAnd it’s working now. Kindly check.
November 29, 2017 at 9:22 am #1077690This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 29, 2017 at 10:04 am #1077703You can try with this css rule:
.acm-features.style-1 .features-item-inner .btn { font-family: "Montserrat", "Montserrat Alternate", Arial, "sans-serif"!important; }
into the file: root/templates/ja_elicyon/css/custom.css (create this file if it doesn’t exist)
December 1, 2017 at 8:37 am #1078223This reply has been marked as private.December 1, 2017 at 10:01 am #1078259This reply has been marked as private. -
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Saguaros 6 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum