Title: tanmccuin's Replies | WordPress.org

---

# tanmccuin

  [  ](https://wordpress.org/support/users/tanmccuin/)

 *   [Profile](https://wordpress.org/support/users/tanmccuin/)
 *   [Topics Started](https://wordpress.org/support/users/tanmccuin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tanmccuin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tanmccuin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tanmccuin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tanmccuin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tanmccuin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/tanmccuin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tanmccuin/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Latest version(s) cause blocks with onload animations to be hidden in editor](https://wordpress.org/support/topic/latest-versions-cause-blocks-with-onload-animations-to-be-hidden-in-editor/)
 *  Thread Starter [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [1 year ago](https://wordpress.org/support/topic/latest-versions-cause-blocks-with-onload-animations-to-be-hidden-in-editor/#post-18551424)
 * Specifically in the editor – the block element inner has
 * .getwid-anim {
    1. visibility: hidden;
 * }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Query Loop] meta_key, meta_value of an ACF checkbox field](https://wordpress.org/support/topic/meta_key-meta_value-of-an-acf-checkbox-field/)
 *  Thread Starter [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/meta_key-meta_value-of-an-acf-checkbox-field/#post-18353645)
 * for anyone looking for this in the future the solution is the meta name (ie, 
   meta_name) and the conditional is “Like” and the meta value is the label (ie “
   Nice Name”)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stackable - Page Builder Gutenberg Blocks] Plans for creating a default style feature?](https://wordpress.org/support/topic/plans-for-creating-a-default-style-feature/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/plans-for-creating-a-default-style-feature/#post-14978801)
 * Bumping this one and agreeing – i’m pretty much all in with Stackable but the
   lack of editable defaults is a glaring omission from an otherwise great tool.
   There so much free real-estate just waiting in the Stackable Global Settings 
   tab 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Panoramic] Error Panoramic theme](https://wordpress.org/support/topic/error-panoramic-theme/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/error-panoramic-theme/#post-14389630)
 * note for anyone looking for a fix in the meantime – you can comment out everything
   in the panoramic theme’s functions.php file from line 181 through 238 (essentially
   all the functions related to the theme registration notification message, which
   appears to be whats causing the critical error)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Panoramic] Error Panoramic theme](https://wordpress.org/support/topic/error-panoramic-theme/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/error-panoramic-theme/#post-14389608)
 * More details for theme devs
 * `Fatal error: Uncaught Error: Cannot use object of type stdClass as array in .../
   wp-content/themes/panoramic/functions.php:204 Stack trace: #0 .../wp-includes/
   class-wp-hook.php(292): panoramic_admin_notice('') #1 .../wp-includes/class-wp-
   hook.php(316): WP_Hook->apply_filters(NULL, Array) #2 .../wp-includes/plugin.
   php(484): WP_Hook->do_action(Array) #3 .../wp-admin/admin-header.php(288): do_action('
   admin_notices') #4 .../wp-admin/index.php(115): require_once('/home/tmdsites/...')#
   5 {main} thrown in .../wp-content/themes/panoramic/functions.php on line 204`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Panoramic] Error Panoramic theme](https://wordpress.org/support/topic/error-panoramic-theme/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/error-panoramic-theme/#post-14389603)
 * This issue just cropped up for a client using this theme as well. Looking for
   a fix asap.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weblizar Pin It Button On Image Hover And Post] button appears on all images](https://wordpress.org/support/topic/button-appears-on-all-images/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/button-appears-on-all-images/#post-9973319)
 * There are often photos on posts and pages that users would want to be able to
   exclude from having the pinterest icon show up.
 * A few useful options this otherwise excellent plugin could desperately use would
   be a way to exclude the feature at a per-image level, as well as be able to enable/
   disable at a per page/post/category/taxonomy/conditional level. Also useful would
   be able to use this function on Custom Post Types.
 * OP. You can hide the PIN yourself with CSS albeit, it’s a bit obnoxious.
 * Just need to target the page or HTML element you want to remove the pin icon 
   from and use a fuzzy CSS Selector like so:
 *     ```
       .home span[class^="PIN_"] {
       	display: none !important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minimal Coming Soon – Coming Soon Page] HTTPS mixed content](https://wordpress.org/support/topic/https-mixed-content-5/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/https-mixed-content-5/#post-9782785)
 * Still waiting on this – is it out yet?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF Enhanced Message Field] Displaying select (dropdown) sub field of a repeater](https://wordpress.org/support/topic/displaying-select-dropdown-sub-field-of-a-repeater/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [9 years ago](https://wordpress.org/support/topic/displaying-select-dropdown-sub-field-of-a-repeater/#post-9284467)
 * I’m also looking for a similar answer – essentially a “get value from previous
   field / same row” call. Any luck?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Taxonomy Order] explode() PHP error](https://wordpress.org/support/topic/explode-php-error/)
 *  Thread Starter [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/explode-php-error/#post-6726484)
 * likewise on the fontside in the woocommerce store pages i’m seeing:
    `Warning:
   explode() expects parameter 2 to be string, array given in wp-content/plugins/
   custom-taxonomy-order-ne/taxonomies.php on line 167`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LoginWP (Formerly Peter's Login Redirect)] use variables in php redirect?](https://wordpress.org/support/topic/use-variables-in-php-redirect/)
 *  Thread Starter [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/use-variables-in-php-redirect/#post-5169628)
 * So i’ve managed to answer my own question – and the answer is outside of the 
   plugin, and just uses WP calls. But for anyone looking to accomplish a similar
   redirect here’s what i’ve got.
 *     ```
       <!-- Already logged in redirect -->
       <?php
       $current_user = get_currentuserinfo();
       if ( is_user_logged_in() ) {
       	wp_redirect( home_url('/client/'. $current_user->user_login .'') ); exit;
       	} else { ?>
       <!-- end Redirect-->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BotBlocker] [Plugin: BotBlocker] flagging *all* comments as spam](https://wordpress.org/support/topic/plugin-botblocker-flagging-all-comments-as-spam/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-botblocker-flagging-all-comments-as-spam/#post-2761690)
 * Also experiencing this on Client site – all comments being blocked with the following
   response: ERROR: Spam bot detected. Your comment was blocked from being posted.
 * Anyone find a fix for this yet? Currently plugin is unuseable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Urgent: New version is not compatible with theme](https://wordpress.org/support/topic/urgent-new-version-is-not-compatible-with-theme/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/urgent-new-version-is-not-compatible-with-theme/#post-3525992)
 * Thanks Jonah – interesting issue here though:
 * I removed the old events/ folder from my template – and created a new one with
   the single.php template from views/ – and i’m experiencing the same issue…. template
   stalls from loading after the event title.
 * If i leave the templates in views/ they work fine.
 * Any suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Urgent: New version is not compatible with theme](https://wordpress.org/support/topic/urgent-new-version-is-not-compatible-with-theme/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/urgent-new-version-is-not-compatible-with-theme/#post-3525988)
 * update on my Theme issue – i deleted out the old /events/ custom styles folder
   in my theme and that cleared up most of the issues. Might be a good note to add
   in your install process, if you’re upgrading from 1.6x to 2.x – make sure to 
   remove your old custom /events/ folder from your theme template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Urgent: New version is not compatible with theme](https://wordpress.org/support/topic/urgent-new-version-is-not-compatible-with-theme/)
 *  [tanmccuin](https://wordpress.org/support/users/tanmccuin/)
 * (@tanmccuin)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/urgent-new-version-is-not-compatible-with-theme/#post-3525987)
 * I’m also experiencing a similar theme compatibility issue – the pre-20 version
   integrated fine, but my recent upgrade seems to cause the loading the page to
   fail after the title is displayed to any event, or event calendar related page.
 * If i load it inside another template the pages load fine so i know it’s not a
   plugin issue issue persay, but i’m curious what might be required of templates
   in 2.0+ version that wasn’t in the 1.6x version?

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/tanmccuin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tanmccuin/replies/page/2/?output_format=md)