timdevogel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)Brilliant, AZBros! I had the problem that my logo and header-widget plugin weren’t showing up any more after the upgrade. After copying the first line from the 3.1.6 version to header.php in my child theme the problem was resolved. Just to be sure I then also did the same with the second line.
Thanks for all the effort you put into this!Forum: Themes and Templates
In reply to: [Hueman] How do I remove the word BLOG?Great bdbrown, that worked like magic. Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)I think you have to look for
add_filter( 'auto_update_theme', '__return_true' );
in wp-config.php and change ‘true’ to ‘false’Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)Yep, same problem here. I quickly switched back to the older version! As soon as there’s a solution I’ll upgrade.
Forum: Themes and Templates
In reply to: [Hueman] Can't edit header.phpThat’s the header in the master-child directory. But, once again, I just restored some backup files and the problem’s gone. THANK THE LORD FOR BACKUPS!!!!
Forum: Themes and Templates
In reply to: [Hueman] Can't edit header.phpOkay, bdbrown, somehow the link I just posted does work!
Forum: Themes and Templates
In reply to: [Hueman] Can't edit header.phpStrange, I checked and it really is http://pastebin.com/a8d3NdqU
Forum: Themes and Templates
In reply to: [Hueman] Can't edit header.phpOkay, here it is:
http://pastebin.com/a8d3NdqUForum: Themes and Templates
In reply to: [Hueman] Can't edit header.phpYes, but only when I try to open it with a text-editor. And when I try to change something and save the file I get the message that I can’t because I don’t have the right to…
Forum: Themes and Templates
In reply to: [Hueman] Widget in header Widget-area not showingOkay bdbrown. I have 1 more question, but I’ll open a new thread for that.
Forum: Themes and Templates
In reply to: [Hueman] Widget in header Widget-area not showingSorry, bdbrown, you’re quite right. But I was afraid my question had slipped way from your sight. Next time I’ll try to be more patient.
In the meantime I completely messed up my site and had to restore it from a backup and, guess what: the issue is resolved!
Of course I’d like to know what caused the issue in the first place, but for now I’m happy everything’s working again.
So, thanks for the support and I did take a look at http://jobs.wordpress.net/. Always good to know about these possibilities!
Forum: Themes and Templates
In reply to: [Hueman] Widget in header Widget-area not showingThe strange thing is, if I look at header.php thru Finder/Preview, I see the code as it should be! But if I use Filezilla and open header.php, I see the code I posted earlier!
Forum: Themes and Templates
In reply to: [Hueman] Widget in header Widget-area not showingHas anyone looked into this for me? I’m getting quite desperate…
Forum: Themes and Templates
In reply to: [Hueman] Widget in header Widget-area not showingI removed Googleads (I think) and it’s still not showing up. When I look at header.php in the hueman-child-master directory the code looks strange.I downloaded the latest version of Hueman and copied a new version of header.php to this directory, but it still looks strange.
This is what it looks like:
> >‘topbar’,’menu_class’=>’nav container-inner group’,’container’=>”,’menu_id’ => ”,’fallback_cb’=> false)); ?>
‘header’,’menu_class’=>’nav container-inner group’,’container’=>”,’menu_id’ => ”,’fallback_cb’=> false)); ?>
Forum: Themes and Templates
In reply to: [Hueman] Widget in header Widget-area not showingFirst I did indeed enable in Customize > Header > Header Advertisement Widget, the “Display a widget in your header” option. Then in Appearance > Widgets I added the Newletter-widget to the Header (next to logo/title) area.