No search results were found in Documentation!
Hello ekuzevska,
Do you are referring to the More Articles Box which appears on right side of your websites on post pages, like as a pop-up? -> https://www.screencast.com/t/IDPgbZXQ As you can see, there is not displayed any author. Provide more details so I will be able to provide a more accurate response.
Thanks for your message!
Hello,
I understand that “SHOW AUTHOR BOX – Enable or disable the author box (bottom of single post pages)”.
However, my question is: is it possible that at “Search Template – M1” the author doesn´t appear (maybe writing something at “Custom code)?
Thank you.
Best regards.
I would like to have one area on every post that would be right above the authors box and would contain two ad boxes 300×250. I’m using default post layout, so is there any way to edit it?
Thank you.
I bought the newsmag theme
Item Title:
Newsmag – News Magazine Newspaper
Item URL:
https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331
Item ID:
9512331
Item Purchase Code:
XXXXX Tell me where to tell you the code
Purchase Date:
2017-01-24 08:41:51 UTC
For any queries related to this document or license please contact Help Team via https://help.market.envato.com
Envato Pty. Ltd. (ABN 11 119 159 741)
PO Box 16122, Collins Street West, VIC 8007, Australia
AND I BOUGHT VISUAL COMPOSER TOO
I CAN’T SEE FRONTEND EDITOR IN ROLE MANAGER
PLEASE TELL ME HOW TO ENABLE IT
4.2 I don’t see Frontend editor option in Visual Composer
First check if you have Frontend enabled for your user group – this can be done under WP Admin – Visual Composer – Role Manager. If you do not see Frontend editor option in Role Manager or if it is activated, but still not available it could be so that your WP theme author disabled Frontend editor from his/her theme configuration. In such case it is recommended to contact theme author directly to get information on reasons disabling Frontend and step by step guide on how to remove this blocker to enable Frontend editor
Elizabeta
Hello laurena86,
I have tested again the code provided you above, regarding on Related Articles and More From Author tab for mobile and it seems to work as properly, as you can see below:
@media(max-width:767px){.td-related-title .td-related-left, .td-related-title .td-related-right{
font-size: 23px!important;
}
}
The result is here -> https://www.screencast.com/t/hjAiLVsEruDZ
Regarding on More Articles Box functionality from Posts, please try to update the theme to the latest version of it and also, if you are using some untested plugins, try to disable all of them and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins. Also, as you can see in our demo preview here -> https://www.screencast.com/t/geLX1k0Er seems to work as properly and therefore,
on your website should function properly if it used correctly.
If the problem is still there, please try to make a new clean install from scratch via FTP and check the result. Clear all your caches, purge CDEN files and check the results.
Thanks for your understanding!
Hi Catalin
I have tried this exactly as you did and it just won’t work on the actual site. I have cleared cache and tested on mobile and it is still appearing as overlappingf off the page? Might I be able to send you logins somewhere secure so you could take a look to see if any other code is conflicting?
The More Stories box – this is what I mean: https://www.dropbox.com/s/avngx2v0hc8xmp0/MoreStoriesBox.png?dl=0
This box pops pout from the right hand side when I scroll down on the earliest news story (Iceland Can Change You) – however, the box doesn’t work/appear on the other two blog posts (e.g this one: http://thedarklordspeaks.com/rogue-one-film-looking/), and I can’t figure out why?
The other issue I have is try as I might, I cannot get people’s gravatars in comments on the blog posts to show up (including the author’s). I have the set gravatar correctly on the gravatar site, I have set it to show gravatars in wordpress settings, and I have even installed the WP User Avatar plugin and tried that way, and nothing seems to work! See here for example of commenyts under the blog piece: http://thedarklordspeaks.com/rogue-one-film-looking/
Any help would be greatly appreciated!
Many thanks,
Lauren
Hi,
Can I displayed articles in More Article Box from specific category? Now I can only choose from: Latest Articles, From Same Category, From Post Tags, From Same Author and Random. I would like to displayed in the Box only articles from category named “Testy”.
Thank You for answer.
Greetings,
Robert
Hello,
1)
Well this code:
.category-news .author-box-wrap{
display:none!important;
}
.category-news .item-details{
margin-left:0px!important; }
only affects the news category. Other categories or subcategories will not have this class: .category-news
If you want to affect all the subcategories as well, you need to add all the category classes to the css code like so:
.category-news .author-box-wrap, .category-news2 .author-box-wrap, .category-video .author-box-wrap, .category-test .author-box-wrap{
display:none!important
}
2)Unfortunately css does not work like this. If you remove an item from one category it will not affect the subcategory or tag. The tags have their own css classwes so the code needs to be added for classes as well. You will need php modifications and conditions added to the code rather than lots of css rules but I cannot provide them as customization services are not covered by the support.
3) .category-news .td-post-comments{
display:none!important;
}
I do not know the name of your subcategories. You will have to add them to the code.
4) , 5), 6) I suggest you hire a freelancer to help out as you seem to require quite a bit of custom modifications and custom work is beyond what the theme support can provide you. We are here to help with any theme related issues or settings but we do not have a customization department and we cannot provide custom work at the moment.
7) The data shown in the meta is the published date.
8) no, the mobile theme will not use visual composer at all. The news ticker is only available through visual composer.
9)The category tag will show up on every category page indeed. I will addd this to our list for future upates and make a suggestion to remove the category tag from the current category .
Thank you!
Hi, I noticed that on my site http://www.zawszenawakacjach.pl my author box changed its look, text used to be wide and now its on the left side and also it used to be on the same level as photo and now its a bid lower.Also the next and previous post buttons fonts changed.Can you tell me what could caused this change and how I can fix it .
I would like to hide image from related post box for certain specific category alongwith its child categories. Similarly, would like to remove author box and ‘more from author’ box from certain categories alongwith its child categories.
For doing that I added following code in css:
.td_block_related_posts .td-module-thumb {
display: none;
}
.td-related-right, .td-author-description{
display:none!important;
}
but problem is that it hide both thing from all posts. Further, it does not hide image and name of author from More article box of specific category and its child categories / posts from specific author.
A category (including its sub-categories) do not have featured image as it is mere compilation of various circular and notification issued by Government authorities. So I have made following arrangement for showing it without image placeholder:
1. Selected post style 5 for single view
2. For search results and archive, I made following change in css:
.category-news .author-box-wrap{
display:none!important;
}
.category-news .item-details{
margin-left:0px!important;
}
.category-news .td-post-author-name {
display: none;
}
.td_module_16{
padding-bottom: 10px;
}
.td_module_16 .item-details{
min-height: 0px!important;
}
.search .item-details{
margin-left:10px!important;
}
.search .td-module-thumb{
display:none;!important;
}
.td-excerpt{text-align:justify!important;}
Now my problems are:
1. The Category page of sub categories are not considering aforesaid css rules (for removing image placeholder place, shifting content to left, etc). Does I need to provide same css rule for each sub-category, if yes then how. Or there is any other way to achieve it.
2. Similarly, tags are also not following aforesaid css rules. It is to be noted that tag terms may be common for this category and other category which have featured image.
3. How to remove comment count symbol for this category and its sub-categories
4. In search box in the navigation bar, image placeholder is removed but I am unable to reduce height of each search result. See https://www.dropbox.com/s/nx9xvqlvdwc4v26/category%20result.png?dl=0
5. The category below the result shows one category only instead of showing all categories selected for that post.
6. Is it possible to restrict search result from post and page and not from custom post type. E.g. I have custom post type called FAQ, in that I have created various FAQ (one FAQ is one post for it) on different subjects (considered that as database). That FAQ is shown on front end through shortcode in regular post according to subject of post. I want to search result should not show custom post type of FAQ but show regular post in which it is shown through shortcode.
7. The date shown in the meta data, is it published date or last modified date.
8. Is it possible to add news ticker in the mobile theme.
9. Further, category page repeats that category meta data for each post, I am unable to understand the role of such repeat display of category terms. See https://www.dropbox.com/s/6zwq6hhu2p9r00w/category%20repeat.png?dl=0
Okay, but if I add the Authors box Widget in, will be showing in all pages, not especially at Author page, and my Authors page sidebar, where I edit?
Hi!
I’m having that same question, and based on the forum it seems like there is no such option in Newspaper 7 right now.
Only plugin that seems used at least to some extent seems to be Co-Author Plus:
https://wordpress.org/plugins/co-authors-plus/
This works as promised out-of-the-box in the backend, and does so also for Newspaper 7. However, to implement this to the front you need to edit the template php files: https://vip.wordpress.com/documentation/incorporate-co-authors-plus-template-tags-into-your-theme/
“To integrate Co-Authors Plus, you’ll want to replace existing author template tags in your theme with a simple conditional that uses the Co-Authors Plus template tags if Co-Authors Plus is available”
This seems like a somewhat easy task to do on one of the standard themes, but in Newspaper 7 there are LOTS of templates to change this in. My question is
1) could you point out the places where the author info part in the php templates are found?
2) … keeping the nice standard style of Newspaper 7 showing name, gravatar, description etc?
On a sidenote, i think this would be an extremely powerful function to have out-of-the-box in a theme that works wonderfully otherwise! 🙂
Hello Syams,
Please keep in mind that our theme uses two author elements like Author Box for pages and Author Card for each post. I have inspected your pages and I did not saw this element. Please provide all the essential details so I can provide a more accurate response. Show me what you want to hide from your site…also you must provide some useful screenshots for a better understanding.
Thanks for the message!
No, i mean. I want to hide some authors box. and some others
Hello Syams,
Do you are referring to the Author card which is displayed on each post page, like this -> https://www.screencast.com/t/kVkmwxCId44 If you want to hide it for a specific post, you should use a bit of CSS code to do this.
The code is here ->
.postid-28 .author-box-wrap{
display:none;
}
The result is here -> https://www.screencast.com/t/mDVuxuqWI2
Thanks for the message!
Hello,
Please specify which author box are you referring to and I will provide the proper code for it.
Thank you!
Hello,
Can the text in author box/profile be justified in any way? I have tried but it doesn’t work. Can you please give me a solution?
Regards,
Gaurav
Hello David Henry,
Regarding on your above screenshots, there is talking about Author Card which is available only for a post for a single author. If you want to display all the authors on a page, you can use the Author Box element from Visual Composer but this element will not display the author description. If you want to develop this feature and 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 customization services at the moment, sorry!
Thanks for the message!
Hi,
Thanks for that but it’s not quite right. We have 2 author boxes, 1 in the sidebar on a white background and the other in the footer on a black background. We’d like the colour of the Author names in the sidebar author box to be different from that in the footer box.
Also the author box has a white border we would like to remove.
Thank you
fix: home breadcrumb does not appear as structured data as required by the google metadata testing tool
I have not switched breadcrumbs back ON, but other data like POST TOPIC, AUTHOR, DATE and COMMENTS count is still included facebook post description.

