New Landing How can we help? Themeforest Theme Support Neighborhood Hide author in blog posts

Viewing 15 posts - 1 through 15 (of 22 total)
  • #19326
    woil16
    Member
    Post count: 10

    Hi I’ve looked on this forum and tried things, can’t hide the author from blog posts. Please help?
    Thanks

    #19647
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, you can switch the author info off from the option on each post individually! Cheers

    #20871
    woil16
    Member
    Post count: 10

    Hi Mel is there a CSS fix to hide it from the blog page not just each post? As it is still displaying in the blog feed.
    Thanks

    #20972
    Melanie – SUPPORT
    Member
    Post count: 11032

    Can you show me your website? ๐Ÿ™‚ Cheers

    #29275
    ginhim
    Member
    Post count: 40

    I need a fix for this too ๐Ÿ™‚

    #29854
    Melanie – SUPPORT
    Member
    Post count: 11032

    Can you show me your website? ๐Ÿ™‚ Cheers

    #29978
    ginhim
    Member
    Post count: 40

    My website is in maintenance mode and I don’t know how to get it out!

    #30697
    Melanie – SUPPORT
    Member
    Post count: 11032

    Theme Options > General Options > Enable Maintenance
    ๐Ÿ™‚

    #51100
    ginhim
    Member
    Post count: 40

    Hello, bring thing up again. You can see the blog page here.
    http://younghunting.com.au/?page_id=613

    #51561
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you want to remove it from the blog page add this to your custom css:

    .standard-post-author {
      display: none;
    }

    If you want to remove it on the actual blog post add this:

    .author-info-wrap {
      display: none;
    }

    Hope this helps!

    – Kyle

    #51843
    caramelo77
    Member
    Post count: 1

    Hello,

    I was with the same issue.

    It works over here, but you know if it’s possible to adapt the size of the blog to the screen, without the author?

    Thank you so much

    http://warmartshop.com/?page_id=100

    #51911
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Did you figure this out? I can see that you have span8 for blog posts and span4 for sidebar, therefore it’s full screen.

    – Kyle

    #53224
    Lapidus
    Member
    Post count: 27

    Hi, Kyle.

    I have hide the author info, but the width of the blog posts still is span6, it doesn’t change to span8. How can I change it?

    Thank you. Regards.

    Damian

    #53225
    Lapidus
    Member
    Post count: 27

    Hi!

    What I want is that the post spans the full width, and the “likes” and comments appear below. I write you here the code that I have:

    <li class="blog-item span8 format-standard" itemtype="http://schema.org/BlogPosting" itemscope="">
    <div class="row">
    <div class="standard-post-author span1"> 
    <div class="standard-post-content span6">
    <figure></figure>
    <h2 itemprop="name headline">
    <div class="excerpt" itemprop="description">
    </div>
    <div class="standard-post-details span1">
    </div>

    Then I want to change this line of code: <div class=”standard-post-content span6″>
    By the following: <div class=”standard-post-content span8″>

    Where can I to change it?

    Thanks!!!
    Damian

    #53443
    Melanie – SUPPORT
    Member
    Post count: 11032

    Try changing

    $standard_post_width = “span6”;

    in sf-post-formats.php

Viewing 15 posts - 1 through 15 (of 22 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register