Search Results for 'author box'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

That should still work, the woocommerce authors changed the functionality a while back. Now you have to enter the code provided in that page in the theme or child theme functions file
http://prntscr.com/mxaa3a
If you only want the lightbox remove the other lines – http://prntscr.com/mxaaeu
Then the product images will open in the woocommerce lightbox
http://prntscr.com/mxaav6http://prntscr.com/mxab1y

Thanks

tjd8938
Participant
#0

Hi,

For every post I put meta data such as source name, source url, via name, via url.

1) I would like to know where they are stored in the DB.
Post meta data screenshot: https://www.dropbox.com/s/gh5enxjxonu8dup/Screenshot%202019-03-13%2019.27.43.png?dl=0

2) Is there a way that I can bring these (source name, via name) up front replacing “author” under Post titles?
Where I would like to display metadata: https://www.dropbox.com/s/r9dyt8ls9shqd1s/Screenshot%202019-03-13%2019.28.20.png?dl=0

Regards

coolpaki
tagDiv Member

Hi Catalin,

We will help you 🙂 file /Newspaper/includes/shortcodes/td_block_author.php in line #153
$buffy .= '<a>ID) . '">' . get_avatar($td_author->user_email, '<strong>196</strong>') . '</a>';
Avatar size (default 196) should be dynamic from Author Box module options.

  • This reply was modified 7 years by coolpaki.
  • This reply was modified 7 years by coolpaki.
  • This reply was modified 7 years by coolpaki.
coolpaki
tagDiv Member

Hi Catalin,

Thanks for fast replay, the URL is: https://www.coolpaki.pl
Yes, we know that we can edit Template and change Author Box module for Single Image module + Title module and it’s one of the solution, but better is check what is wrong and repair it 🙂

Catalin
tagDiv Staff

Hi,

Please provide your website URL so I can take a closer look at your Author Box module. I need this so I can investigate it closer to this section. Also, this image can be imported from your Media library from the TD Composer, when you are using an Author Template, like this -> https://www.screencast.com/t/T0AMdKmwti This image does not come from the Gravatar. If is not what you mean, provide more details so I will be able to provide a more accurate response.

Thanks.

GiacomoLaw
tagDiv Member

I don’t see this:


<?php

/**
* Style template.
*
*/

if (!defined("TD_THEME_NAME")) {
return; // do not run on other themes...
}

if ( TD_DEPLOY_MODE == 'dev' ) {
// compile the css
require_once 'external/td_node_less/td_less_compiler.php';
$response = td_less_compiler::compile_less_file(AMP__DIR__ . '/templates/less/amp_main.less', AMP__DIR__ . '/templates/css/amp_main.css' );
}

$plugin_url = plugins_url('', __FILE__);

