tommee81
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.9 updateI just got the same installation failier. Anybody any idea?
Warning:
Permission denied in /home/………./class-wp-filesystem-direct.php on line 217The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.: wp-admin/includes/update-core.php
Installation Failed
Thanks!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenGood Job!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenForum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenI am not sure, why it does not work with you guys. So, I sad wat I changed in my header.php, it can be maybee my style.css or the size of the logo. This is what I have in my style.css:
img#site-logo { max-width: 100%; height: auto; } .search-toggle { display: none; }And the size of my logo is: 355×40 -I hope it helps. I has to work with everybody.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenHi Jas999,
Try this in header:
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img id="site-logo" src="<?php echo get_stylesheet_directory_uri(); ?>/images/site-logo.png" alt="THE NAME OF YOUR SITE" /></a></h1>
I did not use the CODE button in my last post, so it changed it. Now this is appearing goed. You need to put your logo to: ..child/images/site-logo.png
If you do it like this, the menu stays always, with your logo.Hi Tamas,
Itt/here is Tamas. I also changed my footer in child. This is wat i have now aan the lefts side of my footer
Alle rechten voorbehouden. © 2014 Name of my company
They link to my homepage and you can link it to your “Privacy Policy”.
If you also want this, it is really simple. You just change the ´´link´´, the ´´Proudly powered by´´ and the ´´WordPress´´ words.
It should be something like this-<div class="site-info"> <?php do_action( 'twentyfourteen_credits' ); ?> <a href="<?php echo esc_url( __( 'http://MYWEBSITE.COM/', 'YOUR COMPANY' ) ); ?>"><?php printf( __( 'Alle rechten voorbehouden. © 2014 %s', 'twentyfourteen' ), 'YOUR COMPANY' ); ?></a> </div><!-- .site-info -->I do not see the link to wordpress in your footer, this is strange. It should be the same als mijn.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenOh, this is nice batharoy, thanks. I just made something like that. Ja, I removed the <?php bloginfo( ‘name’ ); ?> part, add a small extra part, and this is wat I have now:
<h1 class=”site-title”>” rel=”home”><img id=”site-logo” src=”<?php echo get_stylesheet_directory_uri(); ?>/images/site-logo.png” alt=”THE NAME OF MY SITE” /></h1>
It works, but can it be beter done? Any ideaas? Professionals? Ja of course, I did this in child.
In css I made the logo responsible, so it is getting smaller on Iphone:
img#site-logo {
max-width: 100%;
height: auto;
}Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenOf course I know how to add header immage to the site, but I just sad 2 times I do not need one. I do not use header. I just want to change the name of the site to a small logo 335x40px at the same place.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenI do not have a header image, I just want to add one small custom logo 335x40px to the place of the header text.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenThanks John, but I do not use header. I just want to add my logo without header.