Search Results for 'author box'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

It should work properly once the valid Id is entered. Please provide more details about what exactly happens after you enter the Id and save, then update the page. Try clearing any caching installed after configuring the author box, maybe a a cache is preventing the author box from displaying.
Try uploading a screenshot like this – https://www.screencast.com/t/wTNAPaq5Ivqg

Thanks

Simion C.
tagDiv Staff

Hi,

Please try this code, it will hide the elements that you mention on this particular post type
https://www.screencast.com/t/HuhHbQdciMhb
Let me know if this not what you wanted or the code is not working properly for you. The code must be entered in Theme panel->Custom Css

.new-template .td-post-sharing,
.new-template .author-box-wrap,
.new-template .td-post-next-prev-content,
.new-template .td-category,
.new-template .entry-crumbs {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can find the author Id for example by hovering the respective user in the users screen
https://www.screencast.com/t/PO9yTF8T9zh
Then you need to enter that Id in the required field in the Author box element
https://www.screencast.com/t/ZPXAB7hKX
The author box can be further customized with the available options. You can find more ways to identify the user Id in this guide
http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about the problem you are having with the author box, and a link to your website if it is relevant to your issue. To configure this element you just need to enter the user Id number in the required field, or multiple user Id’s for the authors box.

Thanks

ojovoladora
Participant
#0

Hello, I added a new author to my website users and when I tried to edit the profile to complete the author box info I realized there was no “save” button anywhere anymore.
I can’t edit the user, not even my own user.
Is this a theme error? What can I do?
Thanks.

Catalin
tagDiv Staff

Hello modaestrat,

1,3)Using the post ID for your desired post, you can hide the related articles and author box for this post. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.postid-380 .author-box-wrap, .td_block_related_posts {
display:none;
}

The result is here -> https://www.screencast.com/t/tnSmf1IwoG

5)Notice that the category tags for Related Articles should have to be enabled from Theme panel->Block Settings ->Category Tag on Modules/Blocks, like this -> https://www.screencast.com/t/NsO1MhdZsTc Then if you want to display the meta info container (author, date, and comments counter) you should make some changes in order to achieve this, like this -> https://www.screencast.com/t/pLXvabdP1tA and then use a bit of CSS code to adjust these details, like this -> https://www.screencast.com/t/zjHZlHbsOjo6

The code is ->

.td_module_related_posts .td-module-title{
margin-bottom:2px;
}

If the future, if you want to make your design, you will have to consult our useful guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find the method by which you can create your custom code yourself.

Hope this helps!

Thanks for the message!

cruising-sea
Participant
Author Box - topic
#0

Hi,
Do you have some documentation for the Author box, I don’t find a way to make it work.

Thank you

Simion C.
tagDiv Staff

Hi,

For the post page you can disable the comment count in the theme panel also
https://www.screencast.com/t/O8pGAmCqc1DV
But for the author box there is no option to disable the comment count. However if you want to achieve it, you could do it in two ways. The easiest method would be to use this code
https://www.screencast.com/t/Cwvg0WZib
The code will hide the count in the author box, you just need to enter it in Theme panel->Custom Css

.td-author-counters
.td-author-comments-count {
display: none;
}

The other method is to edit this file in the theme
https://www.screencast.com/t/7mI9KMqEeoHW
There you will have to comment the lines of code mentioned, and the count will be removed.

Thanks

modaestrat
tagDiv Member

I am attempting the following:

1. Hide the author box on only certain posts

2. Hide the “Next / Previous Articles” on certain posts.

3. Hide the “Related Articles” area on certain posts.

4. Hide the “Share” bar on certain posts.

5. Also, I’d like to adjust whether “Related Articles” section shows similar tags, authors or categories on certain posts.

You have answered #2 and #4.

Bogdan B.
tagDiv Staff

Hello,

Investigating further into this, it seems the lighbox was removed by the woocommerce author in the current version.
Here is another forum topic that tackles this subject and the possible solution:
https://forum.tagdiv.com/topic/woocommerce-lightbox/

Thank you!

Simion C.
tagDiv Staff

Hi,

1. The author can be disabled for the post page, in the theme panel
https://www.screencast.com/t/eDjxV4ZvfV
But there is no option to remove the link to the author page, except making modifications in the theme.

2. There is no option with the purposes you mention for the author box, at the moment. You can only disable it if you do not need it. Maybe additional settings will be added in future updates regarding your suggestion.

3. You could try the suggestions mentioned in this topic, to achieve that result
https://forum.tagdiv.com/topic/how-to-make-this/

Please note that the theme is in a continuous improvement, and the goal is to add as many features as possible, but this can only be possible in time. Some options are implemented as soon as possible, and others are postponed, and the list of suggestions is forever increasing.

Thanks

Catalin
tagDiv Staff

Hello modaestrat,

If you want to hide the “SHARE” title and the author box you should use a bit of CSS code to do that. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-post-share-title, .author-box-wrap{
display:none;
}

Hope this helps!

