Search Results for 'author box'

    No search results were found in Documentation!

Results from the Forum
Andrei L.
tagDiv Member

Hi

I assume that you want to display author’s avatar image there. Unfortunately the theme has no option in this regard and to achieve this you will need some customization. The function which generate the author for posts is located in td_module_single_base.php: http://screencast.com/t/SwFsIPBN To get the author’s avatar image you can use a similar implementation as we did for autor box: http://screencast.com/t/Qd2kdvLb9eP For more details please check these links: https://codex.wordpress.org/Function_Reference/get_avatarhttps://developer.wordpress.org/reference/functions/get_the_author_meta/

Thanks!

Catalin
tagDiv Staff

Hello VoZz,

Sorry for the inconvenience. There seems to be a CSS issue in the new update on the mobile theme. Please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you for your understanding!

mubasshar
tagDiv Member

Hi

Thanks for the support , but I want to hide the more from author box in related articles.

Thanks

Bogdan B.
tagDiv Staff

Hello,

You can follow this topic: https://forum.tagdiv.com/topic/related-articles-on-sidebar/
As for the author box , it can be removed from the theme panel: http://screencast.com/t/1hzX1NyQRt

Thank you!

scoutfund
Participant
#0

If possible, I would like to disable certain posts from displaying authorboxes and author meta information.

Any ideas/recommendations for if this is doable?

Bogdan B.
tagDiv Staff

Hello,

Sorry for the inconvenience. There seems to be a css issue in the new update on the mobile theme. Please use this css code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you for your understanding!

mpdimitrov
Participant
#0

Hi,

How can I remove the More from Author article box that shows in posts?

Thanks!

Bogdan B.
tagDiv Staff

Hello,

1) In order to disable the date on a specific block, you need to use css to target just the specific class of the block. In this case you can use this code:
.td-post-author-name span, .td-post-date {
display:none!important;
}

2) For this you can use another css code:
.td-category-header .td-page-title{
text-transform: capitalize!important;
}

You can add the css in the theme panel->custom css box.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can hide the author box for posts from post settings inside the theme panel: http://screencast.com/t/rQzipibcNN83

Thank you!

aberniz
Participant
#0

Hi, how can I hide the author box in individual posts?

Thanks!

aberniz
Participant
#0

Hi, I don’t want comments in my site. I’ve been able to disable/hide the “comments counter” in my posts and pages, but I’ve not been able to disable it from the author box. This is what I mean:
https://projectmanagers.org/author/pm-board/

How can I hide the “comments counter” from the author box?

scoutfund
Participant
#0

Hello,

I’m new to the Newspaper theme (7.3) and have a number of questions, please let me know if I should in the future break these into seperate topics.

A) It seems that the included version of Visual Composer is modified in different ways (no front end editor?), and I see that there is a customized set of Visual Composer templates included with the trial, 90% of them focused on home page layout. I have interest in building rich pages and have noticed that there are some templates for sale around the web, are there any that you recommend to users that would be compatible with the way Newspaper is coded?

B) The default search template on my site appears to be broken out of the box and still after the update to 7.3, with bizarre image behavior. Is this fixable or should I settle on a different module than M17?

C) The top of the featured image of the default post look is flush with the Main Menu Bar by default. I’m trying to accomplish the same look and feel with a Visual Composer built page, but I can’ seem to get rid of 40px of whitespace between elements and the menu bar above using the VC

D) Disable Google+ and Pinterest from social share?

E) Support for Multiple Authors?

F) Possibility of Prioritizing Categories for a post? This way I might be able to choose which single category gets displayed in a content block…

G) Any way of limiting posts displayed in a given block to only show ones that have a combination of different categories?

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Sorry for the inconvenience. There seems to be a css issue in the new update on the mobile theme. Please use this css code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hi,
The code works even on the site you mentioned. Look: http://screencast.com/t/VNsflCOkqM
Please make sure in your custom css box that you closed all the previous css tags. and add the code after a closing tag.
I have tested the option from the theme panel on our end and it seems to work but maybe you missed the new feature added: http://screencast.com/t/kQFIEhBT now the post author and date on modules and blocks has been split in 2 options. One is on post settings for posts only and the other is here: http://screencast.com/t/kQFIEhBT for modules and blocks. I think this is the cause of the post date and author. http://screencast.com/t/rneS3ZiiHhEZ
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can use the condition in the author box as well. You can use it like so:

