Okay
  Public Ticket #1012287
Blog Author Picture and Author Page
Closed

Comments

  • Tyler started the conversation

    Hi, I'm trying to create a very simple photo blog page similar to this one: http://newminton.tumblr.com/

    Basically each entry is a large picture centered , title & date underneath. 

    I've got two questions. I was able to remove most of the blog post details using this code: 

    article.post .post-meta {
        display: none !important;
    }
    body .meta-author {display: none !important;}
    body .meta-category {display: none !important;}

    First, I can't seem to delete the author profile picture. Im hoping once its gone the content will go to the center.

    Second issue, is when I click on the profile picture it takes me to an author page. How can I disable this page? Here is that link: http://blog.tylerdeangelo.me/author/tylerdeangelo/


    THANK YOU


  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #post-area.standard-minimal .post-content {
        padding-left: 0px;
    }
    #post-area.standard-minimal .post-author {
        display: none !important;
    }

    Also turn off the Page Fullscreen Rows Option for this page to align it correctly : http://blog.tylerdeangelo.me/photography/

    Best



    ThemeNectar Support Team 

  • Tyler replied

    Hi Tahir

    So I placed the code you provided in the CSS box in the options panel, but doesn't look like much changed. Check out the links again with the code in place. 

    The author profile picture is still there and I can still access the author page. 

    Blog page  - My picture still there http://blog.tylerdeangelo.me/photography/

    Author Profile page - I'd like this page out completely - http://blog.tylerdeangelo.me/author/tylerdeangelo/

    Again, Im really trying to recreate this type of blog.. Maybe there is much easier way of approaching this.. what I like about the blog format is the pagination options and the simplicity of adding new images. I also like this because I do not want a grid of the images.. i just want one fullsized image, one after each other like in the reference. 



  •   Tyler replied privately
  •  8,997
    Tahir replied

    Hey Again,

    This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team 

  •   Tyler replied privately