Remove Tab "MORE FROM AUTHOR"

Posted in: Newspaper
Post count: 76

Hi,

Can you please guide me the below urgently?

1) Remove the Tab “MORE FROM AUTHOR”

2) Is there anyway I can consolidate the social media button in horizontal style?

Link: http://sansan.qriosity.com.sg/wp-content/uploads/2016/01/Screen-Shot-2016-01-25-at-1.13.56-pm.png

Thanks!

Post count: 23312

Hello joyceloh,

1) If you want to remove the More Author feature, please try the code below and add it in Theme panel->Custom CSS area.

.td_block_related_posts .td-related-right {
display:none;
}

The result you should see here: http://screencast.com/t/x1l7A2ti

2)Unfortunately, our theme does not have such option for the social counter to display it in horizontal mode. If you want to achieve the vertical design, you should use a bit of CSS but necessary for good knowledge in with CSS style. Also, you can find some plugins with this functionality and try it on your website and see how it works for you. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this functionality for you in our theme because we cannot provide any custom services at the moment, sorry!

Hope this helps!

Thank you for the message!

Post count: 76

thanks, it works

Post count: 39

Catalin, when you hide “more from author” via css. does it actually LOAD it but not display it for users?

How do i disable “more from author” entirely not just hide it?

Post count: 39

remind me via email.

Post count: 23312

Hello gunner05,

With the CSS method, this kind of tab will be hidden but it works on the backend. If you want to remove this, you have to remove from the code. You should alter the template named td_module_related_posts.php like that:
http://screencast.com/t/V8ZoLZjc

Hope this helps!

Thank you for the message!

Post count: 39

Catalin, how do i do this via child theme? copy the same folder architecture, create a file in child theme folder ?

Post count: 23312

Hello gunner05,

To achieve this change, it is unnecessary to do child theme. You will just comment the code that I showed you above. The command for the comment is // before each line you want to comment.

If you want to create a child theme for this, you must recreate that file via child theme files. For more information about creating a child theme, please consult our documentation here ->
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you for the message!

Post count: 39

Ok thanks Catalin!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.