- NewspaperAdding Multiple Authors to Your Articles
- NewspaperAuthor Card
- NewspaperMore articles box
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperSingle Post Shortcodes
- NewspaperCloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspaperDesign your post pages using the Default Templates
- NewspapertagDiv Cloud Library Plugin
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewspaperReviews
- NewspaperTheme Colors Introduction
- NewspaperGlobal settings
- NewspaperMega Menu
- NewspaperChild Theme Support
Thanks for this code. Where in the font settings can I change the font family, style, line height, etc. for the Author Box? Thanks!
But why do you provide an author box if it cannot be used ?
There are VC Addons which work perfect with author tables/Kategories etc.
Hi,
This can be done, you just have to use the right code. You can use the browser inspector to identify the elements used and their classes in order to create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example you can try a code like this as a start, and maybe add more classes or more customization
– https://www.screencast.com/t/sWZ8sfRiophH
– https://www.screencast.com/t/O4SItaVQD
– https://www.screencast.com/t/sICsFHBh2KV
– https://www.screencast.com/t/yziOjRMA
The code must be entered in the Theme panel->Mobile theme->Custom Css. This can be improved the way you like, by adding more elements or removing them.
#td-outer-wrap {
background-color: #000;
}
.block-title,
.td_module_mob_1 .entry-title a,
.page-nav .current,
.td-page-title,
.td-category a,
.entry-title,
.td-post-content,
h1, h2, h3, h4, h5, h6,
.td-author-name a,
.author-box-wrap .td-icon-font {
color: #fff!important;
}
Thanks
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
You can add the code in the theme panel-> custom css box.
Or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
Thank you!
I want to give my authors more visibility and use the ‘author widget’ instead of the author box below the posts.
However, in the ‘author widget’ it is required to manually fill in the ‘author ID’. Is there any way to fetch this ID for the current post?
Hello,
Google requires the date to be activated on posts in order to get a full score. If you do not want to show the date you can simply hide it with css.
Add this code in your theme panel -> custom css box:
.td-post-date, .td-post-author-name span{
display:none;
}
And leave the option on in the theme panel.
Thanks
Hi,
1. Removing the Back/Next from the smart list pagination can only be done by modifying the theme files. You can try removing the text in this file, from these locations
– https://www.screencast.com/t/WtAQrsWo1w
– https://www.screencast.com/t/m5LXRTQNow
2. The author box displayed on the post page, can be disabled in theme panel
– https://www.screencast.com/t/ffTJUg8P20X
3. If you want to set a background color for the bottom sharing, you could do that with a code like this
– https://www.screencast.com/t/CImJhWySp
The code must be entered in Theme panel->Custom Css
.td-post-sharing-bottom {
background-color: red;
}
Thanks
on the home page using big gride full 5 box wish to hide the author name for the selected category which is showing inside this block.
secondly this theme is not too much compatible for mobile device in google developers tools what to do for better result.
thanks
I do not want to show in related articles box “more from “author. Just Related articles. How can I disable that part?
https://forum.tagdiv.com/related-articles/
Hi,
1. That is an author box element, placed in the sidebar. Please go to Appearance->Widgets and customize the sidebar elements the way you want.
The author box will display the profile information of the corresponding user Id entered
– https://www.screencast.com/t/Bx9pxpvpZnZp
This Id can be found in different ways. Please follow this tutorial for more information about this, and also a forum topic
– http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
– https://forum.tagdiv.com/topic/author-box-5/
2. All the elements in the footer can be customized as well. The Instagram section can be disabled or customized here
– https://www.screencast.com/t/WuUfvAGqTcT
The footer template can be changed in the Footer settings
– https://www.screencast.com/t/twMtQVnpoqX
– https://forum.tagdiv.com/footer-templates/
Some footer templates come with predefined content. This cannot be edited, you can only add content along the existing one. Other templates are blank, and depend on the content you enter in the footer sections.
3. If you activated the mobile theme (which is an optional plugin) then a predefined layout will be displayed for the homepage, post page etc. If you would like to display the same content from desktop on mobile devices, simply deactivate the mobile theme plugin. The theme is fully responsive and will adapt for best results.
More about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
4. If you could provide more details about this it would be very helpful. That way we can better understand what exactly is not working for you with the menu. When the mobile theme is active you will have to set a different menu in the mobile theme section (appears when the plugin is active) of the theme panel
– https://www.screencast.com/t/z0SfQG6Bp
Menus on mobile are limited to drop-down menu style, there cannot be mega-menus on mobile.
5. You can edit the homepage with the tagDiv composer and add the content you want. This demo features the Revolution slider on top of the page, and a Latest articles section
– https://forum.tagdiv.com/page-templates-2/
The sidebar can be edited in the widgets section.
If you have a different problem please provide more details about it.
6. As it can be seen in the live demo, there are no sharing buttons near the slider
– https://demo.tagdiv.com/newspaper_blog_baby/
Maybe those belong to a plugin that you have installed.
7. You could choose a different style for the Social counter
– https://forum.tagdiv.com/social-counter-styles-on-newspaper/
Thanks
Ok! This was very helpful. Is there a way to omit the bio from the author box element…so that it shows only the picture, name, and link?
Hi,
The author Id is created by WordPress. There are many ways of finding this Id
– http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
– https://forum.tagdiv.com/topic/author-box-5/
Some elements can be customized with Css and offer the possibility to set a unique class to them. For example you have two block elements of the same type, with no particular way to differentiate them
– https://www.screencast.com/t/I3rLwdhnEH
By setting a custom class to one of them, you can customize it with Css without affecting the other one
– https://www.screencast.com/t/qdr5fkCP
– https://www.screencast.com/t/Wq1xJeAU
There are also many other situations in which this option may be helpful.
Here is a tutorial about uisng teh browser inspector to create custom code, that you can use in the theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
I’m having a little trouble setting up the Author box element. Is there a link to a tutorial? I looked around and couldn’t find it. For example, where do I find the author ID? Is there a number in the Users file? I couldn’t find one. Also, what does this mean, under Extra Class: “Style particular content element differently – add a class name and refer to it in custom CSS”? Thanks so much.
Hi,
For the link in the author box located in in the author page, you could use a code like this to modify the font size
– https://www.screencast.com/t/gjwOFtIbJh
.author .td-author-url {
font-size: 15px;
}
That is the Author box/Authors box element from the page editor. It is available to be used on pages, and as a widget in the sidebar
– https://www.screencast.com/t/nUhc8yFO02
– https://www.screencast.com/t/DcV7wg8gm
Thanks
Also, in addition to that css name, I have a question: I see in your link above (https://demo.tagdiv.com/newspaper/author-box/)…are these examples of additional author cards? I notice that the pictures are round and larger. How can I create this instead of using the rectangle author box with the standard thumbprint picture?
Hi,
@awoodhams Not all files can be edited through the default editor. You can use FTP and locate the needed file in the theme folder. Then make the changes as shown in the screenshot.
@Vinay This will work for the author avatar, author name and the author website. It will not affect links you enter in the description box. I believe WordPress will strip this link property, even if you try adding it directly in the description field.
Thanks
Hello momo,
I guess that here is talking about a plugin which allows you to edit the Author page, like Author Box’s Visual Composer. Is it an addon of Visual Composer, right? Sorry, but our theme does not have this type of plugin to be tested and we have no idea about the behavior of the theme with it, sorry! All the options available for Author template can be found in Theme panel, like this -> https://www.screencast.com/t/5oert2rcK Also, if you want to add any other HTML structure to your Author page, you should do it yourself through editing the code from author.php file -> https://www.screencast.com/t/gfOjPkElt2PG. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thank for your understanding!
In the user profiles you can add website and a ton of social media sites. Would it be possible to add a job title of some kind or maybe just a text that will appear in the Author Box’s Visual Composer plugin.
This is the page in question http://www.roskildenyt.dk/holdet-bag-roskildenyt/
If you look at the page I would like a custom text on each user that will appear like the website link, but without a link 🙂
Hi,
You just have to enter the author Id in the required field of the author box element. Each author has an Id number assigned. There are multiple ways in which you can find the Id. For more information please follow this topic
– https://forum.tagdiv.com/topic/author-box-5/
Thanks
Hello,
I would like to create authorbox at sidebar. Similar to that on this website: https://demo.tagdiv.com/newspaper_blog_baby/
I’ve already changed avatar but I don’t know how to change my name and add description. I tried through user profil on wordepress but it doesn’t work. I would be grateful for your help.
Kasia
Hello,
I would like to create author box in my sidebar. Similar for that on this website: https://demo.tagdiv.com/newspaper_blog_baby/
I’ve already changed my avatar but I don’t know how to display my name and informations about me. I changed it at users profile but it doesnt work.
I would be so grateful for you help
Kasia 😉
Hello,
The size should be 96 px but yours seems to force a 64 px width.
Try to add this css in your theme panel-> custom css box:
.author-box-wrap .avatar{
max-width:96px;
width:100%;
}
Thank you!
Hi,
If you want to open a new page when the author name is clicked in the post author box, you will have to modify this file from the theme
– https://forum.tagdiv.com/topic/make-author-website-link-open-in-a-separate-window/
Thanks
Hi there
–
In author bio below post section – Author Bio target=”_blank” vanishing. please help in this regard. make author bio box editor RICH.