SEO Squirrly
Forum Replies Created
-
Hey,
I think I got the issue. Please reinstall the plugin now and see if you still get the same error.
Thank you so much for your feedback.
Calin
Forum: Reviews
In reply to: [Starbox - the Author Box for Humans] Good plugin but lacks featuresHey,
Thanks for the feedback.
The features are listed in description. Is there something listed that doesn’t do?
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Multiple Starboxes on one page?It will choose the default theme. Check the default theme to be Business or Fansy. The minimal theme will not show Latest Posts
Please rate our plugin to support us
http://wordpress.org/support/view/plugin-reviews/starboxCalin
Forum: Reviews
In reply to: [Starbox - the Author Box for Humans] Very niceThank you,
Your feedback was awesome too.
Your the best
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] Multiplie Starboxes on one page?Hey,
Am made a simpler option for you.
Reinstall Starbox (you will not lose you current starbox settings)
Just add the shortcode[starbox id=all]
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Multiple Starboxes on one page?Hi,
Am made it simple for you.
Reinstall Starbox (you will not lose you current starbox settings)
Just add the shortcode[starbox id=all]in your page content or in widget and see what happens.
Blessings
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] How to call the authorbox in PHPHey,
the_author_ID is a display function not a return one and is also a deprecate one so don’t use it.
Please use it like:
<?php global $post; $author = get_userdata($post->post_author); echo starBoxShow( $author->ID ); ?>Calin
Hey,
I’ve tested and works okay for me.
Mabe another plugin forces the new tabs on links but on chrome and mozilla works withour new tabs.I tried to stop that and hope it will work for you.
Please try to reinstall starbox and see if I prevent the bug.Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Set default tabHey,
Just delete the custom description and save your profile.
Starbox will show the default description by default.Thanks for the feedback
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] Calling authorbox with PHPHey,
The shortcode is ready for starbox in version 1.0.5.
Just add [starbox] or [starbox id=USER_ID]
Please rate our plugin
http://wordpress.org/support/view/plugin-reviews/starboxKind regards
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] How to call the authorbox in PHPHey,
A shortcode is ready.
Reinstall the plugin and it should work. You will not lose your current settings.
Just add [starbox] or [starbox id=USER_ID]
Please rate our plugin
http://wordpress.org/support/view/plugin-reviews/starboxKind regards
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] Short CodeHey,
The shortcode is ready.
Reinstall the plugin and it should work. You will not lose your current settings.
Just add [starbox] or [starbox id=USER_ID]
Please rate our plugin
http://wordpress.org/support/view/plugin-reviews/starboxKind regards
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] Short CodeHey,
Thanks for the tip. I will add one.
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Custom TabsHey,
Thank you for the feedback
We want to keep it simple as it is … less custom things much easy to use.
There are other plugins for author box with many custom fields if you want.
Kind regards
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] How to call the authorbox in PHPHey,
If your talking about te function.php in theme directory then yes, you can add the code in the function.php
Don’t forget to call
echo starBoxShow(<<USER ID>>);where you want to show the box.Please rate our plugin to support us.
Calin