Search Results for 'author box'

    No search results were found in Documentation!

Results from the Forum
r1kay
Participant
#0

Hi,

I would like to know if it’s possible to hide ads from a certain post by adding a custom fields to that post and create a function in functions.php. I really need this option because some of my posts are not confirm google’s policy. Function could look something like this, but i don’t know the name for the ad spots and i lack php skills so don’t know if this works:

function hide_ads($content) {
                global $wp_query;	
		$postid = $wp_query->post->ID;                  
		if (is_single((get_post_meta($postid, 'top_ad', true) != 'off' )))  {
			$top_ad = do_shortcode('[td_ad_box spot_name="Ad spot -- topad"]');
			}

I’m sure it’s possible to make a function that work!!

Also, i would like the ability to show or hide author info per post. This could also be done with a function, but again: i don’t know what the function and custom field meta should look like!

I really hope you can help me!

martina
Participant
#0

Hi,
I am working with newspaper version 1.3. where I would like the author box to be shown just under the image and not after the whole article. Is this possible?

Hope to hear from you.

Kind Regards,

Martina

Radu A
tagDiv Member

hi,
thanks for the suggestion,
we have a lot of suggestions that our clients send us but we have to be very careful what we add.
like always we will take a look and discus it.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
We will try to make it in the next update, this week.

Thanks!

Marius
tagDiv Staff

Hi,
Remove this code: http://screencast.com/t/ONGBF9hT

Thanks!

mehedi
Participant
#0

Hello!

The Author Box section for this theme isn’t so attractive. I will be happy if tagDiv manages to add this features I’m going to say.

The upper image a screenshot of the author box at WPCentral. First of all, I would like tagDiv to add a role in small and italic text after author’s name.

Next, It will be great if visitors can see how many posts authors have written. You can see an example on the screenshot.

In addition, please make the social icons for authors more colourful.

It would be really great if you guys give tagDiv some suggestions on related to Author Box.

Thanks!

ccberke
tagDiv Member

Any time line when this feature will get added? It would look really nice on my Author’s page if the info was with the image. Thanks!

zelatech
Participant
#0

hi.. i want to disable comments count from Author Box widget.. how to?

i created a page for Authors with visual composer, but i want to show only photo and posts, exclude comment count.

help me? thanks

r1kay
Participant
#0

Before td_module_1 was updated i used a custom function to insert the facebook comment box in single posts. Now that td_module_1 is updated i want to add the code in this file, but i cant seem to make it work…

<footer>
                <?php echo $this->get_post_pagination();?>
                <?php echo $this->get_review();?>
                <?php echo $this->get_the_tags();?>
                <?php echo $this->get_source_and_via();?>
                <?php echo $this->get_social_sharing();?>
                <?php echo $this->get_next_prev_posts();?>
                <?php echo $this->get_author_box();?>
				<div class="fb-comments" data-href="<?php get_permalink();?>" data-colorscheme="light" data-numposts="5" data-mobile="false" data-width="700"></div>;			
            </footer>

This code does not seem to work… Anyone has any suggestions on how to get this working?

mbasche
tagDiv Member

I have the same issue. Some posts don’t need an author bio under the article.
Mabye it’s possible in a future update to make a checkbox in “Post settings” to show or hide the author bio for that specific article?

ebeltjed
tagDiv Member

Hi Marius,

Thanks!

Greetings,

Peter

Marius
tagDiv Staff

Hi,
Add this code:

$buffy .= '<div class="td-author-url"><a href="' . get_the_author_meta('user_url', $author_id) . '">' . get_the_author_meta('user_url', $author_id) . '</a></div>';

like here: http://screencast.com/t/qlD0QvNTBTlh

Thanks!

ebeltjed
Participant
#0

I have a question about the author box. The website url of the author box isn’t showing in the box UNDER the article. It is only visible on the authors page.

How to get the url of the authors’s website visible in the author box under a post?

Thanks!

NadiaP7406
tagDiv Member

Hey Christopher,

I will indeed look into plugins or hiring someone.

I know I am not being friendly up here, and that is not based on just this topic. After buying the theme I stumbled across a few difficulties and opened a few topics here for the questions I had. Some of them included; the hover over on my menu stays blue, how can I change the color? To my experience, this is a very basic feature I believe every premium theme should have and make easy accessible. I did all the theme colors, tried custom CSS and even modify the original stylesheet but none of the changes came through. As a few other issues such as centering the menu and having double display of categories.

I do not ask them to develop a function, only to give me a pointer into what file I should look into if I want to change the author boxes. I couldn’t find it and since they build the theme, I would assume they would know naturally.

Anyway I appreciate your help as any help from anybody here. I was just very disappointed in the support as all of my topics are simple questions but got this same reply of not doing custom work. My expectations, based on previous experiences with other sellers on ThemeForest, were set too high.

I’m sure I’ll work out the issues at some point and will be around in the forum to discuss other difficulties. Have a good day everyone!

dillermand16
tagDiv Member

Perfect!

EliptiK
tagDiv Member

Hi,

I’m with the version 3.1, is it the last ?
I would like to use the plugin YARPP for related posts.
But I want puts it after the author_box with <?php related_posts(); ?>

Thanks !

Marius
tagDiv Staff

Hi,

@dillermand16
use this instead of the above code.

$buffy .= '<div class="vcard author"><span class="fn">';
$buffy .=  td_util::excerpt(get_the_author_meta('description', $td_author->ID), 10);
$buffy .= '</span></div>';

Now is set to 10 words, you can change the value like you want.


@NadiaP7406
You have above all the necessary code to make it. If you don’t manage it you can always get a freelancer from sites like: http://www.microlancer.com/

Also, we don’t offer custom work, please send us an email at contact@tagdiv.com and we will give you the money back.
Thanks!

Radu A
tagDiv Member

hi,
this is possible only with the modification of the source of the theme.
here is the file : http://screencast.com/t/ctMisMnYi0

If you are not a programmer please hire one for this task, as we do not offer custom work.

Thanks for you message.
Radu A.

EliptiK
Participant
#0

Hi,

Marius says to me to do that :
http://screencast.com/t/r16L7J7h add it like <?php related_posts(); ?>

But I have the new version of Newspaper with $buffy :

So how can I insert the code after author_box ?

Thanks a lot !

cityslicker444
Participant
#0

Hello, I love the theme, but I was wondering how I can remove the author box from only one user? I have several users, each with their own bio, but then I have a user called “Guest” which is for anybody who just has a guest post once or twice. This user doesn’t have a bio, since it encompasses many different people, so I’d just like to get rid of the author box for this user, but not the others. How can I do this?

Kusi
Participant
#0

Hi, I update theme from v2 to v3 on my client webside. everything is ok, but, two problem.
We need more custom ads, because we use custom ads on every category and subcategory.

Second problem is colors on sub-sub categories. We need to chage it. I fix this problem with import categories from v2 in Theme Panel. But we need to change it. For example Life (blue)>heal (red)>cooking (red)>chicken (pink) is posiible to change it?

And I find little bug. In Widgets, we are using TagDiv Authors box, and with update will be changed authors ID to link.

Example:

11&wp_http_referer=%2Fwp-admin%2Fusers.php%3Fupdate%3Dadd%26id%3D11, 7&wp_http_referer=%2Fwp-admin%2Fusers.php, 3&wp_http_referer=%2Fwp-admin%2Fusers.php, 4&wp_http_referer=%2Fwp-admin%2Fusers.php, 2&wp_http_referer=%2Fwp-admin%2Fusers.php, 1&wp_http_referer=%2Fwp-admin%2Fusers.php,

Thank you.
I wish you more happy customers like me 🙂

NadiaP7406
tagDiv Member

Hey,

I’m having a similar issue but not getting a reply so I hope you don’t mind I jump in here.

I have a page to display all the authors with the Author Box widget.

I want the widget to display the same as under a single post or on a single author page, full information including image, social media buttons etc.

In what files can I find the codes and which part to copy ?

dillermand16
tagDiv Member

Hey again Marius.

I know it is alot to ask for but instead of showing the whole biography/description, could it show only a preview of it on the authors page and then the full description when you go to the author page?

It would be so awsome to have this feature and again. thanks for your brilliant help and work.

Marius
tagDiv Staff
Marius
tagDiv Staff

Hi,
Add this code:

<?php 
if (get_the_author_meta('ID') != 1) {
    echo $td_mod_single->get_author_box();
}
?>

instead of this one: http://screencast.com/t/4gwlLozs

In the code above 1 mean posts written by the author with ID 1 will not have the author box. Change the ID from which author you want to hide the box.

Hope this help.
Thanks for your message!

Viewing 25 results - 2,226 through 2,250 (of 2,340 total)