• Hello, I’ve just installed Untitled theme on my blog – https://websnack.pl.

    But it looks so differrent. I know that there should be some work done to make it looks like demo, but I had no idea it’s going to be so much to do!
    I just don’t know where to start. That’s why I made a list:

    1) I want my posts to look exactly like in demo – just date, lefted thumbnail, title – that’s all.
    2) Title font from Untitled demo on my blog – is it even possible?
    3) Featured stories – ‘featured’ tag doesn’t work on any post I published. I have no idea what to do to make it work.

    Any help would be greatly appreciated.
    Konrad

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi tenkonrad

    I feel your pain! but don’t worry I’m here to help take away those frustrations.

    I have had a quick look at the theme and have the fix for your point number 1. You want your posts to look like the demo.

    OK so here what you have to do…

    Go into your post and add a featured image, scroll down inside the edit post window and on the right hand side you will find ‘featured image’ upload an image to go with your post there and save the post. Then check your home page, it should automatically have the post listed as you want it.

    I set up a quick demo here https://wptechgirl.wordpress.com

    Point number 2. You want to change you title font – yes its possible with a little bit of CSS coding, do you have a font in mind?

    I will have a look at the other points and get back to you.

    WPTechGirl

    Thread Starter tenkonrad

    (@tenkonrad)

    Thanks for your help WPTechGirl !!!

    Point 1 worked as you said, posts on main site look like they’re supposed to.

    So for now:
    3) Slider with ‘featured’ posts still doesn’t work. ‘Featured’ tag addeed to post does nothing.
    4) How can I manage the content in the black box just below featured image on single post view? I want there to be posts chosen by me – for example only with specific tag. As far as I can see there are all previous post right now.
    5) I see some ‘water marks’ on featured images on the main site. On demo there are a few kinds of them (a pin, photo, video, text) – how can I choose one of them or just delete it when I want to?

    Konrad

    3) Slider with ‘featured’ posts still doesn’t work. ‘Featured’ tag addeed to post does nothing.

    Could you provide links to the posts you’ve tagged with “featured” so I can take a look? Each post must have a featured image at least 1440px wide by 400px high.

    4) How can I manage the content in the black box just below featured image on single post view? I want there to be posts chosen by me – for example only with specific tag. As far as I can see there are all previous post right now.

    That are is called the mini-carousel, and any posts (other than the current single post you’re on) with a featured image should automatically appear there. It isn’t possible to specify which posts you want to appear there without major theme modifications.

    5) I see some ‘water marks’ on featured images on the main site. On demo there are a few kinds of them (a pin, photo, video, text) – how can I choose one of them or just delete it when I want to?

    It sounds like you’re referring to the post format icons overlaid on the thumbnail images. To remove the post format icons, you can try adding this to your custom CSS or child theme:

    #main .format-video .single-thumbnail a:after, #main .format-standard .single-thumbnail a:after, #main .format-image .single-thumbnail a:after, #main .format-gallery .single-thumbnail a:after, #main .format-quote .single-thumbnail a:after, #main .format-status .single-thumbnail a:after, #main .format-audio .single-thumbnail a:after, #main .format-aside .single-thumbnail a:after {
         content: none;
    }

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    3) Slider with ‘featured’ posts still doesn’t work. ‘Featured’ tag addeed to post does nothing.

    I only see one published post – also keep in mind that you’ll need at least two posts tagged as featured posts to make a slider. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My wish – exactly like demo’ is closed to new replies.