echo '
@font-face {
font-family: \'newspaper\';
src: url(\'' . $plugin_url . '/images/icons/newspaper.eot?8\');
src: url(\'' . $plugin_url . '/images/icons/newspaper.eot?8#iefix\') format(\'embedded-opentype\'),
url(\'' . $plugin_url . '/images/icons/newspaper.woff?8\') format(\'woff\'),
url(\'' . $plugin_url . '/images/icons/newspaper.ttf?8\') format(\'truetype\'),
url(\'' . $plugin_url . '/images/icons/newspaper.svg?7#newspaper\') format(\'svg\');
font-weight: normal;
font-style: normal;
}
';

echo '
/*
COMPILED amp_main.less
*/
';

$compiled_less = file_get_contents(AMP__DIR__ . '/templates/css/amp_main.css' );
echo $compiled_less;

echo '
/*
AMP custom CSS
*/
';

$td_amp_custom_css = "
<style>

/* @theme_color_amp */
a,
.td-post-author-name a,
.footer-email-wrap a,
.td-search-query,
.td-page-content blockquote p,
.td-post-content blockquote p {
color: @theme_color_amp;
}

.td-rating-bar-wrap div,
.td-page-content .dropcap,
.td-post-content .dropcap,
.comment-content .dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.td_default_btn,
.td_round_btn {
background-color: @theme_color_amp;
}

.td_quote_box,
.td_wrapper_video_playlist .td_video_currently_playing:after {
border-color: @theme_color_amp;
}

/* @menu_background_amp */
.td-header-wrap {
background-color: @menu_background_amp;
}

/* @menu_icon_color_amp */
.td-search-icon .td-icon-search {
color: @menu_icon_color_amp;
}

/* @footer_background_amp */
.td-footer-wrap {
background-color: @footer_background_amp;
}
/* @footer_text_color_amp */
.td-footer-wrap,
.td-footer-wrap a,
.td-footer-wrap .block-title span {
color: @footer_text_color_amp;
}

/* @sub_footer_background_amp */
.td-sub-footer-wrap {
background-color: @sub_footer_background_amp;
}

/* @sub_footer_text_color_amp */
.td-sub-footer-wrap,
.td-sub-footer-wrap a {
color: @sub_footer_text_color_amp;
}

</style>
";

$td_css_compiler = new td_css_compiler($td_amp_custom_css);

// theme color
$td_css_compiler->load_setting('theme_color_amp');

// menu color
$td_css_compiler->load_setting('menu_background_amp');
$td_css_compiler->load_setting('menu_icon_color_amp');

// footer color
$td_css_compiler->load_setting('footer_background_amp');
$td_css_compiler->load_setting('footer_text_color_amp');

// sub-footer color
$td_css_compiler->load_setting('sub_footer_background_amp');
$td_css_compiler->load_setting('sub_footer_text_color_amp');

echo $td_css_compiler->compile_css();

?>

coolpaki
Participant
#0

Hello,

We’r using Newspaper 9.5 and we have problem with “Author Box” module. Author Image (from gravatar) size is too low (196×196) insted 300×300. Here, on demo page https://demo.tagdiv.com/newspaper_blog_lifestyle/2018/09/18/td-post-how-to-find-the-perfect-sunglasses-for-your-face-shape/ Author Image is in good quality, how it’s should be.

How to fix it?

Calin
tagDiv Staff

Hi,

You need to add this custom css in Newspaper>theme panel>Custom code advance in phone section -> https://www.screencast.com/t/GqEXEAVIW2G
.author-box-wrap {
display: none
}

or if you are using mobile the set the code in Newspaper>theme panel>mobile theme -> https://www.screencast.com/t/IR4kd4ZXxqOD

Thanks.

babusmagic
Participant
#0

Hi,

I want to hide the author box only in mobile theme. What will be the CSS code for that. Please help.

cattoi
Participant
#0

Can you help me to remove the box “more from author”?
Thanks
L

Calin
tagDiv Staff

Hi,

That is a custom template made be our theme specially for our blog, and the content have set some inline padding -> https://www.screencast.com/t/1sYB6Tjzr99o

If you like the single post template you can build one with tagDiv Composer, just import a blank post template and assign the elements: date, title, breadcrumbs, feature image, single post content, newsletter , author box, and comments

Thank you!

Samet186
Participant
#0

Hello,

How can I make the Photo in the Author Box bigger? (At the bottom of my Blogposts). I use Gravatar and uploaded an Image. But its displayed really small next to the Author Bio in the Author Box. I would like it bigger.

Thanks in Advance

danielpaulchristie
tagDiv Member

Thanks for the reply, Bogdan!

Here’s the link the author box in question (but it applies to others I create too): http://danielpaulchristie.com.

Thanks,
Daniel

Bogdan B.
tagDiv Staff

Hello,

Please provide a link o the author box you mention so we can inspect it.

Thank you!

Calin
tagDiv Staff

Hi,

I think the easy way will be to set a custom css on for author box on those pages were you do not want to show the biography, and you’ll no need to duplicate that file.
If you need help with this please provide a link were you want to hide the biography in author box.

Thank you for your understanding!

danielpaulchristie
Participant
#0

Hi,

When I click on the author box image/text linked to my user ID, it brings me back to the homepage. My author card shows up on the end of posts, but when clicked, it also goes to the homepage. It wasn’t always like this if I remember right; I’m wondering if when I deleted the demo posts/pages, I accidentally deleted this linked page?

Regardless, I’m not sure how to edit the link of my user name/image so it directs to an author page (either a default one or something custom). I haven’t been able to find a help page that explains how to do this. Right now, I can do it through a link on my Header or by adding “author page link text,” but would prefer not to have to do it that way.

I hope this makes sense. I’m quite new to this.

Thanks,
Daniel

utsab
Participant
#0

hello,
I want to hide authore name from every where of post category page.
Even Comment box not showing in single post page.
check the below url
http://freznews.com

Ingo Böden
tagDiv Member

Thank you very much, I managed to alter the object in a safe webspace the way I intended.

Now like I mentioned above, I need to duplicate the authors box object on our website because I need to use the one with the biography as well as the one without it.

I duplicated the td_block_authors.php file and renamed it and I also put it into the td_config file, but when I try to use the block in the editor it keeps on loading. If I use the same code in the td_block_authors file, it works. I think I have to register the block somewhere else, but I do not know where.

Simion C.
tagDiv Staff

Hi,

The author box element displays the author biography – http://prntscr.com/molokp
http://prntscr.com/molooy
But the authors box does not show the biography. It would require modifications to this element in order for it to display it. This is a similar topic
https://forum.tagdiv.com/topic/author-list/

Thanks

Ingo Böden
Participant
#0

Hello everybody,

Can anyone tell me if there is a way to display the Biography from the Authors account inside the “Authors Box”-Tagdiv-Module?

To specify this, I am not talking about the Box that can be displayed below an article, but the element inside of tagdiv composer, like here:

I want to duplicate the element in the composer and have an alternative version of it that allows me to display the biography text in the white space at the right. Can anyone help me?

duxdocet
Participant
#0

License don’t work, i have a many time, deleted the wordpress cms, and now appear in activate licenze this message Why?
Following info:
LICENSE CERTIFICATE : Envato Market Item
==============================================

This document certifies the purchase of:
ONE REGULAR LICENSE
as defined in the standard terms and conditions on Envato Market.

Licensor’s Author Username:
tagDiv

Licensee:
oronzo Palombieri

Item Title:
Newspaper

Item URL:
https://themeforest.net/item/newspaper/5489609

Item ID:
5489609

Item Purchase Code:
a3725161-48aa-493e-9a29-05bdca1a2b29

Purchase Date:
2019-01-14 15:42:06 UTC

For any queries related to this document or license please contact Help Team via https://help.author.envato.com

Envato Pty. Ltd. (ABN 11 119 159 741)
PO Box 16122, Collins Street West, VIC 8007, Australia

==== THIS IS NOT A TAX RECEIPT OR INVOICE ====

ib4ud2014
tagDiv Member

Do you know how I remove the comment count under the author bio box on author pages?

seroni_user_it
Participant
#0

Hello ,

We can only select the following options on custom post type :
– Sidebar left
– Sidebar right
– No sidebar

I would like to use the post settings meta box on my custom post type.
How can we enable the Individual post template settings on custom post type ?

My custom post :
register_post_type(
‘Galerie’,
array(
‘labels’ => array(
‘name’ => __(‘Galeries’),
‘singular_name’ => __(‘galerie’)
),
‘public’ => true,
‘publicly_queryable’ => true,
‘show_ui’ => true,
‘query_var’ => true,
‘capability_type’ => ‘post’,
‘hierarchical’ => false,
‘menu_position’ => null,
‘taxonomies’ => array(‘category’, ‘filter’, ‘post_tag’),
‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’, ‘excerpt’, ‘page-attributes’, ‘custom-fields’, ‘post-formats’, ‘author’)
)
);

Thanks,

fontaine666
tagDiv Member

Great, that seems to have sorted things a tad. One more issue, having issues with the author box at the bottom of posts. Doesnt seem to be showing pics for each author?

simplyben
tagDiv Member

I had the same issue. I would like to be able to use the “related articles” and “more from author” in the same box with a custom template (just as it is in the default templates). So this cannot be done right now, correct? I would like the feature because adding both boxes takes up a lot more space than simply using one box for both elements.

Viewing 25 results - 776 through 800 (of 2,340 total)