If is not what you mean, provide more details so I will be able to provide am roe accurate response.

Thanks for the message!

itmehedi
Participant
#0

1) There should be author link disable option.(Below the post title).

2) In the “SHOW AUTHOR BOX” there should be an option to disable author link(Image + Name link) too. This page will be looked like this: website.com/author/admin . But, If we think about SEO purpose then this page haven’t any value. (So, there should be an option to disable author image + name linking).

3) This is the big issue and I guess all SEO guys/bloggers will appreciate this. You should add “Last Updated” option there. It will replace the original posting date to “Last Updated” date. This will tell google that post update recently and which may create positive impact on google ranking. Or when google searcher will see recent post update date they will visit more that post.

You can check above 3 example here: 10beasts.com/best-wireless-routers/

I hope, newspaper team will think about those simple update.

modaestrat
tagDiv Member

Example is here:

https://goo.gl/09MS34

Would like to hide author box and next previous from all within “events” category as well as code for within select individual posts.

modaestrat
Participant
#0

I would like to enable/disable the following post settings on certain posts:

SHOW NEXT AND PREVIOUS POSTS
SHOW AUTHOR BOX

As well as adjust related article settings or more articles settings.

Bogdan B.
tagDiv Staff

Hello,

@Sanalsantiye

Unfortunately the mobile theme will not use visual composer elements so using a default author box is not allowed. You can however create a list of your authors in the mobile editor as you would create a post by using the tiny mce editor.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Sorry but our theme does not have this option. It will have to be made custom by altering the theme code. You have to manually add the nofollow in the code for each of the mentioned elements.
comments date and time: https://www.screencast.com/t/jfDWUj5NI
tags: https://www.screencast.com/t/Jb90lmmmlV
author box: https://www.screencast.com/t/zHEEjTqE89Z

Thanks.

Simion C.
tagDiv Staff

Hi,

The Author box element will display author info based on the author Id entered in the required field
https://www.screencast.com/t/ZEPTjjyAcEG
You can find the author Id by hovering the user name for example
https://www.screencast.com/t/PO9yTF8T9zh
Then the author box will display this author and the avatar that is set for that profile, based on the user Id.

Thanks

youngartists
tagDiv Member

Thank you, but this is not my problem. I have a page, that is called something like “About us”. In this page I want to show the “Author box”, that is the widget that you offer with the theme “Newspaper7”. So, I have added the “Author box” and I’ve tried to set it to show in this “Author box” an User Avatar that is already existing (I had no problem with it), but unfortunately I can’t understand how can I “say” to the “Author box” to show the User Avatar of a particular user.

Catalin
tagDiv Staff

Hello youngartists,

For more information about how you can change and add an image for your author box, please check here -> https://forum.tagdiv.com/author-card/

Thanks for your understanding!

youngartists
Participant
#0

Hello, I want to show in an “author box” the avatar of an user that have an avatar and administrator role in my website, how can i do it? I have to use the author id? And if yes, where i find it? The only thing that i see is the default image and “author name” (not the real name).

Thank you so much!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately the theme does not have meta data control for the mobile version in particular. These elements are enabled or disabled for all versions of the site at once.
If you need to only activate the data on mobile, you will have to enable it and then hide it on desktop and tablets using css.
Enable the date from the theme panel and then use this css in the theme panel->custom css box:
@media(min-width:767px){
.td-post-date, .td-post-author-name span{
display:none;
}}

Thank you!

Bogdan B.
tagDiv Staff

For a custom css simply use the custom css box as it will also keep the code after an update (huge + as any altering of the theme files will be lost when updating)
Unfortunately altering the cropping system cannot be done through css. If you want top change the cropping you will have to go more in depth as this guide shows: https://forum.tagdiv.com/td_api_thumbupdate/ If you want to create new thumbnail, it will need a bit more than a few css lines.
Now referring to the screen you provided, the only difference I see is the grid being a bit narrower than the default. You are very vague in exactly, precisely what you want to do. That is why this topic seems to go on longer than it should. It will be pretty difficult to disable the grid for a specific category due to how the element was created so reducing the height of the grid could be a possible solution but it depends on the names of your authors as if the name will be longer it will exceed the height of the menu item. https://www.screencast.com/t/uHuv6k4cljxq
As you can see when the author name falls on 2 lines, the category tag gets cut off
@media(max-width:767px){
.category-obituaries .td_module_mob_2 .td-module-thumb{
height: 116px;
}}

You can maybe remove the category tag as well:

@media
(max-width:767px){
.category-obituaries .td-post-category{
display:none;
}}

I hope this helps.

Simion C.
tagDiv Staff

Hi,

The author box does not display on the post that you have provided, on desktop
https://www.screencast.com/t/jSuRuDkA6
Or on mobile – https://www.screencast.com/t/UItjuUeSia
The code that you entered is working properly, I do not see the author box present. Maybe you just needed to clear your cache if the code was not applying.

Thanks

Viewing 25 results - 1,301 through 1,325 (of 2,340 total)