SEO Squirrly
Forum Replies Created
-
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Display Job titleHey,
Check this thread
http://wordpress.org/support/topic/multiplie-starboxes-on-one-pageKind regards,
Calinhehe … thanks for the tip .. I will fix the not show in shortcode part right away
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Starbox on Global Feed is not workingHey,
Have you switch on the Starbox for all posts in Settings>Starbox?
Calin
Hey,
Sorry but this is not implemented. Only one theme is working so you have to decide which one ๐
Kind regards,
CalinForum: Reviews
In reply to: [Starbox - the Author Box for Humans] Peace of artYeee, works ๐
Yes, You forgot
echo starBoxShow();after the function ๐
Calin
Hey,
Please send me your url and the plugin you are using to minify you blog and I will try to find the issue.
Thanks for your feedback
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] Starbox on Global Feed is not workingTry to reinstall it .. I think I got the issue ๐
Calin
Hey,
Glad that is solved and thanks for the feedback
Calin
Try to replace
if (class_exists('ABH_Classes_ObjController')) { echo ABH_Classes_ObjController::getController('ABH_Controllers_Frontend')->showBox(); }with
function starBoxShow() { if (!class_exists('ABH_Controllers_Frontend')) return; ABH_Classes_ObjController::getController('ABH_Classes_Tools'); $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; } echo starBoxShow();Calin
Hey,
You can use just the shortcode [starbox] in posts, pages, widgets
or add the code in the theme
<?php if (class_exists('ABH_Classes_ObjController')) { echo ABH_Classes_ObjController::getController('ABH_Controllers_Frontend')->showBox(); } ?>Kind regards,
CalinForum: Plugins
In reply to: [Starbox - the Author Box for Humans] Starbox working on posts, but not pagesHey,
Found the issue … was a modification in wp3.8 that caused that.
Fixed, please reinstall the plugin and it will work
Calin
Hey,
Please remove:
<?php if (is_author()) { ?> <?php $posts = query_posts($query_string . $order); ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <div class="postmetadata"><?php the_time('m.d.y') ?> | <?php comments_popup_link('Geen reacties ยป', '1 Reactie ยป', '% Reacties ยป'); ?></div> <div class="entry"> <?php the_excerpt(); ?> </div> </div> <?php endwhile; ?> <?php } ?>Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Starbox on Global Feed is not workingHey,
I don’t see the issue … so sorry … please send me a screenshot before and after.
It seems to me that works just fine.
Calin
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] No spaces after sentence?Hey,
I copy paste your bio in starbox and added a space after exclamation point and after I saved it worked well without cutting the space.
There is another plugin that does that with you BIO. Please use the custom bio in your profile page and see if you get the same results.
Kind regards
Calin