Forum Replies Created
-
AuthorPosts
-
Wilfried
MemberYes, that is what I wanted to know. Thank you again for answering my questions so quick!
kind regards
WilfriedWilfried
MemberAh OK. Sorry for asking again. Where does catch kathmandu load the fonts from? Or are the fonts stored in the theme and they are on my server?
Wilfried
MemberHi Pratik,
thanks for checking. I got the same result, but where are the fonts coming from? Skandha told me the fonts are loaded from fonts.googleapis (reply #263364). I’m confused now.Wilfried
MemberThat was really a quick answer. Here is the url: https://goldenhill.co.za/
Wilfried
MemberHi Pratik,
thank you so much for the answer. I still have one question. How do I check that the theme does not establish a connection to fonts.google.com? I even can’t see it before using the fonts locally.
kind regards
WilfriedWilfried
MemberThank you so much for the suggestion. I prefer to do it manually. How do I check that the theme does not load the fonts via fonts.googleapis.com anymore?
Do I have to add this in the functions.php of the child theme?
// Removing Google Fonts from theme
function dequeue_google_fonts_style() {
wp_dequeue_style( ‘adonis-fonts’ );
}
add_action( ‘wp_print_styles’, ‘dequeue_google_fonts_style’ );// Removing Site Icon feature from theme
function remove_styles_sections($wp_customize) {
$wp_customize->remove_control(‘site_icon’);
}
add_action( ‘customize_register’, ‘remove_styles_sections’, 20, 1 );kind regards
WilfriedWilfried
MemberHi Skandha,
How can I stop google fonts loading in the theme?Any help much appreciated
Wilfried
Wilfried
MemberUpdate: Problem solved. I cleared the cache and deleted cookies and everything is working fine. đ
kind regards
WilfriedWilfried
MemberHi Skandha,
I upgraded to 5.2.4 and the problem persists.And now there is another problem: how do I get rid of the Menu-Button on top of the Home-Button?
Thank you so much for your help
WilfriedWilfried
MemberHi Skandia,
thanks for your swift answer. I made a mistake. The version I’m using is not 3.1 it is 4.9.1. Thats not the latest one, but not really old. And the maps have been shown until the last wordpress update. Any suggestions how to solve the problem?
Thanks and kind regards
WilfriedWilfried
MemberNow everything is perfect! Did I use wrong settings or what was the reason?
kind regards
WilfriedWilfried
Member@Skadha
I checked the option âMove above Homepage Featured Contentâ and the featured content does not appear.kind regards
WilfriedWilfried
MemberDear Skandha,
sorry for the late reply, have been on an overland tour without internet access. The URL:addo-elephant-park.com
The site is still under construction, but the homepage will not change very much. The box is unchecked, therefore the featured content is above the page content. If I check the box, I only can see the page content.
kind regards
WilfriedWilfried
MemberThanks for the swift response. Now it works!
WilfriedWilfried
MemberFound the solution on an older post:
.page .entry-title { display: none; }
.home.page .entry-title { display: block; }Willi
Wilfried
MemberHi Sakin,
thanks for the swift response. Everything is fine now. -
AuthorPosts
