Forum Replies Created
-
AuthorPosts
-
Thanks it seems to work;
Thanks;
I already tried that. The dropdown list shows only the google fonts. If you remove the google font it disappears from the dropdown list.
So I presume it should be added in a different way. I have read it is possible to add the local fonts, but I just have not understood how/whereHello,
Your link doesn‘t work, think something went wrong with your post.
I have tried various css but no one worked. Do you have an exact example of the code to load the local font?
Due to GDPR Problems I am trying to eliminate Google Fonts; I have imported it via your font manager on local server.
Just I would need a working example for the Layerslider to use the local font instead of Google Font.Would it be possible to give me an example on how assigning the imported fonts via enfold font manager here?
More concrete I would like for example to add the font Handlee to a specific slider, I have seen under styles there is the possibility to add custom css.. How would I add the this locally imported fonts via css? Could you give me an example?Is there another way to incorporate locally imported fonts via custom font manager?
Google fonts seems to be a severe problem for GDPR – because the site connects when opened,
so even before reading/accepting any data protection info..Thanks for your help,
this solved the glitch;Here is a link where you could see the problem;
Check it on Smartphone.
I presume there is a problem, depending on the amount of pages also on a tablet.June 4, 2018 at 1:51 pm in reply to: Inserting a Youtube Video – Turn Off YouTube Related Videos at the end? #966501Many thanks for your help!
Best regards
GasoIs there no other option or possibility?
Thanks. But this does not really fix the problem.
On an Ipad for example the problem was still there and the second problem was that the title font became far to small..
What helped me was following – maybe of interest for anyone else;
.av-catalogue-title { padding-right: 120px !important; }
I know I could insert it with an iframe – but then for example the privacy switch shortcode would not work anymore
May 27, 2018 at 3:50 pm in reply to: Problem with Data Picker Layout – words overwriting in German #962785Thanks it worked fine;
May 25, 2018 at 11:15 am in reply to: Problem with Data Picker Layout – words overwriting in German #962023Another try –
added in Child Theme – in style.css and in Enfold-Child -> General Styling -> Quick CSS
the following code#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span {
display: none !important;
}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
content: ‘Zurück’ !important;
}ok – now it seems to work;
Question to this quick css and the style.css – is it enough if I insert the code in just one of theme or even better? Or should I prefer to inserti in the style.css of the child theme and cancel all quick.css?- This reply was modified 6 years, 6 months ago by Gaso.
May 25, 2018 at 10:57 am in reply to: Problem with Data Picker Layout – words overwriting in German #962017I have tried the following –
modified the “de_DE.po” file in lang folder in enfold. Searched the word “vorangegangen” and changed it with “zurück” but on the site there is still the word “vorangegangen”.. was it the wrong file I modified?
Hi,
you can close the thread;
Thanks;May 25, 2018 at 9:11 am in reply to: Changing the font size and colort of the full width submenu element? #961983Maybe of interest for someone else –
I managed to change the font color and size with this quick css
#top .av-subnav-menu > li > a { font-size: 20px; color: #fcc860; }
And here the color of the link on hover..
#top .av-subnav-menu > li > a:hover { color: #11306f; }
Thanks I got the fix;
Here you could see one long line is ok the other not…
Here is a page in question – On the PC it’s ok – but on Tablet and Iphone some entries of the title do not “break” in a second row but overwrite the price info.. Some longer titles are ok as you could see from the screenshots of the smartphone.
Thanks for quick answer; I have solved the problem;
-
AuthorPosts