Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #805248

    I am looking to include the author centered and under the blog title in the smaller font that is found under the blog content

    site is totalmetox.com

    #805378

    Hey dvus4l,

    So you want it moved from below the blog content to under the title? Is this just within the single post? Such as on this page http://totalmetox.com/2017/06/06/4-things-you-didnt-know-about-horse-racing/

    Best regards,
    Jordan Shannon

    #805379

    Hey Jordan!

    Appreciate the response. I am looking to move the author name below the blog title across the entire site. So wherever blogs are featured (IE home page, etc.)

    Thank you in advance

    #805385

    Hi,

    But do you want the date and comment as well? Please see the screenshot https://snag.gy/A4qCPx.jpg

    Best regards,
    Jordan Shannon

    #808726

    Hey Jordan,

    Just the author under title please

    Thank you

    #808734

    Hi,

    Please provide admin info so I can log in and look into this further. We may have to edit a theme file.

    Best regards,
    Jordan Shannon

    #810620

    Hi Jordan,

    How do I go about granting you admin access?

    #810653

    Hi,

    You can paste the wp-admin username and password in the private area.

    Best regards,
    Jordan Shannon

    #810661

    Please see the log in below –

    Thank you in advance

    #810770

    Hi,

    I`ll talk with Jordan to answer you as soon as possible.

    Best regards,
    John Torvik

    #811195

    Guys

    I started this thread 2 weeks ago – I desperately need a solution here.

    Please and thank you

    #811309

    Hi,

    I am sorry for the delay to answer it.

    To accomplish this, just add the following custom code:

    .single-big .entry-content {
      margin: 2.85em 0 !important;
    }
    
    .blog-author {
     position: relative;
     bottom: 207px;
     right: 27%;
    }
    

    Best regards,
    John Torvik

    #811873

    Hi John

    The author name is now appearing below the image , not the blog title.

    Solution?

    #811890

    Hi,

    I added the following to functions.php:

    function move_postmeta(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery( ".page .template-blog header.entry-content-header, .single-post .template-blog header.entry-content-header" ).each(function() {
    jQuery( this ).find( ".blog-author.minor-meta" ).insertBefore( jQuery(this).find('.big-preview') );
    jQuery( this ).find( ".blog-author.minor-meta" ).insertAfter( jQuery(this).find('.post-title.entry-title') );
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');

    Let me know if this is what you needed.

    Best regards,
    Jordan Shannon

    #812183

    Jordan,

    You always pull through. Placement is correct, however, can we get that centered? And perhaps 2x as big?

    Thank you in advance as always

    #812262

    Hi,

    I added the following to quick css. Please test and adjust the font size as needed.

    .blog-author.minor-meta{
    margin-left:45%!important;
    font-size:20px;
    }
    
    @media only screen and (max-width: 767px) {
    .blog-author.minor-meta{
    margin-left:35%!important;
    }
    }

    Best regards,
    Jordan Shannon

    #813168

    Hi Jordan,

    The author title being bigger is great, however it is now back in its original placement. Can we get it centered, and under the blog title?

    Thank you!

    #813227

    Hi,

    It should be centered already as well. Can you provide a screenshot, perhaps I am not looking in the correct spot.

    Best regards,
    Jordan Shannon

    #822832

    Jordan,

    This has been solved, can we mark as so?

    Thank you

    #822898

    Hi,

    I’m glad this was solved, If you need additional help please let us know in the forums.

    Best regards,
    Jordan Shannon

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Author Under Blog Title’ is closed to new replies.