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!
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!
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!
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!