Nick Powers
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Author Bio] Plugin Update Coming Anytime Soon?Hard to say when I’ll have time for an update. Real life has become pretty demanding.
Forum: Plugins
In reply to: [Social Author Bio] Disable on Product PagesIf you go into the general settings for Social Author Bio then you can disable all but the shortcode… then you can add <?php echo do_shortcode(‘[social-bio]’); ?> into your theme template, everywhere that gets called it will display the Social Author Bio.
Forum: Plugins
In reply to: [Social Author Bio] Fatal Error When loging in in adminIt looks like another plugin is using one of the same classes that I use for Social Author Bio…. in this case the theme.
In Social Author Bio I check to see if it already installed, it looks like they theme author did not do the same.
You will have to contact the theme author to resolve this.
I hope this helps,
Nick
Forum: Plugins
In reply to: [Social Author Bio] Disabling all default icons – PinterestIt bases the meta field name off of the name, so in effect they were both the same entry. I’m glad this worked for you.
Nick
Forum: Plugins
In reply to: [Social Author Bio] Disabling all default icons – PinterestHmmm… could you try to change the name of the custom one, to make it not match the built in one?
Forum: Plugins
In reply to: [Social Author Bio] YouTube channel / userYou can disable the built in you tube icon and make a custom one that uses any url format you want. Hopefully I’ll find some time to update this plugin sometime soon.
Let me know if this works for you.
Nick
Forum: Plugins
In reply to: [Social Author Bio] Disable on Product PagesWoocommerce must be using post instead of a custom post type to display products.
One idea I can think of is to disable it for posts and enable it for shortcodes and then add this into your theme:
<?php echo do_shortcode('[social-bio]'); ?>Let me know if that works for you.
Forum: Plugins
In reply to: [Social Author Bio] Icon not workingThat is a link to the author’s author page. Does your theme support author pages? If not, then I’m not sure how Google authorship would work, as it relies on that.
Forum: Plugins
In reply to: [Social Author Bio] how to move the author bio box below the post meta?Disable Social Author Bio on post and pages, then enable shortcodes, and then you can add this to your theme files exactly where you want it:
<?php echo do_shortcode('[social-bio]'); ?>Forum: Plugins
In reply to: [Social Author Bio] Disabling all default icons – PinterestWhat are you using for a meta field name in your custom icon, if it is the same that I use for the built in one it could cause a problem. If that is not it please send me a link to what you are seeing.
Thanks,
Nick
Forum: Plugins
In reply to: [Social Author Bio] Disable Social Author Bio in all ForumsIs the forum page a page or a post? Can you send me a link to an example forum page?
Thanks,
Nick
Forum: Plugins
In reply to: [Social Author Bio] Break textWordPress base doesn’t allow HTML in author Bio info. There are plugins that allow that though. Here is one (please note I have not tried this one nor do I endorse it, use your own judgement).
http://ww.wp.xz.cn/plugins/biographical-info-paragraphed/
Thanks,
Nick
Forum: Plugins
In reply to: [Social Author Bio] default role to access author bio settingsI’ll look into that, should work.
Forum: Plugins
In reply to: [Social Author Bio] short-cod in phpYou can call it like this:
$icons = apply_filters(‘social_author_icons’, $ID); echo $icons;
Forum: Plugins
In reply to: [Social Author Bio] Disable Social author bio on custom pageI’m aware of this issue and continue to work to resolve it.