• T N

    (@gotannygo)


    Hi,
    I’m looking a shortcode of the author box. Could you please provide it?
    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Hidekazu Ishikawa

    (@kurudrive)

    Yeahhhhhh!!

    I was add it on version 1.13.0!

    Please update and use [pad] ! ??

    _|\○_ ε=\_○?

    Thread Starter T N

    (@gotannygo)

    Hi @kurudrive, thanks so much for the update!
    The shortcode display the author box just fine, however, at the “newest post” section, it shows error. Instead of showing Newest Post, it show Newest Page w/o any image. Could you kindly look into it?
    This is how it shows now

    Thank you!

    Plugin Author Hidekazu Ishikawa

    (@kurudrive)

    @gotannygo

    Oh…I see. OK,Ok.

    1. Update to 1.14.0
    2. Write following code to child theme’s functions php or other php file…can you?

    add_filter(
    	'pad_css_post_types',
    	function( $post_types ) {
    		$post_types[] = 'page';
    		return $post_types;
    	}
    ); 
    Thread Starter T N

    (@gotannygo)

    Hi @kurudrive,
    It hasn’t worked still. You can click on the page and see. The top section I used HTML code copy from a post, it works. But the second section, I use shortcode, it’s having issue.

    Can you double check?
    Thank you!

    Plugin Author Hidekazu Ishikawa

    (@kurudrive)

    Are you using original theme or child theme?
    If you so, you write following php code to functions.php that css was become load.

    add_filter(
    	'pad_css_post_types',
    	function( $post_types ) {
    		$post_types[] = 'page';
    		return $post_types;
    	}
    ); 

    Do you try this?

    If you don’t use original them or child theme and can’t write php ( not familiar with code customize ),
    Can you connect to server by FTP and so on?

    If you can’t … I consider other measures.

    Thread Starter T N

    (@gotannygo)

    Hi @kurudrive , yes I did added the code to functions.php in both my original theme and child theme. The page that you see is after I added the code to functions.php

    thank you

    Plugin Author Hidekazu Ishikawa

    (@kurudrive)

    Hi @gotannygo

    Are you resolved? ok?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Shortcode of the Author box’ is closed to new replies.