JFlybring
Forum Replies Created
-
Forum: Plugins
In reply to: [Client Logo Carousel] I cannot add a clients logoHi,
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
Forum: Themes and Templates
In reply to: [Theme: Sundance] Can't create child theme!Thank you, that makes things a bit clearer for me. 🙂
So the
rtl.cssfile 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.phpfile 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 thefunction.phpfile 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. 🙂
Forum: Themes and Templates
In reply to: [Theme: Sundance] Can't create child theme!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.
Forum: Themes and Templates
In reply to: [Theme: Sundance] Can't create child theme!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.
Forum: Themes and Templates
In reply to: [Theme: Sundance] Can't create child theme!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.?
Forum: Themes and Templates
In reply to: [Theme: Sundance] Can't create child theme!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…