• I am using the Magazino theme to build https://www.FtBenningBob.com. I added a child theme for customization purposes. However, the graphics on the social media icon tiles have disappeared. Can anyone tell me how to resolve this issue. I have searched and looked, but to no avail.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your child theme isn’t set up correctly – the style.css file in the child theme should have this at the top:

    /*
    Theme Name:     Magazino Child
    Template:       magazino
    */
    
    @import url("../magazino/style.css");

    And then ONLY changes to the CSS go after that piece.

    Thread Starter Pastor Wynn

    (@mowynn)

    Thanks for the tip. I cannot seem to get it to work at the moment, but will keep trying. I cannot seem to get the child style.css to accept an edit. It will not save. The parent style.css edits and saves just fine, but the child won’t. I thought it might be a permissions issue, but it does not appear to be.

    Thanks again. I’ll reply if it works for me.

    Do you have any caching on your site? It doesn’t look like that file’s been changed. One other thing to try is once you’ve changed that @import line – change to another theme and then back to the child theme – sometimes that kicks it into gear.

    Glad to address your query.

    If your child directory name is ‘magazino-child’,
    create folder ‘library’ in it,
    create folder ‘images’ in the newly created folder ‘library’
    ie; now you will have ‘wp-content/themes/magazino-child/library/images’
    and copy paste the social icons.

    Simply said: copy the ‘wp-content/themes/magazino/library’ folder to ‘wp-content/themes/magazino-child/library/images’ and you are set to go.

    Please mark the post as resolved if its good to go with your current query.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blank Social Icon Tiles’ is closed to new replies.