Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: google fonts #264062
    Wilfried
    Participant

    Yes, that is what I wanted to know. Thank you again for answering my questions so quick!
    kind regards
    Wilfried

    in reply to: google fonts #264057
    Wilfried
    Participant

    Ah 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?

    in reply to: google fonts #264050
    Wilfried
    Participant

    Hi 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.

    in reply to: google fonts #264040
    Wilfried
    Participant

    That was really a quick answer. Here is the url: https://goldenhill.co.za/

    in reply to: google fonts #264029
    Wilfried
    Participant

    Hi 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
    Wilfried

    in reply to: google fonts #263817
    Wilfried
    Participant

    Thank 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
    Wilfried

    in reply to: google fonts #263654
    Wilfried
    Participant

    Hi Skandha,
    How can I stop google fonts loading in the theme?

    Any help much appreciated

    Wilfried

    in reply to: Maps are not shown #261525
    Wilfried
    Participant

    Update: Problem solved. I cleared the cache and deleted cookies and everything is working fine. 😀

    kind regards
    Wilfried

    in reply to: Maps are not shown #261524
    Wilfried
    Participant

    Hi 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
    Wilfried

    in reply to: Maps are not shown #261148
    Wilfried
    Participant

    Hi 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
    Wilfried

    in reply to: Page content above featured content on homepage #153624
    Wilfried
    Participant

    Now everything is perfect! Did I use wrong settings or what was the reason?
    kind regards
    Wilfried

    in reply to: Page content above featured content on homepage #153617
    Wilfried
    Participant

    @Skadha
    I checked the option ‘Move above Homepage Featured Content’ and the featured content does not appear.

    kind regards
    Wilfried

    in reply to: Page content above featured content on homepage #153484
    Wilfried
    Participant

    Dear 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
    Wilfried

    in reply to: how to change font size of h tags? #44045
    Wilfried
    Participant

    Thanks for the swift response. Now it works!
    Wilfried

    in reply to: Titles display #43770
    Wilfried
    Participant

    Found the solution on an older post:

    .page .entry-title { display: none; }
    .home.page .entry-title { display: block; }

    Willi

    in reply to: how to change colors #42324
    Wilfried
    Participant

    Hi Sakin,
    thanks for the swift response. Everything is fine now.

Viewing 16 posts - 1 through 16 (of 16 total)