Plugin Author
vicchi
(@vicchi)
Hi … this is probably a stupid question, but I have to ask. If you’re manually positioning the Biography Box via the [wp_biographia] shortcode, have you turned off the display of the Biography Box in the plugin’s settings and options?
If this isn’t the case, then I’m scratching my head here. Looking at the page source which is exhibiting this problem would help, plus a copy of the plugin’s settings and options, which are displayed in the Colophon tab in the latest version of the plugin.
-Gary
Thank you for such a quick response! And no such thing as a stupid question; in fact, I feel like it’s got to be something small I am overlooking, given how well thought out this plug-in is.
On the Display for the plug-in’s settings, I have unchecked all of the boxes. The only thing I cannot control is the final setting, Display Location, where it places the box above or below the original post. Am I missing another option where I can disable the display altogether?
As info, here are the settings from the colophon:
Configuration Settings:
Array
(
[wp_biographia_installed] => on
[wp_biographia_version] => 310
[wp_biographia_style_bg] => #FFEAA8
[wp_biographia_style_border] => none
[wp_biographia_display_front] =>
[wp_biographia_display_archives] =>
[wp_biographia_display_posts] =>
[wp_biographia_display_pages] =>
[wp_biographia_display_feed] =>
[wp_biographia_display_location] => top
[wp_biographia_content_prefix] =>
[wp_biographia_content_name] => first-last-name
[wp_biographia_content_authorpage] => on
[wp_biographia_content_image] => on
[wp_biographia_content_image_size] => 53
[wp_biographia_content_bio] =>
[wp_biographia_content_icons] =>
[wp_biographia_content_alt_icons] =>
[wp_biographia_content_icon_url] =>
[wp_biographia_content_email] => on
[wp_biographia_content_web] =>
[wp_biographia_content_twitter] => on
[wp_biographia_content_facebook] =>
[wp_biographia_content_linkedin] =>
[wp_biographia_content_googleplus] =>
[wp_biographia_content_delicious] =>
[wp_biographia_content_flickr] =>
[wp_biographia_content_picasa] =>
[wp_biographia_content_vimeo] =>
[wp_biographia_content_youtube] =>
[wp_biographia_content_reddit] =>
[wp_biographia_content_posts] => none
[wp_biographia_content_link_target] => _blank
[wp_biographia_content_link_nofollow] =>
[wp_biographia_admin_new_users] =>
[wp_biographia_admin_hide_profiles] =>
[wp_biographia_category_exclusions] =>
[wp_biographia_post_exclusions] =>
[wp_biographia_global_post_exclusions] =>
[wp_biographia_page_exclusions] =>
[wp_biographia_admin_content_priority] => 10
[wp_biographia_admin_excerpt_priority] => 10
[wp_biographia_display_archives_location] =>
[wp_biographia_display_archives_event] =>
[wp_biographia_display_event] =>
)
User Configuration Settings:
Array
(
[1] => Array
(
[ID] => 1
[user_login] => admin
[wp_biographia_suppress_posts] =>
[wp_biographia_suppress_pages] =>
)
[2] => Array
(
[ID] => 2
[user_login] => Shannon Gray
[wp_biographia_suppress_posts] =>
[wp_biographia_suppress_pages] =>
)
)
I will work on getting the site up on a server so I can share a link, in case it doesn’t turn out that I have just simply overlooked a setting.
Ok, got it up on a server: http://wp.shannongray.com/
And just to be sure, here are the settings from the new set-up (just in case):
Plugin Configuration Settings:
Array
(
[wp_biographia_installed] => on
[wp_biographia_version] => 310
[wp_biographia_style_bg] => #31668e
[wp_biographia_style_border] => none
[wp_biographia_display_front] =>
[wp_biographia_display_archives] =>
[wp_biographia_display_posts] =>
[wp_biographia_display_pages] =>
[wp_biographia_display_feed] =>
[wp_biographia_display_location] => top
[wp_biographia_content_prefix] =>
[wp_biographia_content_name] => first-last-name
[wp_biographia_content_authorpage] => on
[wp_biographia_content_image] => on
[wp_biographia_content_image_size] => 53
[wp_biographia_content_bio] =>
[wp_biographia_content_icons] =>
[wp_biographia_content_alt_icons] =>
[wp_biographia_content_icon_url] =>
[wp_biographia_content_email] => on
[wp_biographia_content_web] =>
[wp_biographia_content_twitter] => on
[wp_biographia_content_facebook] =>
[wp_biographia_content_linkedin] =>
[wp_biographia_content_googleplus] =>
[wp_biographia_content_delicious] =>
[wp_biographia_content_flickr] =>
[wp_biographia_content_picasa] =>
[wp_biographia_content_vimeo] =>
[wp_biographia_content_youtube] =>
[wp_biographia_content_reddit] =>
[wp_biographia_content_posts] => none
[wp_biographia_content_link_target] => _blank
[wp_biographia_content_link_nofollow] =>
[wp_biographia_admin_new_users] =>
[wp_biographia_admin_hide_profiles] =>
[wp_biographia_category_exclusions] =>
[wp_biographia_post_exclusions] =>
[wp_biographia_global_post_exclusions] =>
[wp_biographia_page_exclusions] =>
[wp_biographia_admin_content_priority] => 10
[wp_biographia_admin_excerpt_priority] => 10
)
User Configuration Settings:
Array
(
[1] => Array
(
[ID] => 1
[user_login] => admin
[wp_biographia_suppress_posts] =>
[wp_biographia_suppress_pages] =>
)
[2] => Array
(
[ID] => 2
[user_login] => sgray
[wp_biographia_suppress_posts] => on
[wp_biographia_suppress_pages] => on
)
)
Any help/insight is appreciated!
Probably should have clarified that the first time the box appears (aligned w/the box surrounding the post content) is where I want it & placed the shortcode.
The second appearance is what I am trying to remove.
yup, this my error! i placed the shortcode on both content.php and content-single.php b/c i needed them to both have the same display. but, on content.php, i placed the shortcode outside the if statement for the post, causing it to be static instead of dynamic.
sorry about that! hopefully you didn’t spend too much time trying to help me solve that silly mistake.