Forum Replies Created
-
AuthorPosts
-
WilfriedParticipant
Yes, that is what I wanted to know. Thank you again for answering my questions so quick!
kind regards
WilfriedWilfriedParticipantAh 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?
WilfriedParticipantHi 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.WilfriedParticipantThat was really a quick answer. Here is the url: https://goldenhill.co.za/
WilfriedParticipantHi 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
WilfriedWilfriedParticipantThank 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
WilfriedWilfriedParticipantHi Skandha,
How can I stop google fonts loading in the theme?Any help much appreciated
Wilfried
WilfriedParticipantUpdate: Problem solved. I cleared the cache and deleted cookies and everything is working fine. 😀
kind regards
WilfriedWilfriedParticipantHi 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
WilfriedWilfriedParticipantHi 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
WilfriedWilfriedParticipantNow everything is perfect! Did I use wrong settings or what was the reason?
kind regards
WilfriedWilfriedParticipant@Skadha
I checked the option ‘Move above Homepage Featured Content’ and the featured content does not appear.kind regards
WilfriedWilfriedParticipantDear 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
WilfriedWilfriedParticipantThanks for the swift response. Now it works!
WilfriedWilfriedParticipantFound the solution on an older post:
.page .entry-title { display: none; }
.home.page .entry-title { display: block; }Willi
WilfriedParticipantHi Sakin,
thanks for the swift response. Everything is fine now. -
AuthorPosts