• Resolved dietesterin

    (@dietesterin)


    Hi! Thank you for this wonderful theme. I have downloaded it today and spent the last hours trying to customize the theme and searching the forum for helpful topics. There are some problems left for which I would like to ask for help.

    my website: https://mamaz.de/

    1- I think the header image should be smaller but couldn’t resize it. Plus, on most blogs the image links back to the Home page which is not the case here.

    2- I changed the colour of the categories, but this changed the colour of the article headers as well. How can this be fixed?

    3- The boxes don’t seem to appear next to each other. Is there something I can do or is this caused by the small laptop (12″) I am using?

    4- I also don’t seem to find a way to add “last posts” as the first category.

    Thank you in advance and greetings from Germany

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Richie KS

    (@rkcorp)

    1.edit lib/functions/hook-functions.php line 8

    echo '<div id="custom-img-header"><img src="'. get_header_image() . '" alt="' . get_bloginfo('name') . '" /></div>';

    to

    echo '<div id="custom-img-header"><a href="'. get_bloginfo('url') . '"><img src="'. get_header_image() . '" alt="' . get_bloginfo('name') . '" /></a></div>';

    2. its one the theme’s feature, color code category, maybe try add this to theme option->custom css
    aside.home-feat-cat a {color: #333 !important;}

    3. no, the category block is not fixed height. maybe try add this to custom css..

    aside.home-feat-cat .apost {margin: 0 0 3em !important;overflow: hidden;height: 200px;border-bottom: 1px solid #ddd !important;}
    aside.home-feat-cat .fpost {margin: 0 0 3em !important;overflow: hidden;height: 370px;border-bottom: 1px solid #ddd !important;}

    4. not sure what you mean, is ‘last posts’ a category, if not then you can’t add them in category selection via theme options->category block.

    Theme Author Richie KS

    (@rkcorp)

    I think the header image should be smaller but couldn’t resize it

    custom header image is flexible via cropping, not sure what you mean? maybe add something like this in custom css

    #custom-img-header img {max-width: 900px;}

    your choice of width px.

    Theme Author Richie KS

    (@rkcorp)

    the slider not showing post is causing the grid error. disable it if not use or add the correct cat id or post id to fix it.

    Thread Starter dietesterin

    (@dietesterin)

    Thank you for your super quick reply! Everything is solved except for the coloured article headings. I will leave that as is.

    I have got a last question though.

    In your demo site the posts of a particular category appear in different sizes. That is, the first post is shown with a medium sized image and the other posts of the same category appear with a thumbnail. I haven’t found a setting for this and would be grateful if you had a solution for this as well. I would also be fine with a big image for the first post and title only (no thumbnail) for the other posts.

    Theme Author Richie KS

    (@rkcorp)

    its the theme option->home featured setting->Choose Your Featured Category Layout->default

    Thread Starter dietesterin

    (@dietesterin)

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Colour of post headings, spacing and header image too big’ is closed to new replies.