Hi,
You could comment this line of code and the author name should not appear in the source code, when the author box is disabled
– https://www.screencast.com/t/bSG80IprVj
Maybe take a look at some general information concerning improbving WordPress security
– http://www.wpbeginner.com/wordpress-security/
– https://codex.wordpress.org/Hardening_WordPress
Thanks
Hi,
and one problem has started, the theme is reseting some theme options after demo change. Although yesterday it was working fine. It’s like only post settings (show author box, show social buttons and post template), also font on just one post is reseting to something chosen in the morning.
Slider settings and everything else seems to change as we want and stay that way, but some options are messing about. Do you have any ideas?
Hi,
The social counter has to be configured according to this guide
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
If it is set properly there should be no issue. Instagram requires an ID only, for setting it up in the counter or the Instagram widget. Like in this example on a page
– https://www.screencast.com/t/eV5bwReGZKy
Multiple layouts can be achieved through the widget
– https://demo.tagdiv.com/newspaper/instagram-widget/
Pages can be edited with the tagDiv composer, anything can be customized
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
I am assuming the author name in the sidebar is an author box
– https://demo.tagdiv.com/newspaper/author-box/
That can be customized by editing the page as well.
Please let us know if you need further help, or you have more questions.
Thanks
Hi,
We have a site where the Show Author Name” and “Show Author Box” are turned off under Post Settings, but it still displays the author / username card in the source code and exposes it online. Here is the code:
<div class=”td-author-name vcard author” style=”display: none”><span class=”fn”>authorname</span></div>
We are now getting hack attempts trying to log in with those author usernames. Is there a way to hide this or set it to something other than the username?
Thanks.
Hi,
There should not be any problem using the author box. I have tested this element and it works properly. It displays information from the user profile screen
– https://www.screencast.com/t/9a206oAQ1
– https://www.screencast.com/t/QO6I2YA5Et
You can enter any user ID and it will display their information. Check if the avatars are enabled in the WordPress settings
– https://www.screencast.com/t/J7iDBNgq
If you have set it accordingly and it is not working, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic in your email.
Thanks
thanks
but i have already done what is specified still cant make it work . see screen shots . am i missing someone
1 i am using a demo theme
https://www.screencast.com/t/70Y9bBVjbdyK
2 my site
https://www.screencast.com/t/keEwTgYOo83I
3 inner paged it work but cant show it on homepage
https://www.screencast.com/t/DKL4jUDe
4 tag div author box is already activated
https://www.screencast.com/t/m7hVJaDC4
so am i missing something which is not helping ??
i have set my Gravatar.
Hi,
That is an author box, you can place that on any page you like using the tagDiv composer
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
In the tutorial video you can find out more information. You simply place the element on the page and configure and style it as you like
– https://www.screencast.com/t/4JdbQkAojF
Thanks
Hi,
Its displaying all my authors. Am I able to limit to 3?
Thanks.
HI
We wanted to enable HTML tags in author description box, like a, p and h1 but it’s not working,
Is thr anyway to do that?
thanks
Hello,
i want show author box only 1 categories post and with other post disable. How i make this change?
With the last update (WooCommerce 3.2.0) there is a new big panel box:
Your theme contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.
Any ideas to solve?
Hi,
The same author socials including mail, will be displayed in the author box in the post page or author page. The mail information has to be entered in this field for each author
– https://www.screencast.com/t/zKNSimbC
– https://www.screencast.com/t/LmqFuYEHj2
– https://www.screencast.com/t/LkF55GPSe
Thanks
Hi,
Sorry for misunderstanding, I believe this is what you are looking for
– https://www.screencast.com/t/gzpddaEBK
That is where the avatar is called in the author box of the single post page.
Thanks
Hi I already created child-theme and wanted to show author image at single-post too, If u look here https://www.veteranstodayarchives.com/author/jadallah/ at author page it’s showing, which I added in parts/page-author-box.php, but it’s not working on single post author description
thanks
Hi,
You could use the text elements available in the composer. Insert the image in the text elements and it will be responsive for every device, including mobile
– https://www.screencast.com/t/cnNcp9VrGzx
Or try experimenting with the single image or image box elements and their settings.
The Revolution slider is a very complex plugin with an enormous amount of settings and options. There are demo sliders provided in the theme package, that you could install
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Here you can find all the official documentation from the plugin authors
– https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Thanks
Hi,
If you would like to modify the authors box element and the information it displays, you would have to make modifications in the theme files
– https://www.screencast.com/t/QOFrEHRE
There is no options to modify what the authors box displays, at the moment. For now the author name and avatar are present, a post and comment count and author website.
You could try a plugin that would have the options you require, and display a list of authors with more options.
Thanks
How can I change the authors box do show:
Line 1 – Author name
Line 2 – Author’s page link
Line 3 – Author’s last post
https://www.screencast.com/users/VjCoil/folders/Default/media/5aed05dd-545d-42a6-a820-269b7f2770ba
Thank you
Hi,
1. That is an author box, it is automatically displayed on the author page. You could remove it with some CSS if you don’t want the author meta displayed
– https://www.screencast.com/t/0oBGNuh3
.author .author-box-wrap {
display: none;
}
2. To remove the “Tag:” text you will have to edit this theme file
– https://www.screencast.com/t/EecHV4TCg0
– https://www.screencast.com/t/G4mdyYvQX5m
The result is like this
– https://www.screencast.com/t/bbf91j0y58f
The breadcrumbs can either be enabled or disabled for all the website, there is no option to disable them specifically for the tag pages.
You could use some CSS to remove them on tag pages only, like this
– https://www.screencast.com/t/kXzovJQo
.tag .entry-crumbs {
display: none;
}
3. That could be increased like this
– https://www.screencast.com/t/flM1XEXkeAO
.td_search_subtitle {
font-size: 20px;
}
4. There are no options to modify those elements at the moment, unless you use custom code and make modifications in the 404 template of the theme
– https://www.screencast.com/t/CGbyqnrSzX
5. The easiest way would be with custom code
– https://www.screencast.com/t/j9JnggbAokkB
.td-menu-mob-open-menu .td-menu-socials {
display: none;
}
Thanks
Hello,
You can use an author box element as many times as you want. Simply use the page builder and place multiple author boxes on that page, sorting a different author for each one.
Thank you!
Hello,
You can use an author box element as many times as you want. Simply use the page builder and place multiple author boxes on that page, sorting a different author for each one.
Thank you!
Hi
I have been able to hide author name and author box from post pages by using the options in the theme panel. But author name still appears in search results and also on all elements that I add on a static page using TagDiv Composer. I do not want the author name to appear anywhere in the site. How can I do that? Please help.
Regards
Narinder
1. On the author page, how can I remove the box at the top showing the image, posts, comments? http://majorfuss.com/author/catherine-levine/
2. On a tag page, how can I remove the word “Tag” in the title? https://snag.gy/zcP09l.jpg And how can I hide the breadcrumbs on tag pages only? https://snag.gy/pg7LnA.jpg
3. On a search page, how can I increase the font size of “If you’re unhappy…”? https://snag.gy/6FhxKr.jpg
4. On a 404 page, how can I change all of the font styles? https://snag.gy/t4Tfwo.jpg And how can I change the block title to a different style? https://snag.gy/XN6wEZ.jpg
5. On mobile, how can I remove the top menu showing my social icons? https://snag.gy/JzluHL.jpg
Can someone provide the code required to get Author boxes for multiple authors lined up as they are on this demo page?
https://demo.tagdiv.com/newspaper/author-box/
Thanks in advance.
just a heads up, i was able to get the social icons on the author box by adding this code
echo '<div class="td-author-social">';
foreach (td_social_icons::$td_social_icons_array as $td_social_id => $td_social_name) {
//echo get_the_author_meta($td_social_id) . '<br>';
$authorMeta = get_the_author_meta($td_social_id, $coauth->ID);
if (!empty($authorMeta)) {
echo td_social_icons::get_icon($authorMeta, $td_social_id, true);
}
}
echo '</div>';
after
echo '<div class="td-author-description">' . $coauth->description . '</div>'; on your code
the entire code for that segment being:
<?php
if (td_util::get_option('tds_show_author_box') != 'hide') {
//echo $td_mod_single->get_author_box();
$coauths = get_coauthors();
if (count($coauths) > 1) {
echo '<div class="author-box-list">';
foreach ($coauths as $key => $coauth) {
echo '<div class="author-box-wrap">user_nicename . '">';
echo get_avatar( $coauth->user_email, '96' );
echo '<div class="desc"><div class="td-author-name vcard author"><span class="fn">user_nicename . '">' . $coauth->display_name . '</span></div>';
echo '<div class="td-author-description">' . $coauth->description . '</div>';
echo '<div class="td-author-social">';
foreach (td_social_icons::$td_social_icons_array as $td_social_id => $td_social_name) {
//echo get_the_author_meta($td_social_id) . '<br>';
$authorMeta = get_the_author_meta($td_social_id, $coauth->ID);
if (!empty($authorMeta)) {
echo td_social_icons::get_icon($authorMeta, $td_social_id, true);
}
}
echo '</div>';
echo '</div><div class="clearfix"></div></div>';
}
echo '</div>';
} else {
echo $td_mod_single->get_author_box();
};
}?>
I’d like to add a user’s Twitter handle and have it linked to their profile next to the author’s name in the byline of a story similar to how the verge does it.
https://www.dropbox.com/s/0n4fpay7rpta7d6/Screenshot%202017-09-26%2021.25.05.PNG?dl=0