majorrobot
Forum Replies Created
-
You can also check for the correct sidebars on the page:
// Get only this page's sidebars. global $post; $meta = get_post_meta($post->ID, '_cs_replacements', true ); $active_sidebars = array_keys($meta); // Only show correct sidebars. if (is_active_sidebar( 'my-sidebar' ) && in_array('my-sidebar', $active_sidebars) ) { dynamic_sidebar( 'my-sidebar' ); }
Hi Nastia,
Thanks for getting back to me! Could I share the link over a pm or an email for privacy reasons?
Thanks!
I should mention I have enabled logging in wp-config.php. No errors have shown up.
Sorry for the delay! It took a little while to work things out. The issue I was seeing had to do with the widgets themselves and not Custom Sidebars. (It was very confusing because the shortcodes appeared to work / not work inconsistently.)
Thank you —?this should be resolved!
Got it. I guess you could consider that a “feature request:” showing captions in the main feed. But I understand why you would want to keep that under the paid option umbrella.
Thanks for such a helpful plug-in, btw. And thank you so much for your help!
JonathanHI @slickremix,
Thanks for the quick reply! I think you may have answered my question. It sounds like the captions are only visible in the popups (which are a paid option). Is that correct?