-
AuthorPosts
-
June 7, 2017 at 7:59 pm #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
June 7, 2017 at 11:29 pm #805378Hey 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 ShannonJune 7, 2017 at 11:39 pm #805379Hey 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
June 7, 2017 at 11:58 pm #805385Hi,
But do you want the date and comment as well? Please see the screenshot https://snag.gy/A4qCPx.jpg
Best regards,
Jordan Shannon- This reply was modified 7 years, 5 months ago by Jordan Shannon.
June 15, 2017 at 10:52 pm #808726Hey Jordan,
Just the author under title please
Thank you
June 15, 2017 at 11:25 pm #808734Hi,
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 ShannonJune 20, 2017 at 7:45 pm #810620Hi Jordan,
How do I go about granting you admin access?
June 20, 2017 at 10:15 pm #810653Hi,
You can paste the wp-admin username and password in the private area.
Best regards,
Jordan ShannonJune 20, 2017 at 11:00 pm #810661Please see the log in below –
Thank you in advance
June 21, 2017 at 6:47 am #810770Hi,
I`ll talk with Jordan to answer you as soon as possible.
Best regards,
John TorvikJune 21, 2017 at 10:29 pm #811195Guys
I started this thread 2 weeks ago – I desperately need a solution here.
Please and thank you
June 22, 2017 at 4:48 am #811309Hi,
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 TorvikJune 22, 2017 at 11:35 pm #811873Hi John
The author name is now appearing below the image , not the blog title.
Solution?
June 23, 2017 at 12:43 am #811890Hi,
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- This reply was modified 7 years, 5 months ago by Jordan Shannon.
June 23, 2017 at 5:22 pm #812183Jordan,
You always pull through. Placement is correct, however, can we get that centered? And perhaps 2x as big?
Thank you in advance as always
June 23, 2017 at 7:17 pm #812262Hi,
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 ShannonJune 26, 2017 at 7:31 pm #813168Hi 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!
June 26, 2017 at 10:55 pm #813227Hi,
It should be centered already as well. Can you provide a screenshot, perhaps I am not looking in the correct spot.
Best regards,
Jordan ShannonJuly 17, 2017 at 7:11 pm #822832Jordan,
This has been solved, can we mark as so?
Thank you
July 17, 2017 at 8:27 pm #822898Hi,
I’m glad this was solved, If you need additional help please let us know in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Author Under Blog Title’ is closed to new replies.