<?php
if (!current_user_can( 'activate_plugins' )) {
echo $td_mod_single->get_author_box();
}?>

Ad replace this code for the post style that you use: http://screencast.com/t/YLDArknZ
This will make the author box not show up for admin users.

Thank you!

codeoner
tagDiv Member

hm… i can try this, but is there a way to show author box ONLY for specific authors?
In another topic you mentioned this code

<?php if ( ! is_admin() ){
echo $td_mod_single->get_author();
}?>

which is whowing the author if he is the admin?
can we do the opposite, and show only authors which are not admin?

Bogdan B.
tagDiv Staff

Hello,
The author box can be customized to show up in specific categories only by adding conditions in the code. The author box is added in the loop-single files: http://screencast.com/t/JWt5mX6pn If you have the proper skills, you can use this condition to make the author box show up only on your preferred categories: https://developer.wordpress.org/reference/functions/in_category/
Thank you!

Steven
Participant
#0

Hi there,

I’d like to hide related articles, author box and comments in my mobile website. Could you tell me how to use custom CSS to do that?

They are beautiful in my desktop website. But i want to hide them to increase speed in mobile devices.

Thank you very much for your help!

Best

codeoner
Participant
#0

Is it possible to show the author box only in specific posts or at least in specific categories?
I have found the way only to enable/disable it from the whole site.

maxypko
tagDiv Member

authors 2 different languages

I’m sending a link with picture that visualize the problem.

We have two language versions: Bulgarian and English.
Everything works perfect and it’s well translated in both languages, except the name of the Authors of the publications.

Edward
tagDiv Member

Scroll down this page https://themeforest.net/item/newspaper/5489609

before:

CHANGELOG

Version 7.2 – July 6th, 2016

new: Visual Composer plugin updated to the latest version 4.12
new: We added the Design options tab on most of the blocks.
new: Added support for custom fonts in theme panel that are uploaded via the wordpress media gallery. The custom fonts can be used just like before on most of the theme’s UI without writing any code
new: the weather widget now opens an input if it’s unable to locate the user via the browser’s location API.
misc: block paramers now have a better description
misc: we fully rewrote the trending now block, it’s now leaner and it works better
misc: code improvements to the following shortcodes: td_block_big_grid_slide, td_block_homepage_full_1, td_block_ad_box and the video playlists
misc: the media gallery that is used in the theme panel is now less cluthered and without the unused options
fix: the close button for the mobile menu was fixed
fix: long author names now work fine on td_block_16 shortcode
fix: long instagram user ids now appear as expected on the widget and block
fix: background ad now works as expected
fix: styling issue on the install demos panel
fix: exchange widget and block issue on some servers because we use https to acces the API
fix: instagram widget warnings with wp-debug on when no instagram id was present
fix: mobile menu background height is now as expected
fix: HTML in footer copyright is not stripped now

Also see file update_log.txt in Download zip Theme.

  • This reply was modified 10 years by Edward.
  • This reply was modified 10 years by Edward.
Catalin
tagDiv Staff

Hello kognitoweb,

I suppose that you are referring to Box Author, right? So, if you want to filter only some authors you will have to use the author ID, like this -> http://screencast.com/t/1U0HTSG4ji and the author ID you can get in this way -> http://screencast.com/t/zKpJ7s1GSzNE
If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks.

Edward
tagDiv Member

Hi!

Small correction – the color should change only the icon of an envelope on mouse hover. I corrected the code hope correctly.

/* Color icon of mail (envelope) on mouse hover on Author Bio */
.author-box-wrap .td-author-social .td-icon-mail-1:hover{
color: rgb(195, 195, 195);
}

Thank you very much for the answer!

Andrei L.
tagDiv Member

Hi

Sorry for the late reply, we somehow missed your post.
Try this css in theme panel > custok code . custom css to change the icon’s color on hover:

.author-box-wrap .td-author-social .td-icon-font:hover{
color: red;
}

Thanks!

Viewing 25 results - 1,576 through 1,600 (of 2,340 total)