• Resolved djmwr

    (@djmwr)


    After installing a Child Theme the images on my Social Menu buttons have disappeared.

    Where I used to get an image for Facebook, Instagram, YouTube etc I now just get a random wingding type box.

    Help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter djmwr

    (@djmwr)

    After 3 weeks of trying different things on my own (due to lack of response on here) I have managed to find the below solution:

    In the functions.php on the parent-theme I have changed Codeline 106 from

    wp_enqueue_style( 'hitchcock_fontawesome', get_stylesheet_directory_uri() . '/fa/css/font-awesome.css' );

    to

    wp_enqueue_style( 'hitchcock_fontawesome', get_template_directory_uri() . '/fa/css/font-awesome.css' );

    Then once I have activated the child-theme it has pulled the Social icons through correctly.

    @djmwr thanks bro it work for me…

    I use Child theme.
    Next, I want make my own homepage with simple Slider Sticky on top with original navbar, I use Costume page Template…
    and now I have my page template… and stuck over there with blank page (white)…
    because I am not real programer ??

    In the functions.php on the parent-theme I have:

    wp_register_style( ‘hitchcock_fontawesome’, get_stylesheet_directory_uri() . ‘/fa/css/font-awesome.css’ );
    $dependencies[] = ‘hitchcock_fontawesome’;

    wp_enqueue_style( ‘hitchcock_style’, get_stylesheet_uri(), $dependencies );
    }
    }
    add_action( ‘wp_print_styles’, ‘hitchcock_load_style’ );

    }

    (and they are not at line 106)
    I cannot find the strings djmwr was talking about

    klauspetrovic

    (@klauspetrovic)

    And the same is for me!
    I cannot get social icons in child theme, and I haven’t the parts of code that @djmwr was talking about

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Button images lost in Child Theme’ is closed to new replies.