I wanted I would like to use header background color.
But there was no ‘header’ custom field
to add background pictures or images.
And also, although I tried many times
I couldn’t succeed to change header background color
using CSS code.
Would you teach me how to solve this problem?
]]>Hello,
I have tried to make submenus, but they only work with chrome.
https://www.granskningsverige.info on the far right “V?ra reportage”, the menu does not “open up” on rollover in Safari and Firefox.
I would also like for the “V?ra reportage” to be a non klickable menu… no page connected, only submenus.
What should I do?
Brgds,
Erik Johansson
]]>Hi! Is it possible to use the css style for images used in the picture post but in the standar post? What I want to do is insert pictures but avoid the margins.
Thanks!
]]>Will McKinley 1.1 eventually be available for download?
We are moving a client from wordpress.com (where they use the McKinley theme) to a hosted wordpress install. McKinley on wordpress.com is at v1.1, whereas the one available for download is 1.06. It’s making the move kinda difficult.
]]>I love this theme but I have a litle problem. The siste title and short description is showed twice in the browser windows. I’ve tried with different browsers (Firefox, Chromium, Opera…) and it happens in all of them.
Any solutions?
Thanks,
Iyan
Hi
I created a test site on wordpress.com a year ago using the McKinley theme.
I am now trying to make the site live. I have organised hosting, have created a McKinley child theme, and am starting to recreate my pages. But under Dashboard > Appearance > there is no ‘Header’ custom header field to add pictures as there is on the WordPress.com site.
I saw the closed thread with this same name (11 months old) and tried adding the code suggested there to my child theme css but there’s still no opportunity to upload custom header images.
The host suggests it may be a different version of McKinley, is wordpress.com version different to a download just this week?
Is there a way I can restore this function?
Thank you
Stuart
We would like to add a custom logo to the existing header. This logo would replace the existing page title “byela” (see example at: https://www.wordpress.byela.ch/wordpress/)
We have no html or css know-how. Any help would be greatly appreciated
Thanks
Manuela
Hello,
I have the Mckinley theme on my wordpress.com site ([email protected])- I have just changed to self hosted and applied Mckinley to this too,(misslewismedia.com) but the menu font has changed, as well as the sizing/spaces (everything in the drop down menus is rather squished) I have tried changing the fonts in the stylesheet by am getting nowhere! Does anyone know why the fonts have changed from .com to .org?! Or possibly have the correct fonts in a style sheet I could copy from?
Many Thanks!
]]>Hi,
We need to link the images in the Gallery Post Format to link to custom URLs. I got the wonderful WP Gallery Custom Links plugin to work on regular ol’ WP galleries, but not when using the Gallery Post format. .
Apparently I’ll need to edit content-gallery.php to pull in those URLs but haven’t the foggiest idea where to start. Any ideas are appreciated. Thank you!
`<?php
$galleries = mckinley_get_gallery_attachments();
if($galleries) {
echo (‘<div class=”flexslider gallery-slideshow”><ul class=”slides”>’);
foreach ($galleries as $gallery) {
foreach ($gallery as $attachment) {
echo ‘<li>’.wp_get_attachment_image($attachment->ID, “mckinley-post-thumb-big” ).'</li>’;
}
}
echo (‘</ul></div>’);
}
?><!– .gallery-slideshow –>`
Hi everyone, I am a bit of a newbie to WordPress so I apologize in advance if my questions are simplistic. I promise to try and learn quickly and become more self sufficient.
I am using www.remarpro.com and the site is hosted. I am using the McKinley Theme.
I am trying to reduce the size of the space used for page titles. Any thoughts?
]]>Hi,
I’m new to wordpress and am trying to update the way a gallery is formatted. Any help much appreciated!
1.) I am using the McKinley theme on a www.remarpro.com blog and the under Settings > Media, there is no title ‘Image gallery carousel’. How can I see these fields? (they are available on the wordpress.com equivalent)
2.) When editing a gallery, there is no ‘type’ drop down enabling me to select tiled mosaic / cycles / slideshow etc. Is there a way to enable this? (again, available on the wordpress.com equivalent)
3.) I’ve tried to edit the code (Appearance > Editor) so that when creating a thumbnail gallery the images have more space between them. From other forums I understand that this involves updating the code as follows (xx are numbers)
.gallery-item {margin-left: xxpx;
margin-right: xxpx;}
Even after hitting ‘update file’ I’m not seeing any changes to my gallery page. Again, any help appreciated!
Many thanks,
Caroline
Hi,
I have the mckinley theme installed on a German WordPress 4.0 site: the more tag (‘Continue Reading’) is not begin translated.
When I activate the default WordPress 2013 theme on this site then the more tag is niceley translated in ‘Weiterlesen’
Is there a fix for this issue?
hi
I have no IT background at all. Can anyone please advice how to change post header font size. Right now posts font size is bigger then blog header which I would like to change to have post header half a current size (so more or less the same size as blog header). I want to change just size, font type can stay the same. thanks for help
]]>Want to keep pages stark. Have tried everything without success and fear this is possible only if I buy the upgrade. Want to keep a “Reply” field only on the Contact page.
My site is .
Thanks mightily for any help!
I’d like my featured images to appear at full width without the side margins:
https://www.lilmunchkinpreschool.com/
I”m a complete novice at coding! Thank you!
Can anyone tell me how to make the blog titles appear when posts are set as “image” posts, or rather how to automatically make all images have 100% width in standard posts?
]]>Im trying to position text behind a png-24 image using css.
I set the z-index for the image in css to 2, and the z-index for the text to 0.
the image still appears above the text.
Any advice?
]]>I wish to include JavaScript files (Jquery) in my wordpress site.
I created a child theme, along with its folder.
Do I just stick it in the child theme folder? or is there somewhere more specific?
I have an area of the webpage Id like to designate for content. Its 1000w x 750h in pixels.
I create a div tag, then assign its properties in css, such as width and height there. I gave it a black background.
Why doesn’t a big rectangle of black show up?
Pretty basic question.. but Im still a rookie.
]]>I’ve been using CSS to position text on my page using position:relative, top left, etc.
when I view my site on a smartphone (iPhone5s), the regular web display shows all the content to the left of the screen, and all the text I put in the content-entry area of a page is out of wack- it’s displaying on my bg pattern way off to the right, etc.
If I switch to mobile display on the phone, the text is centered, but the header doesn’t show up, and the bg color I specified doesn’t show up…
What’s the best way to optimize the site for mobile, but also arranges things the way you wish on the comp?
]]>So far Ive set up the main content I want my website to display on a PAGE in wordpress. I haven’t created any new/additional HTML files.
So on the page, Ive written dummy text to test it out, but have a hard time using CSS to adjust it (specifically, it’s position on the page).
the text are automatically assigned a <p> tag, nested inside the <entry-content> tag. I wish I could assign a CLASS or ID to the <p> tags.
So I guess my real question is – how do I assign a CLASS or ID to the <p> tags? that’s my assumed solution to the issue.
]]>I wish to keep the footer McKinley comes with, but just hide the “Theme by themetrust” and “powered by wordpress”. Im planning on inserting a line of text in the middle.
At the moment I have the whole thing hidden.
I imagine the best way to do this would be to edit the footer.php and put the new file in my child theme.
Advice ?
Thanks!
Greetings,
I just started using the McKinley Theme and I noticed that there’s some extra space on the right hand side of my website when viewed on a mobile display such as on my iPhone 5S. How can I resolve this?
Here’s the website – https://www.mangochico.com
Hope to hear from you guys.
]]>Your theme looks minimalistic and elegant, that’s why I would like to give it a try for a blog I am planning.
After uploading the theme to my server, I run into a problem. I did not manage to show images in a Flexslider gallery. The Flexslider script and a gallery post format are part of the theme, but when I create a new post and chose “gallery” as format, the images on my blog are shown in a column and not in a slider.
Thank you very much in advabce for your help.
]]>Hi,
I am using the McKinley WP template: https://sdcs.cgwebsolutions.co.uk and have added an widget to the footer to display images.
The images in the footer display okay on a desktop computer, however when viewing them on a smart phone or tablet they do not stack correctly and overlap each other.
I have attempted to identify the problem by tweaking the CSS, however this has not worked. Can you please advise how this can be fixed?
Thanks!
]]>Hi, I am new to wordpress.
I would like to learn how to link my posts to specific pages I have created. Is it possible with this McKinley theme?
]]>I would like to custom or at least add an image in the header. I can’t find out where I can edit the header.
Thanks!