Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    I have just installed the plugin, thank you, but I too cannot add any logos…

    When I try to set ‘featured image’ I get this: https://www.dropbox.com/s/77zker0s1qr91wq/Screen%20shot%202016-07-08%20at%2016.50.56.JPG?dl=0

    Where do I go from here?

    Thanks,

    Johan

    Thread Starter JFlybring

    (@jflybring)

    Thank you, that makes things a bit clearer for me. 🙂

    So the rtl.css file is not needed in the child theme directory? I added it just in case, following the instructions here http://codex.wordpress.org/Child_Themes.

    I had used a code for the favicon in the header.php file in the parent theme, but I couldn’t get it to work in the child theme; so I decided to add the favicon via a function in the function.php file instead. And it seems to work, which is good.

    The theme headers I had added in the parent theme are still in the media library but no longer selectable as headers. Nevermind, I guess I’ll just reupload them through the child theme and delete the old ones. 🙂

    So all in all it seems to work fine now, and I’ve got a slightly better grip of how to work with a child theme. Thank you very much. 🙂

    Thread Starter JFlybring

    (@jflybring)

    Sorry I mislead you a little bit there, I did indeed copy the files but I modified them to link back to the parent theme and to import its CSS.
    For example, in the child ‘style.css’ I used:
    @import url("../sundance/style.css");

    The ‘functions.php’ file only seems to cooperate if I delete all its content.

    I just tried starting the process again and only left the essential information in the files (as advised on that link you posted, thank you). But it didn’t seem to change anything; I’m still having issues with the headers and the favicon… I seem to have a problem linking the child theme back to the parent theme properly.

    Thread Starter JFlybring

    (@jflybring)

    My header images are still in my media library, but they are not visible on the ‘Custom Header’ page on the dashboard (under ‘Appearance’). Do I need to re-upload them? Although that would give me duplicates…

    Also, my favicon has disappeared and I can’t figure out how to make it appear again.

    Is this due to deleting the functions.php content, or do I need to do something else?

    Thanks again.

    Thread Starter JFlybring

    (@jflybring)

    It worked, thank you!

    No more error messages, however the theme has gone back to default colour and no header… can’t see any other major changes yet…

    Will a blank ‘functions.php’ file not affect future customisation, such as new functions, etc.?

    Thread Starter JFlybring

    (@jflybring)

    I tried—after reading about it on a website—to add the following:

    if(!function_exists('sundance_set_content_width'))
    {

    before
    function sundance_set_content_width() {
    in functions.php.

    But this didn’t seem to work.

    I’ll try as you suggest to remove everything, and I’ll get back with the results…

Viewing 6 replies - 1 through 6 (of 6 total)