ulricakrii
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove large space over featured images in Hueman themeThank you Peter Cralen, it was the row I was looking for. And yes I use a child theme. 🙂
/Ulrica
Forum: Themes and Templates
In reply to: [Hueman] Images are "locked" to the hight, not to the width.Sorry sorry sorry! I found the problem.
For some reason the word “true” had ended up after the sizes in my functions.php-file. Don’t know how, but when I took them away everything is back to normal. 😀/Ulrica
Forum: Themes and Templates
In reply to: [Hueman] What size is the largest image size in this theme?Hi Mike.
My site is set to 1120px.
I changed the line below in my child theme to this:// add_image_size( ‘thumb-large’, 800, 1133, true );
It worked, but the problem is that I have over 450 images on the site that needs to be updated. 🙁
/Ulrica
Forum: Themes and Templates
In reply to: [Hueman] What size is the largest image size in this theme?Absolutely Mike.
Where do you see the default size?/Ulrica
Forum: Themes and Templates
In reply to: [Hueman] Images won't show in the RSS readerThis is resolved.
Forum: Themes and Templates
In reply to: [Hueman] Images won't show in the RSS readerYey! It worked! Thank you so much.
/Ulrica
Forum: Themes and Templates
In reply to: [Hueman] How to make the theme print friendly?Thank you so much! The “Print Friendly” plugin did the trick! 😀
/Ulrica
Forum: Themes and Templates
In reply to: [Hueman] Images won't show in the RSS readerThanks. I will try this plugin and see what happens. I let you know if it’s what I’m looking for. 😀
Forum: Themes and Templates
In reply to: [Hueman] Get the search field in top of mobileAnyone who knows how to get the search widget in the top of the mobile devices? It’s really irritating that you have to scroll down past 10 blog posts.
Forum: Themes and Templates
In reply to: [Hueman] Images won't show in the RSS readerHi.
That is exactly what I choose. To get the images on every post on the start page I have to choose the format Image and then use the featured image. The problem is that in all the RSS feeds the images don’t show up. Only the text. The only time when a image is shown in RSS feeds is when I have put it right in the text area on a blog post (for instanse when I have more than one image to show).Do you know if there is a code string I have to use to let the RSS feeds include the images? Since I have a food blog the image is very important.
Thanks.
Forum: Themes and Templates
In reply to: [Hueman] A thin line under my header imageYes. I just changed the text from english to swedish. Very strange. 🙁 I’ll look it over one more time.
Forum: Themes and Templates
In reply to: [Hueman] A thin line under my header imageYes. I took the inc/post-nav.php-file and copied it in to my child theme folder. Changed the text I wanted to change into Swedish. That’s how you change .php-files in your CHild theme right? All of the text is copied and not just the changes. Is that the problem? The same text is in two .php-files?
Sorry for all my questions but I work with the “learning by doing” technique. 🙂
Forum: Themes and Templates
In reply to: [Hueman] Changing the width of the siteSomething is wrong when I copied the text you said. Something got broken. I got a lot of warnings and errors.
Forum: Themes and Templates
In reply to: [Hueman] A thin line under my header imageThanks! It worked. 🙂
When it comes to the php-files I copied them and put them in my child theme folder. But they don’t work. I have changed other php-files that I put in the child theme folder and they work as they should, but this one don’t.
Any ideas?
Forum: Themes and Templates
In reply to: [Hueman] Changing the width of the siteHi again.
That did not work.
What does work is to change the container width from 1024 to 1000 in the “theme-options.php”. But when I copied that .php-file to my child theme and made the change it did not work. Is that .php-file a file I can’t copy so it works in my child theme? I don’t want to make that change every time I upgrade the theme.(Styling: Container Width ‘min_max_step’ => ‘1000,1600,1’)