Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #298710

    Hi,

    Calling out for the awesome helpers I see on these forums, you do great work. And now I need you too!

    My website http://www.angles.co.nz is coming along nice and clean but some things I need help with, to:

    1. Make the header border (thick black line) 1210px wide rather than full screen
    2. Get rid of the ‘comments’ and ‘categories’ meta breadcrumbs under the post title? Changing the blog settings only works for when you click into the blog post page, but doesn’t work on the home page which is static with the blog embedded.
    3. Change font sizes (header/blog post title on home page). CSS that I found on the forums didn’t have any effect.
    4. Have an image thumbnail appear next to ‘Recent Posts’ on the home page of the first image in that post?
    5. Last but not least, rather than being able to click into a blog post’s page, I’d like to have all blog posts to appear only on the home page, not go into it’s own page. And can the side arrows show on the home page?

    Thanks heaps guys! any help is much appreciated.

    Josh

    • This topic was modified 9 years, 8 months ago by nzjosh.
    #299057

    Hey nzjosh!

    Thank you for using the theme.

    1.)

    2.) Add this on Quick CSS or custom.css:

    span.post-meta-infos {
    display: none;
    }

    3.) Use this for the blog title:

    #top .flex_column .template-blog .post-title {
    font-size: 30px;
    }

    4.) You need to add featured images on the posts.

    5.) Please edit the home page then configure the Blog Posts element. Set the Blog Content length to show the Full Content. Unfortunately, you can’t add side arrows but you can enable the pagination.

    Cheers!
    Ismael

    #299081

    Thanks Ismael. I wish i knew the codes!

    Is it possible to increase the side of the blog combo widget? It’s really small.

    Also i just noticed the featured image has smaller radius corners dissimiliar to the content images. In the quick CSS i’m using: img{border-radius: 15px;}

    Cheers
    Josh

    • This reply was modified 9 years, 8 months ago by nzjosh.
    #299610

    Hi,
    Can anyone help with the couple of Q’s above please?
    Cheers
    Josh

    #299890

    Hey!

    Add this to the Quick CSS:

    .inner_sidebar {
        margin-left: 0px !important;
    }

    Change your border-radius code:

    img{border-radius: 15px !important;}
    

    Cheers!
    Josue

    #299911

    Thank you Josue! Image borders all good now. Looks like I made a typo on one of the questions, I meant increase the SIZE of the blog combo widget. Is that possible?

    #299919

    Add this too:

    .avia_combo_widget .tab, .avia_combo_widget .news-headline{
       font-size: 14px;
    }
    .avia_combo_widget .tab_content li{
        padding-top: 20px !important;
    }
    .inner_sidebar.extralight-border {
        margin-left: 0;
    }
    #299921

    I pasted that into Quick CSS but there were no changes to the widget??

    #299944

    Hi!

    I’m not seeing the code being added here:
    http://angles.co.nz/wp-content/uploads/dynamic_avia/enfold.css

    Can you please create me an administrator account? post it here as a private reply.

    Best regards,
    Josue

    #299961
    This reply has been marked as private.
    #299980

    Review your site now.

    #299982

    That’s great Josue cheers mate. One last thing, how to change widget font colour for titles, and padding between blog links?

    #299988

    Add this:

    .avia_combo_widget .news-headline{
        color: blue !important;
    }
    .avia_combo_widget .tab_content li{
        padding-top: 30px !important;
    }
    

    Modify as needed.

    #299999

    Thanks so much Josue, awesome support.

    #300001

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘A few questions for a simple blog’ is closed to new replies.