- NewsmagMore articles box
- NewsmagAuthor card
- NewsmagGeneral settings
Dear Simion!
I just spent 4 hours to fing your message about removing the comments counter in the author box, many many thanks!!! But I thought it would appear the same on the “Authors box” I added on my “About Us” page, and the f*****g comments counter is still visible. I did not find any solution to remove it… Any tips? It would be so helpful!
Take care
David
-
This reply was modified 7 years by
mercure961.
Hi,
I want to show all users/authors on a page using TAGDIV COMPOSER.
I can only find the element “Authors Box” (with not so many options) to do this? Is that all? Or can I use one of the block elements to list the users instead of posts.
kind regards
Tomas
Hi,
That is the author name, if “admin” is the user who published the post then that will be displayed.
The author name can be disabled in all those locations if needed. For the author name in the post page and author box the settings are these
– https://www.screencast.com/t/EagKd0su4
For the author name in block modules the setting is here
– https://www.screencast.com/t/TUmHv3zz
Thanks
I need a help. using 9 version I have custom content I try to build a new block module with using td-api-plugin.
Please have a look the link
http://suman.gr/devne/suman/
its showing block but its out side of the block at the top left of the page. It might show bottom.. what parameter missing.. need to call any other function.. This might be huge help for me.
Best regards
Simos
Here is my custom code under module >> td_module_77.php
<?php
$exclude = array();
/* OPED */
$oped_tag_post_args = array(
‘no_found_rows’ => true,
‘numberposts’ => -1,
‘post_type’ => ‘post’,
‘post_status’ => ‘publish’,
‘order’ => ‘DESC’,
‘orderby’ => ‘date’,
‘ignore_sticky_posts’ => false,
‘tag_slug__in’ => ‘oped’
);
$oped_tag_posts = get_posts($oped_tag_post_args);
foreach ($oped_tag_posts as $post) { $exclude[] = $post->ID; }
?>
<div class=”row” style = “padding:0 10px;” id =””>
<?php $limit = 6; if ($oped_tag_posts) : foreach (array_slice($oped_tag_posts, 0, $limit) as $post) : setup_postdata($post); ?>
<div class=”col-sm-2 col-md-2″ style = “max-width:200px;min-width:180px;margin:0 auto;min-height: 400px;”>
<?php
$post->box_class = ‘medium’;
$post->show_author_thumb = true;
get_template_part(‘partials/post-item7’, ‘box’);
?>
</div>
<?php endforeach; array_splice($oped_tag_posts, 0, $limit); endif; ?>
</div>
<?php
class td_module_77 extends td_module {
function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}
function render() {
ob_start();
?>
<?php return ob_get_clean();
}
}
Hello ComfyCozyHome,
1)Do you are referring to the Bio Box message? If you want to change that position, you should do it with TD Composer.
2)Provide some useful screenshots with your desired changes so I will be able to provide a more accurate response.
3)Sorry, but the author images can be loaded only with Gravatar plugin and WP User Avatar. The theme does not have any such an option that allows you to make the image smaller.
Thanks for the message!
Hi Catalin,
Thanks for your answer 🙂
It is not our need, maybe I explain it not very well…
The matter is that we want to create authors without beeing wordpress users. For example, It is a web about quotes of people who is already dead, and we do not want the wordpress user who inserted the post appear at the author box, instead of the real author of the quote, could be Winston Churchill…
Is it possible?
Regards,
Hello,
You can select the author box to be set based on a condition. You ca try this function:
https://developer.wordpress.org/reference/functions/in_category/
You can wrap the code in the condition like so:
<?php
if (!in_category( array( 'Gadgets', 'Lifestyle' ) )){
echo $td_mod_single->get_author_box();}?>
<?php echo $td_mod_single->get_item_scope_meta();?>
This code ill remove the author box for the specified categories. In my case, lifestyle and gadgets
You can replace this code on the post style that you use:
https://www.screencast.com/t/zGsv90vivJg
Than you!
Hello,
This has already been answered on our forums
Please check this forum topic:
https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/
A quick search through our forums can do wonders 🙂
Thank you!
Hi,
I want to show the Author Box on some of my categories, not on all of them. The setting “Post Setting > Show author box” is for all posts. Is this possible?
I will like to disable author box for standard profiles like ‘admin’ ‘staff’ etc. Is there a way in which author box is disabled for selected author IDs?
Hi,
I have Author box on my main page (added through TD Composer). Would you please be able to tell how to change the font type on it?
Below is the screenshot.
Now when I try to edit the page with Td_composer, I see only this, but I can not see the modules. I no longer consider having a preview of them. Can someone help me with this, please?
[vc_row full_width="stretch_row_1200 td-stretch-content"][vc_column width="6/6"][vc_column_text][td_flex_block_5 art_title_pos=”top” info_pos=”bottom” art_excerpt_pos=”bottom” modules_category=”image” btn_pos=”bottom” mc5_tl=”2000″ mc5_el=”0″ limit=”1″ category_id=”” modules_divider=”solid” modules_divider_color=”#000000″ show_excerpt=”none” show_cat=”none” show_date=”none” show_com=”none” show_btn=”none” hide_image=”yes” meta_info_horiz=”content-horiz-center” f_title_font_size=”48″ f_title_font_line_height=”1″ f_title_font_weight=”900″ tag_slug=”noticias”][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" el_class="t"][vc_column width="2/3"][vc_column_text][td_flex_block_5 art_title_pos=”bottom” info_pos=”bottom” art_excerpt_pos=”bottom” modules_category=”image” btn_pos=”bottom” f_title_font_size=”30″ modules_divider=”solid” modules_divider_color=”#000000″ meta_info_horiz=”content-horiz-center” hide_image=”yes” show_date=”none” show_com=”none” show_btn=”none” show_author=”none” show_excerpt=”none” mc5_tl=”2000″ mc5_el=”0″ limit=”1″ f_title_font_weight=”700″ f_title_font_line_height=”1″ category_id=”8″][td_flex_block_1 modules_on_row=”50%” modules_divider=”solid” modules_divider_color=”#000000″ image_radius=”30″ show_btn=”none” show_excerpt=”none” show_com=”none” mc1_el=”0″ limit=”2″ mc1_tl=”2000″ f_title_font_weight=”700″ f_title_font_size=”20″ modules_category=”above” modules_category_margin=”5px” category_ids=”4, 5, 7″][td_flex_block_1 modules_on_row=”33.33333333%” modules_divider=”” modules_divider_color=”#000000″ modules_category=”above” modules_category_margin=”5px” image_radius=”30″ show_date=”none” show_com=”none” show_excerpt=”none” show_btn=”none” limit=”3″ f_title_font_size=”18″ f_title_font_weight=”700″ category_ids=”10, 17, 120, 420″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_3 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIyMCIsInBob25lIjoiMjEifQ==” modules_divider1=”solid” modules_divider_color1=”#000000″ image_radius1=”30″ image_height1=”80″ show_date1=”none” show_com1=”none” show_excerpt1=”none” modules_divider2=”solid” modules_divider_color2=”#000000″ image_radius2=”30″ f_title1_font_size=”26″ f_title1_font_line_height=”1″ f_title2_font_size=”20″ f_title2_font_line_height=”1″ f_title1_font_weight=”800″ f_title2_font_weight=”700″ mc1_tl=”2000″ mc1_el=”1″ mc3_tl=”2000″ limit=”3″ modules_category_margin1=”5px” category_id=”304″][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”QnJhc2lsJTIwZSUyME11bmRv” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" el_class="td-ss-row"][vc_column width="2/3"][vc_column_text][td_flex_block_5 art_title_pos=”bottom” info_pos=”bottom” art_excerpt_pos=”bottom” modules_category=”image” btn_pos=”bottom” modules_divider=”solid” modules_divider_color=”#000000″ meta_info_horiz=”content-horiz-center” hide_image=”yes” show_date=”none” show_com=”none” show_btn=”none” show_author=”none” show_excerpt=”none” mc5_tl=”2000″ mc5_el=”0″ limit=”2″ f_title_font_weight=”700″ f_title_font_line_height=”1″ modules_on_row=”50%” f_title_font_size=”20″ category_id=”4″][td_flex_block_1 modules_on_row=”” modules_divider=”solid” modules_divider_color=”#000000″ image_radius=”30″ show_btn=”none” show_excerpt=”none” show_com=”none” mc1_el=”0″ limit=”1″ mc1_tl=”2000″ f_title_font_weight=”700″ image_height=”40″ f_title_font_size=”28″ modules_category=”above” modules_category_margin=”5px” category_id=”4″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_1 modules_on_row=”” modules_divider=”solid” modules_divider_color=”#000000″ image_radius=”30″ show_btn=”none” show_excerpt=”none” show_com=”none” mc1_el=”0″ limit=”2″ mc1_tl=”2000″ f_title_font_weight=”700″ f_title_font_size=”20″ image_height=”40″ modules_category=”above” modules_category_margin=”5px” category_id=”7″][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”UmlvJTIwZGUlMjBKYW5laXJv” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content"][vc_column width="2/3"][vc_column_text][td_flex_block_5 art_title_pos=”bottom” info_pos=”bottom” art_excerpt_pos=”bottom” modules_category=”image” btn_pos=”bottom” modules_divider=”solid” modules_divider_color=”#000000″ meta_info_horiz=”content-horiz-center” hide_image=”yes” show_date=”none” show_com=”none” show_btn=”none” show_author=”none” show_excerpt=”none” mc5_tl=”2000″ mc5_el=”0″ limit=”1″ f_title_font_weight=”700″ f_title_font_line_height=”1″ modules_on_row=”” category_id=”8″ f_title_font_size=”30″][td_flex_block_1 modules_on_row=”” image_radius=”30″ show_btn=”none” show_excerpt=”none” show_com=”none” show_date=”none” mc1_tl=”2000″ mc1_el=”0″ limit=”1″ f_cat_font_weight=”700″ f_title_font_weight=”700″ modules_category=”above” modules_category_margin=”5px” category_id=”8″ image_height=”40″ f_title_font_size=”30″ f_title_font_line_height=”1″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_1 modules_on_row=”” mc1_el=”0″ mc1_tl=”2000″ modules_divider=”solid” modules_divider_color=”#000000″ image_floated=”hidden” meta_info_align=”initial” modules_category=”above” show_author=”none” show_date=”none” show_com=”none” show_excerpt=”none” show_btn=”none” f_ajax_font_weight=”700″ f_title_font_weight=”700″ modules_category_margin=”5px” limit=”3″ category_id=”8″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content"][vc_column width="1/3"][vc_column_text][td_flex_block_1 modules_on_row=”” mc1_tl=”2000″ limit=”1″ image_floated=”” image_radius=”30″ meta_margin=”10px” meta_padding=”10″ modules_category=”above” modules_category_margin=”5px” show_author=”none” show_cat=”none” show_date=”none” show_com=”none” show_excerpt=”none” show_btn=”none” f_title_font_size=”24″ f_title_font_weight=”700″ image_height=”70″ category_id=”8″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_1 modules_on_row=”” mc1_tl=”2000″ limit=”1″ image_floated=”” image_radius=”30″ meta_margin=”10px” meta_padding=”10″ modules_category=”above” modules_category_margin=”5px” show_author=”none” show_cat=”none” show_date=”none” show_com=”none” show_excerpt=”none” show_btn=”none” f_title_font_size=”24″ f_title_font_weight=”700″ image_height=”70″ category_id=”8″][/vc_column_text][/vc_column][vc_column width="1/3"][td_block_ad_box spot_id="custom_ad_2"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”RWNvbm9taWE=” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content"][vc_column width="2/3"][vc_column_text][td_flex_block_1 modules_on_row=”” image_radius=”30″ show_btn=”none” show_excerpt=”none” show_com=”none” show_date=”none” mc1_tl=”2000″ mc1_el=”0″ limit=”1″ f_cat_font_weight=”700″ f_title_font_weight=”700″ modules_category=”above” modules_category_margin=”5px” category_id=”5″ image_height=”40″ f_title_font_size=”30″ f_title_font_line_height=”1″][td_flex_block_5 art_title_pos=”bottom” info_pos=”bottom” art_excerpt_pos=”bottom” modules_category=”above” btn_pos=”bottom” f_ajax_font_weight=”700″ f_title_font_weight=”700″ modules_divider=”solid” modules_divider_color=”#000000″ show_excerpt=”none” show_date=”none” show_com=”none” show_btn=”none” limit=”3″ f_title_font_size=”24″ image_radius=”30″ modules_on_row=”33.33333333%” modules_category_margin=”5px” category_id=”5″ mc5_el=”0″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_1 modules_on_row=”” mc1_el=”0″ mc1_tl=”2000″ modules_divider=”solid” modules_divider_color=”#000000″ image_floated=”hidden” meta_info_align=”initial” modules_category=”above” show_author=”none” show_date=”none” show_com=”none” show_excerpt=”none” show_btn=”none” f_ajax_font_weight=”700″ f_title_font_weight=”700″ modules_category_margin=”5px” limit=”3″ category_id=”5″][td_block_ad_box spot_id="custom_ad_2"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”RXNwb3J0ZXM=” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-title_color=”#000000″ tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content"][vc_column width="2/3"][vc_column_text][td_flex_block_1 modules_on_row=”” modules_divider=”solid” modules_divider_color=”#000000″ image_radius=”30″ show_btn=”none” show_excerpt=”none” show_com=”none” mc1_el=”0″ limit=”1″ mc1_tl=”2000″ f_title_font_weight=”700″ image_height=”40″ f_title_font_size=”28″ modules_category=”above” modules_category_margin=”5px” category_id=”304″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_1 modules_on_row=”” mc1_el=”0″ mc1_tl=”2000″ modules_divider=”solid” modules_divider_color=”#000000″ image_floated=”hidden” meta_info_align=”initial” modules_category=”above” show_author=”none” show_date=”none” show_com=”none” show_excerpt=”none” show_btn=”none” f_ajax_font_weight=”700″ f_title_font_weight=”700″ modules_category_margin=”5px” category_id=”304″ limit=”3″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" el_class="td-ss-row"][vc_column width="1/3"][vc_column_text][td_flex_block_3 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIyMCIsInBob25lIjoiMjEifQ==” modules_divider1=”solid” modules_divider_color1=”#000000″ modules_divider2=”solid” modules_divider_color2=”#000000″ image_radius2=”20″ show_excerpt1=”none” show_com1=”none” show_author1=”none” show_cat1=”” image_radius1=”20″ image_height1=”50″ f_ajax_font_weight=”700″ f_title1_font_weight=”700″ f_title2_font_weight=”700″ f_title1_font_size=”24″ f_title2_font_size=”22″ f_title2_font_line_height=”1″ mc1_el=”0″ mc3_tl=”2000″ limit=”2″ modules_category_margin1=”5px” category_id=”304″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_3 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIyMCIsInBob25lIjoiMjEifQ==” modules_divider1=”solid” modules_divider_color1=”#000000″ modules_divider2=”solid” modules_divider_color2=”#000000″ image_radius2=”20″ show_excerpt1=”none” show_com1=”none” show_author1=”none” show_cat1=”” image_radius1=”20″ image_height1=”50″ f_ajax_font_weight=”700″ f_title1_font_weight=”700″ f_title2_font_weight=”700″ f_title1_font_size=”24″ f_title2_font_size=”22″ f_title2_font_line_height=”1″ mc1_el=”0″ mc3_tl=”2000″ limit=”2″ modules_category_margin1=”5px” category_id=”304″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_3 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIyMCIsInBob25lIjoiMjEifQ==” modules_divider1=”solid” modules_divider_color1=”#000000″ modules_divider2=”solid” modules_divider_color2=”#000000″ image_radius2=”20″ show_excerpt1=”none” show_com1=”none” show_author1=”none” show_cat1=”” image_radius1=”20″ image_height1=”50″ f_ajax_font_weight=”700″ f_title1_font_weight=”700″ f_title2_font_weight=”700″ f_title1_font_size=”24″ f_title2_font_size=”22″ f_title2_font_line_height=”1″ mc1_el=”0″ mc3_tl=”2000″ limit=”2″ modules_category_margin1=”5px” category_id=”304″][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”Q3VsdHVyYQ==” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" el_class="td-ss-row"][vc_column width="2/3"][vc_column_text][td_flex_block_4 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”100%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgiLCJhbGwiOiIzMCJ9″ image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJwaG9uZSI6IjIxIiwiYWxsIjoiMTUifQ==” limit=”1″ show_excerpt1=”none” show_excerpt2=”none” mc4_tl=”2000″ mc4_el=”0″ mc1_tl=”2000″ modules_divider1=”solid” modules_divider_color1=”#000000″ hide_image=”yes” show_date1=”none” show_com1=”none” f_title1_font_weight=”700″ f_title1_font_size=”32″ f_title1_font_line_height=”1″ category_id=”420″][td_flex_block_4 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”50%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJwaG9uZSI6IjIxIiwiYWxsIjoiMjEifQ==” limit=”2″ show_excerpt1=”none” show_excerpt2=”none” modules_divider1=”solid” modules_divider_color1=”#000000″ show_date1=”none” show_com1=”none” mc1_tl=”2000″ mc1_el=”0″ f_title1_font_size=”24″ f_title1_font_weight=”700″ image_radius1=”30″ image_height1=”40″ modules_category_margin1=”5px” category_id=”420″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_4 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”100%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJwaG9uZSI6IjIxIiwiYWxsIjoiMjEifQ==” limit=”2″ show_excerpt1=”none” show_excerpt2=”none” modules_divider1=”solid” modules_divider_color1=”#000000″ show_date1=”none” show_com1=”none” mc1_tl=”2000″ mc1_el=”0″ f_title1_font_size=”24″ f_title1_font_weight=”700″ image_radius1=”30″ image_height1=”40″ modules_divider2=”solid” modules_divider_color2=”#000000″ image_radius2=”30″ f_title2_font_size=”20″ f_title2_font_weight=”700″ f_title2_font_line_height=”1″ modules_category_margin1=”5px” category_id=”420″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" el_class="td-ss-row"][vc_column width="2/3"][vc_column_text][td_flex_block_5 art_title_pos=”bottom” info_pos=”bottom” art_excerpt_pos=”bottom” modules_category=”above” btn_pos=”bottom” f_ajax_font_weight=”700″ f_title_font_weight=”700″ modules_divider=”solid” modules_divider_color=”#000000″ show_excerpt=”none” show_date=”none” show_com=”none” show_btn=”none” limit=”1″ f_title_font_size=”24″ image_radius=”30″ modules_category_margin=”5px” category_id=”420″][td_flex_block_3 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIwIiwicGhvbmUiOiIyMSJ9″ modules_divider1=”solid” modules_divider_color1=”#000000″ modules_divider2=”solid” modules_divider_color2=”#000000″ image_radius2=”20″ show_excerpt1=”none” show_com1=”none” show_author1=”none” show_cat1=”none” image_radius1=”20″ image_height1=”90″ f_ajax_font_weight=”700″ f_title1_font_weight=”700″ f_title2_font_weight=”700″ f_title1_font_size=”24″ f_title2_font_size=”22″ f_title2_font_line_height=”1″ category_id=”420″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_3 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIyMCIsInBob25lIjoiMjEifQ==” modules_divider1=”solid” modules_divider_color1=”#000000″ modules_divider2=”solid” modules_divider_color2=”#000000″ image_radius2=”20″ show_excerpt1=”none” show_com1=”none” show_author1=”none” show_cat1=”none” image_radius1=”20″ image_height1=”90″ f_ajax_font_weight=”700″ f_title1_font_weight=”700″ f_title2_font_weight=”700″ f_title1_font_size=”24″ f_title2_font_size=”22″ f_title2_font_line_height=”1″ category_id=”420″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjQ4IiwicGFkZGluZy10b3AiOiI0OCIsImJhY2tncm91bmQtY29sb3IiOiIjMDAwMDAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30="][vc_column tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][vc_column_text][tdm_block_column_title title_text=”RmFtb3Nvcw==” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title=”tds_title1″ tds_title2-title_color=”#ffffff” tds_title2-f_title_font_weight=”900″ tds_title1-title_color=”#ffffff” tds_title1-f_title_font_weight=”900″][td_flex_block_3 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIwIiwicGhvbmUiOiIyMSJ9″ mc1_el=”0″ mc3_tl=”2000″ header_text_color=”#ffffff” modules_divider1=”solid” modules_divider_color1=”#ffffff” modules_divider2=”solid” modules_divider_color2=”#ffffff” image_radius2=”30″ image_radius1=”30″ f_title1_font_size=”24″ f_title2_font_size=”16″ shadow_shadow_offset_horizontal=”0″ title_txt=”#ffffff” limit=”7″ modules_category_margin1=”5px” category_id=”10″][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”VGVsZXZpcyVDMyVBM28=” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="2/3"][vc_column_text][td_flex_block_1 modules_on_row=”” mc1_tl=”2000″ mc1_el=”0″ modules_divider=”” meta_info_horiz=”content-horiz-left” show_author=”none” show_btn=”none” limit=”1″ image_size=”” image_floated=”” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==” shadow_shadow_offset_horizontal=”0″ shadow_shadow_offset_vertical=”0″ shadow_m_shadow_offset_horizontal=”0″ shadow_m_shadow_offset_vertical=”0″ modules_category=”above” image_radius=”30″ image_width=”100″ category_id=”120″ f_title_font_weight=”700″ f_title_font_size=”24″ modules_category_margin=”5px”][td_flex_block_1 modules_on_row=”50%” image_radius=”30″ show_btn=”none” show_excerpt=”none” show_com=”none” show_date=”none” mc1_tl=”2000″ mc1_el=”0″ limit=”2″ f_title_font_weight=”700″ modules_category=”above” modules_category_margin=”5px” category_id=”120″][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_3 modules_category=”above” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJhbGwiOiIyMCIsInBob25lIjoiMjEifQ==” image_height1=”50″ show_date1=”none” show_com1=”none” show_excerpt1=”none” modules_space2=”20″ image_radius2=”20″ limit=”3″ mc1_tl=”2000″ f_title2_font_weight=”700″ f_title1_font_weight=”700″ f_title1_font_size=”24″ f_title1_font_line_height=”1″ f_title2_font_size=”18″ f_title2_font_line_height=”1″ modules_divider2=”solid” modules_divider_color2=”#000000″ modules_divider1=”solid” modules_divider_color1=”#000000″ image_radius1=”30″ modules_category_margin1=”5px” category_id=”120″][td_block_ad_box spot_id="custom_ad_5"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”Tm92ZWxhcw==” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][td_flex_block_1 modules_on_row=”20%” image_radius=”200″ image_size=”” image_height=”100″ meta_info_horiz=”content-horiz-center” category_id=”17″ f_title_font_size=”18″ f_title_font_weight=”700″ show_cat=”none” show_author=”none” show_btn=”none” show_excerpt=”none” show_com=”none” show_date=”none”][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][tdm_block_column_title title_text=”RXN0aWxvJTIwZGUlMjBWaWRh” title_tag=”h1″ title_size=”tdm-title-bg” content_align_horizontal=”content-horiz-center” tds_title1-f_title_font_weight=”900″][/vc_column_text][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" el_class="td-bigger-fonts"][vc_column width="2/3"][/vc_column][vc_column width="1/3"][vc_column_text][td_flex_block_5 art_title_pos=”bottom” info_pos=”bottom” art_excerpt_pos=”bottom” modules_category=”above” btn_pos=”bottom” limit=”1″ mc5_el=”0″ modules_divider=”solid” modules_divider_color=”#000000″ meta_info_border_style=”” show_excerpt=”none” show_author=”none” show_com=”none” show_date=”none” show_btn=”none” f_title_font_size=”24″ f_title_font_line_height=”1″ f_title_font_weight=”700″ category_id=”166″ modules_category_margin=”5px”][td_block_ad_box spot_id="sidebar"][/vc_column_text][/vc_column][/vc_row]
Hi Simion,
thanks for your reply. I was on holiday & offline, that’s why I only reply now.
To use your example, the author would submit a post & would choose a category (topic) “things to do” & add different tags “weekend getaways”.
But then the author would also have to choose the country where this post would be listed beneath “Europe -> Spain -> Barcelona”.
It would be a horrible user experience to use categories also for the countries, as it would then show countries & the topics in one list to choose from. That would create a big mess for the user.
The tags won’t work either, as it should have a parent menu (Europe & Spain) & it should be fixed, not a variable.
So I was thinking of adding a second “Categories” box. Another solution might be to use “Hierarchical Taxonomies”. Is that possible with the Newspaper theme?
The ID was wrong, I was able to fix the author box.
Thanks!
Hello Jordan_Stewart,
The author box can be hidden from Theme panel, from here -> https://www.screencast.com/t/0ANvHMsntc If you want to hide it only for a specific post, you should use such a custom CSS code based by post ID.
Thanks for your understanding!
Hi,
I still don’t quite know what circle would that be. Do you mean the author box?
– https://demo.tagdiv.com/newspaper/author-box/
I could give you a code to make the image not link to the author page, if that is what you want.
Hi,
The Gravatar does not require a plugin. Please see some guides for more information
– https://codex.wordpress.org/How_to_Use_Gravatars_in_WordPress
– https://crambler.com/set-avatar-image-wordpress-using-gravatar/
– https://www.wpbeginner.com/wp-tutorials/how-to-change-the-default-gravatar-on-wordpress/
– https://technumero.com/create-gravatar-account-use-gravatar-in-wordpress/
– https://www.webnots.com/how-to-use-gravatar-on-wordpress-site/
I installed WP user avatar and used the same Gravatar
– https://www.screencast.com/t/nUT8dgbaH2Gl
Looks the same as I have set it there
– https://www.screencast.com/t/zUmsWk8Wfrn
Are you referring to the author box displayed in posts? Or maybe the avatar in a different location.
We are from Romania if you can provide access we could take a look.
Thanks
Hello!
I was modifying the “About Me” page, and noticed that the author box doesn’t display a picture, the name says “Author name” and the link is “#”.
How can I modify this item so it displays my custom information?
Thanks!
Hi,
So clicking back in the browser does not work? That would be an option if the user actually wants to return to the author page.
The more from author displays posts from the author of the current post, so one can go from post to post of that author using that section.
The author page can be accessed by clicking the author name which appears in the top part of the post, in the author box, maybe other places as well, if the reader chooses to.
Hi Simion,
Thank you for your answer.
We have special user roles on our site. Some users may have their own page () to display lets say their company information with pictures etc (they are the creator of that page (modified role) )
Those very same users are allowed to post into their own a pre-defined category. those posts are displayed on their page.
PROBLEM
If someone visits the page of that particular user and then clicks a post, the post opens and there is no way to get back to the page of the user.
so if we could modify or add another “more from author” box then we could automaticly link back to the page…
https://prnt.sc/klo5hb
is that even possible ? could we modify the code or duplicate the “more from author part” and detect the page from which a user is the creator/author ?
thank you for you answer
Hi, Simion.
Thanks for your reply.
On website mrrwebdev01.org,
I’m still unable to drag the author box to the right column. My screen doesn’t scroll so I can get it to the top right of the template.
I’m just looking to use the standard single post but move the author box.
I wonder what I’m doing wrong. I can provide WordPress credentials if you need them.
Screenshots:
https://www.dropbox.com/s/uxyeoknk01bvyse/Screenshot%202018-08-21%2008.44.41.png?dl=0
https://www.dropbox.com/s/y6a7yaml2zz73re/Screenshot%202018-08-21%2008.44.34.png?dl=0
https://www.dropbox.com/s/h5orl8ib0b46nzi/Screenshot%202018-08-21%2008.44.28.png?dl=0
https://www.dropbox.com/s/g431n9nr07v93th/Screenshot%202018-08-21%2008.25.55.png?dl=0
Thanks again.
Bob
Hi,
You can move the author box anywhere in the post, with the cloud library plugin
– https://www.screencast.com/t/20mdscAZmS5
Simply drag and drop it where you want it to appear. Post templates can now be created with the tagDiv composer. You can start from blank, or import from the templates made by us (more to come). The imported templates can be modified by you as well.
Some more about the cloud library plugin here
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks
Hi einvestigator,
The author box link should link to the author page, not the homepage. You seem to have a redirect in place so please either check for any redirect rules you might have set or try to disable all of the untested plugins, clear cache and reset CDN files if you use it and check the results. Do you have any redirects in your htaccess or custom code in your child theme or in the theme panel custom code boxes?
Thanks for your understanding!
Hello boldix,
Try to check the following example from here-> https://forum.tagdiv.com/topic/disable-one-specific-author-box/ -> https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/ and adjust the code for the category.
Thanks.
I’m experiencing a similar problem. The Author box appears on the post title as expected, but when I click on the Author name, it redirects to the home page.
I enabled the show Author Archive setting in Yoast, but it still redirects to the home page.
Here’s an example – https://www.einvestigator.com/how-to-obtain-a-police-report/