Home › Forums › All Other Themes › Inner page banner
- This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago by clare.
-
AuthorPosts
-
March 15, 2018 at 11:11 am #96692
Hi. I’m using SKT Restaurant and I want to have different images in the banner for each page.
I thought I’d worked it out and put a featured image. I checked the size that had been used (1400 x 382 pixels) for the default inner banner and made one the same size and set it as the featured image on http://www.wicklodgeclacton.co.uk/contact-us/But it looks awful. What’s it done to the size? The actual image is http://www.wicklodgeclacton.co.uk/wp-content/uploads/2018/03/contact-page-banner.jpg and looks great.
TIA
ClareMarch 15, 2018 at 12:55 pm #96705Hi,
Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveMarch 15, 2018 at 1:08 pm #96706Can’t you tell me how to do it myself? I’m going to need to do for other pages.
March 15, 2018 at 1:33 pm #96709Hi,
Kindly go to header.php >> And find this code:
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'homepage-thumb' );
Replace this new code there:
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' );
Regards,
DaveMarch 15, 2018 at 1:55 pm #96711Cheers.
Got another issue now but I don’t think it’s you as when I tried to update the file I got an error
“Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”
Fun times -
AuthorPosts
- You must be logged in to reply to this topic.