Hello,
The more articles box will show the same articles as the section you are exploring. If you are exploring posts from the “news” category, then only posts from the news category will show up if you filter it by category. You can also filter the element by tag, author or random articles.
You cannot add a specific category to the element though.
T
hanks.
Hello,
Thank you for choosing newspaper.
1. There is no setting for it, but it can be done with css, Here is an example: https://forum.tagdiv.com/topic/header-image-7/
2. You can use this css in the them panel->custom css box:
.wp-caption-text{
text-align: center!important;;
}
3. Sorry but I do not understand the question.
4. Tab elements are provided by visual composer. There is no setting for a vertical tab though. As an alternative you could use an accordion element.
5. Sorry but the image you shown has nothing to do with the request. The image shows list types and the request is about author posts. You will have to provide more details
6. Again, the image has nothing to do with the question. You can set your own social sharing in the header and footer icons from the theme panel: http://screencast.com/t/IzPKtad0B8 but the post social sharing widget and the social counter do not have options to add any extra social sharing networks to them.
If yopu want to remove more from author, please follow this topic: https://forum.tagdiv.com/topic/remove-more-from-author-5/
Thank you!
Hello,
If this is just the front-end you are referring to, you can simply hide them with css like so:
.single-ai1ec_event .td-post-author-name, .single-ai1ec_event .author-box-wrap{
display:none!important;
}
If you want to remove them from the code you will have to add conditions in the thee files around the post author and the author box element.
Thank you!
Hi, I understand that under the theme panel settings, I can change to show the author name and author box for post and custom post type.
But I want do not want to show author name and author box for specific custom post type, please kindly advise how can I do so.
This is the URL that I do not want to show the author name and author box: http://www.lilkuya.com/event/trainers-training-for-managers-instructors/
Hello,
You can use this code like so:
<?php
if ($td_mod_single->post->post_author != 10){
echo $td_mod_single->get_author_box();}
?>
Thank you!
Hi.
I want to hide the author box from posts that are made from the user ‘news room’ (eg, with user id = 10 ). I don’t want to hide it in specific posts with css, but rather target all posts of that user, past, present, and future.
I have located in the file loop-single.php (and loop-single-1.php loop-single-2.php etc) the line:
<?php echo $td_mod_single->get_author_box();?>
I suspect I have to wrap an if statement around this line, something like that:
<?php if ( .... ) { ?> //author id is not equal to 10, display the author card
<?php echo $td_mod_single->get_author_box();?>
<?php } ?>
how do i do this the correct way? what shall i put in this if statement?
Hello sonoria,
Please notice that I have added the Author Box block on my side in my footer and everything seems to work as properly. First of all, please ensure that your server respects our Requirements for Dedicated Servers, like this -> https://forum.tagdiv.com/requirements-for-newspaper/ increase the system status according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ Please ensure that you have followed and respected all of these steps, clear all your caches and then check the results.
Hope this helps and let us know how it goes!
Thanks for the message!
frustrated.. still dealing with this nightmare!!!
Running version 7.5 of newspaper:
/public_html/wp-content/themes/Newspaper/parts/page-author-box.php
<?php
if (!empty($part_cur_auth_obj->user_url)) {
echo '<div class="td-author-url">user_url) . '">' . esc_url($part_cur_auth_obj->user_url) . '</div>';
}
echo $part_cur_auth_obj->description;
?>
changed to Alin [tagDiv] #56809 Jun 29, 2015 at 3:02 pm suggestion:
http://www.screencast.com/t/za0Ldx7lPAd
This does NOT WORK!
hi,
I have put “[tagDiv] Authors box” in the “footer 1” widget and I have crashed the server.
The slow mysql query log give me a lot of query -> SELECT COUNT(*) AS total FROM xxxxx_comments WHERE comment_approved = 1 AND user_id = xxxxx (in fact all users of db and not only one time) and in the footer widget is printed a list of infinite box autors…
give me one feedback, thanks
On a page i created with a lone block i have a random box at the bottom with a single name in it and when i click on it it opens a new page and says “author” at the top. How do i remove this box. It does not appear to be part of the content box added from the theme.
Hi,
Currently, bottom ads are designed to display at the bottom of the post before pagination ( page 1,2 etc, ) share button, next preview post and author box.
So, right now,
<?php echo $td_mod_single->get_content();?>
</div>
<strong>( BOTTOM AD APPEARS HERE)</strong>
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
I want to change the default position after POST pagination, share button etc. and before “next-prev post”
SO,
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
<?php echo $td_mod_single->get_social_sharing_bottom();?>
<strong>( I WANT THE BOTTOM AD HERE)</strong>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
Please tell me which core file I do need to edit and what do I need to edit? Thank you.
Hello ringstonmedia,
Unfortunately, our Author Box has not been designed to use this and if you want to add this feature, please notice that it is required to so som additional customization in code which is not covered by our support because we cannot provide this type of services at the moment, sorry!
As a hint, if you want to change the code from Author Box, you should edit the td_block_authors.php, like this -> http://screencast.com/t/A5z3MoPvn
Thanks for the message!
Something happened along the way to upgrading Newspaper 7.5. The bio line below the post title is lowered.
http://screencast.com/t/t0U3VqAHpwD
http://www.tuxreports.com/staff/lph/2016/11/02/learning-laravel-loosely-28523/
Also, the social icons in the author box (same page as an example) look out of place. How can they be aligned with the name of the author ?
Is there a way to add the author bio to the Author Box? It would be really helpful is there was a prebuilt template, or additional options for modifying the Author Box.
Hello Umit GUL,
Unfortunately, the author box list has been designed to be displayed in vertical mode and not in horizontal one, sorry! If you want to display more levels in our theme and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
If is not what you mean, provide more details (some useful screenshots) so I will be able to provide a more accurate response.
Thanks for the message!
i add a row for my authors and i use a authors box but my list is vertical.
is it possible that horizontal authors list
thank you.. my site: sizve.biz
Hello,
1. Please clear your cache after you change the theme panel options as it may affect the change. The option I mentioned changes the menu bar like so: http://screencast.com/t/HiWza2CK unless you are referring to a different menu bar. Provide more details if this is not what you meant
2. Use this css code in the theme panel-< custom css box:
.td-author-comments-count{
display:none;
}
3. Well the widget is called “related articles”, not “random articles”. I think that is self explanatory what it’s been created for. You will have to change it’s functionality if you want random posts displayed there and that means changing the code for the element.
Here is a topic that explains this process:
https://forum.tagdiv.com/topic/how-to-order-the-related-articles-name/
Thank you!
ThankYou Sir For The Reply, It Worked, I just placed that JS code under the ‘get_author_box
Regards
Gadgetsay
Hello,
Wanted to say that I recently purchased this theme and it’s exactly what I was looking for! To start off, I updated the theme to 7.5 today as well as the plugins… all went well. A great majority of the questions I had were answered in the forums already and the changes were made successfully. My site is nearly complete except for the following adjustments:
1. Mobile header
First, I deactivated the mobile theme plugin since I want the mobile site to look like the desktop version. My logo color is blue #1369bf and I was able to change the search icon to this color as well. However the menu bars are still black and I’ve tried all the options in the Theme Panel. Please help me change this to blue.
2. Author page
Remove the comments box: http://www.screencast.com/t/yE8vdAOftrp
3. Related Articles
Instead of the “Next Prev ajax” pagination, I want to change it to the “Load More” button. I am looking to display random posts from all categories as well.
4. Category page
I would like to make these three adjustments:
a. Align the category name in the center, font size increased to 40px, and font weight is normal (not bold): http://www.screencast.com/t/OPhQfaoEn
b. I turned off the category pull-down filter for all categories and would like to display random posts instead of latest
c. My site has 5 categories and I created another named “Trending” for the menu: http://www.screencast.com/t/EPJDLIX9bJVQ
No article will be classified under the Trending category though. I want to be able to click on Trending and it will link to the category page template. However, this page will display the trending posts from ‘all categories’ instead of random posts from a specific category (as mentioned above).
Thanks again for the great support! 🙂
Mike
Well I did it exactly, via FTP. Maybe I should upload files again, but as I said I couldn’t find it. What’s the name of it? “[tagdiv] Authors Box” is the old one, and there isn’t any other.
-
This reply was modified 9 years by
thelacivert.
Scroll down this page: https://themeforest.net/item/newspaper/5489609
Version 7.5 – November 1st, 2016
new: author block – this block shows the author picture, socials and description. All in a nice and customizable design.
new: image box block – this block is not just a simple image, it can be used to create banners, show featured categories with custom images or just to show some images. It’s auto adjusting and fully customizable.0
fix: overlapping of Visual Composer and Newspaper tooltips while editing a page after the first install
misc: various core code refactoring and optimizations.
misc: better theme documentation and better help text in panel
misc: added used on for thumbnails in theme panel
misc: file path and names are now visible on each module, smart list, template etc on hover
misc: breadcrumbs markup, added BreadcrumbList schema
misc: in the System status panel, the theme now shows the license key used on the current install and we also have a button to remove the license from the install.
fix: our blocks sometimes had issues auto adjusting the column count when placed in a inner row that is in a row
fix: wrong recommended columns in Visual Composer, new users found it difficult to find out on what column layouts our blocks work best
fix: drag and drop metabox flicker in wp-admin while editing a page
-
This reply was modified 9 years by
Edward.
Hi guys,
Could you guide me please?
How can I remove the Author link from the author card across the board? Even if it’s mentioned in the Author profile in the WP backend, I don’t want the link to show up in the box below the post.
If that’s not possible, is there a way to no-follow it as sitewide links to a certain domain is not good SEO.
So, please let me know how can I either remove the link from appearing in the box or no-follow it from the backend via theme code.
Thanks
Hello,
If you want to add a link in the author description on posts, you can simply add a html link in the author description box in the back-end here: http://screencast.com/t/sdZaPMLzeUF
Please also make sure you use the latest version of our theme as previous versions could strip the html from the author bio.
Thank you!
Hello guys!
Salutare tuturor!
I’m going to write this in English as it could possibly help other people too.
So, I have this site with a single Author. I disabled registration on the site, however when I go to Google and check my content keywords I see “password” a lot. This is, of course, not something I would want in terms of SEO.
In order to get to the bottom of this issue, I have checked how a bot sees the site and the login box is there (http://www.browseo.net/?url=https%3A%2F%2Fvapecrunch.com) but I can’t see it when viewing it normally in a browser.In addition to this, I can see that my top menu is duplicated as well.
Any idea how to make that go away? It was not there before I switched to Newsmag.
Hello,
Unfortunately the user roles cannot be translated as they come from the wordpress code and that is part of the wordpress core, not a setting you can translate.
As for the author box you will have to use css to customize it with css and you have to change the thumbnail size from the theme code. http://screencast.com/t/fridP1nTsu3i
Unfortunately we cannot do it for you as we do not have a customizxatiopn department. We try to help out where we can but we cannot fulfill every customization request. Sorry
Thanks.