Hi,
The new author box can be seen in the visual composer elements in the latest version of the theme like so:
http://screencast.com/t/MbKJ5FQy and can be set to show only 1 author http://screencast.com/t/3fd31CVRtBju
IT is only for pages at the moment, it can only be added on posts using the visual composer shortcode if you want to show the author box, but it will only show the author id you set it to show. Not automatically.
If you cannot see it in the visual composer list, check the role manager under the visual composer settings and make sure all elements are allowed to display.
Thanks.
Hi,
We are using tagDiv’s Newspaper theme for our blog “Organic Beauty Life” http://www.organicbeautylife.com.au/. We have recently changed our site’s colours and need some help getting elements to show. Specifically in the “Our Authors” widget in the footer. Can we remove (or change) the colour, so the border is the same as the background (black). Also the author names are not appearing as they are black on a black background. How can we change the colour of these please?
Many thanks
Lewin & Reilly
Hello, I have again a small apply. I have deactivated the author in posttemplate and now the post title is too high. How can I lower the title?
Link to an Post:
http://mallorca.inselleben.es/jobsuche-auf-mallorca/
It shoud look like this:
http://mallorca.inselleben.es/wp-content/uploads/2017/01/inselleben_post_titel_normal_autos_deaktivate_new.png
With Autor box:
http://mallorca.inselleben.es/wp-content/uploads/2017/01/inselleben_post_titel_normal.png
Witout Auto box:
http://mallorca.inselleben.es/wp-content/uploads/2017/01/inselleben_post_titel_normal_autos_deaktivate.png
Thanks!
Olli
Hi Catalin
Thanks for this! Have added that code to custom CSS, but it doesn’t seem to change the font size?
Also any idea on the More From Author Box not showing up on blog posts (except the Iceland one?)
Many thanks!
Lauren