SEO Squirrly
Forum Replies Created
-
Forum: Reviews
In reply to: [Starbox - the Author Box for Humans] Bait and SwitchHey,
Starbox will only ask you once for the email. If you enter the email to subscribe will not ask you again.
Good luck with other plugins!
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Gravatar shiftingHey,
I don’t see the starbox in the post. Go to Settings > StarBox and switch on to appear in post.
If it’s not working then the theme is blocking it.
You can use shortcode
[starbox]in the port content at the bottom.Kind regards,
CalinI will add an option for the next version of Starbox. Thanks for the advice.
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Problems with avatarHey,
Yo have to upload the custom images in StarBox in the Users > Profile page and see if it works.
Calin
Forum: Plugins
In reply to: [SEO Plugin by Squirrly SEO] plugin issueHey,
Seems that you have some restrictions to connect to remote URL.
In Google Chrome, please Right-Click and Click “Inspect Element”. Go to Network Tab and click “Login” in Squirrly form.If the next line in Network is red then click on it and check the Preview Tab.
Send me the screenshot so I can check it out.
Thank you
CalinHey Mandy,
You can use startbox shortcode at the bottom of the content like this:
[starbox id=”john,david”] where john and david are the username of the authors
or
[starbox id=”1,2..n”] where 1,2, .. n are the ID of the authors
Please rate our plugin and help us make it better
http://wordpress.org/support/view/plugin-reviews/starboxKind regards,
CalinHey Tigr,
The links to the author are dofollow. Just the social links are nofollow.
Mabe there is a script that adds nofollow to external links but Startbox doesn’t.
Please send me your url so I can verify too.
Kind regards,
CalinI made some small updates for css with different themes. I will release soon the new version.
If there are issues with 1.0.7 please tell me.
Thanks
CalinPlease reinstall Starbox from Plugins. It should work.
Thanks
CalinHey,
Please tell me what cache plugin are you using …
Starbox is using the WordPress Header Hook to display google meta so is nothing wrong with it.
Please go to Settings > Starbox and switch off the Open Graph.
Cheers
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] Starbox breaks W3 CacheHey,
I fixed it … please reinstall Starbox and check again.
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Author box only showing linksHey,
Seems that you have a Cache Issue.
Check this thread:
http://wordpress.org/support/topic/latest-posts-tab-not-workingCalin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] StarBox Template Tag?Hey Erica,
Just add this code in the file wp-includes/functions.php (at the bottom)
function starBoxShow() { global $post; if (!class_exists('ABH_Controllers_Frontend')) return; ABH_Classes_ObjController::getController('ABH_Classes_Tools'); if (isset($post)) ABH_Classes_ObjController::getController('ABH_Controllers_Frontend')->custom[$post->ID] = true; $theme = ABH_Classes_Tools::getOption('abh_theme'); $str = ''; $str .= '<script type="text/javascript" src="' . _ABH_ALL_THEMES_URL_ . $theme . '/js/frontend.js?ver=' . ABH_VERSION . '"></script>'; $str .= '<link rel="stylesheet" href="' . _ABH_ALL_THEMES_URL_ . $theme . '/css/frontend.css?ver=' . ABH_VERSION . '" type="text/css" media="all" />'; $str .= ABH_Classes_ObjController::getController('ABH_Controllers_Frontend')->showBox(); return $str; }and call
echo starBoxShow();from your theme.Please rate the plugin to support us:
http://wordpress.org/support/view/plugin-reviews/starboxKind regards,
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] cannot view About/Personal infoHey,
Seems that there are some theme settings that affects Starbox.
I fix that, just reinstall the plugin and it will work. (you will not lose you Starbox settings)
Don’t forget to rate us at: http://wordpress.org/support/view/plugin-reviews/starbox
Blessings
Calin