geekosupremo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tonic] Making the header image a link to the home pageRight, sorry, forgot that.
The site is: https://www.beeskneescaramels.com/
Currently there is a menu up in the header image, but it doesn’t really fit the look we’re going for, thus we were wanting to make the banner image the “home” link.
Thanks for looking.
Forum: Themes and Templates
In reply to: [Tonic] Replace site title with logoI’ve tried bravokeyl and Jesin A ‘s soulutions and neither of them is accomplishing what I’m trying to do, which is just turn to whole banner image into a clickable link back to the home page. What am I missing?
Line 45 of my header.php looks like this
<a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="path" alt="<?php bloginfo( 'name' ); ?>" /></a>
Forum: Themes and Templates
In reply to: [Tonic] Jumbo Header vs. Regular HeaderIf you open the style.css or go to that file in the Editor from the Appearance menu. Then scroll down till you see”
\* header ---------------------------------------*\
You should then also see a couple of style entries for #header
one of them will look like
.home #header-wrap { height: 550px; }
If you change that to just
#header-wrap { height: 550px; }
That should show the jumbo header at full size on all your pages
That worked great! Thank you! Mas apologies for my noobishness.
Forum: Fixing WordPress
In reply to: htaccessThe .htaccess file should be in the base of your “web” folder on your host. They often have their own file naming convention, but basically where you have your WordPress installed is the folder where you should find the htaccess. It’s not in the wordpress folder, but the one “above it” in a hierarchical tree. That’s the usual case.
Forum: Fixing WordPress
In reply to: Media Library ProblemsAre you getting an error message like this? (Personal data obscured)
Fatal error: Call to undefined function wp_get_attachment_image() in /home/*********/public_html/blog/wp-includes/post-template.php on line 386