Author Topic: Sidebar Subscribe Widget not showing in category view in Wordpress  (Read 2362 times)

Matt Zadeh

  • Full Member
  • **
  • Posts: 6
Hi All,

I recently started using the sidebar "subscribe to podcast" widget, and am noticing that when I go to a category page in wordpress, the widget no longer diplays.  Any ideas?  Here's my site: http://www.loadheat.com  and if you check the Home or Videos page, you'll see it works fine.  However, if you go to Podcast or Blod (both category pages), it doesn't appear.

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #1 on: January 14, 2016, 12:43:40 am »
Looking at your site, it appears the Videos page may be a WordPress Page (in other words, a static page created with the WordPress Page function) whereas the Podcast and Blog sections are WordPress Category Archives. Your theme was probably set up in such a way that it's "blocking" the PowerPress widget from being displayed. Check and see if the theme has any specific display settings for category archives or check the code in the individual theme files.

Matt Zadeh

  • Full Member
  • **
  • Posts: 6
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #2 on: January 15, 2016, 03:51:37 pm »
I see no theme options that affect category or archive posts in my theme, and here's all there is to my archive.php:

?php get_header(); ?>

<?php // Get Theme Options from Database
   $theme_options = dynamicnews_theme_options();
?>

   <div id="wrap" class="container clearfix">
      
      <section id="content" class="primary" role="main">
      
         <?php if ( function_exists( 'themezee_breadcrumbs' ) ) themezee_breadcrumbs(); ?>
         
         <header class="page-header">
            <?php
               the_archive_title( '<h2 class="archive-title">', '</h2>' );
               the_archive_description( '<div class="archive-description">', '</div>' );
            ?>
         </header>
         
         <?php if (have_posts()) : while (have_posts()) : the_post();
         
            get_template_part( 'content', $theme_options['posts_length'] );
         
            endwhile;
            
         dynamicnews_display_pagination();

         endif; ?>
         
      </section>
      
      <?php get_sidebar(); ?>
   </div>
   
<?php get_footer(); ?>


Matt Zadeh

  • Full Member
  • **
  • Posts: 6
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #3 on: January 15, 2016, 05:09:22 pm »
Also note all other sidebar widgets work as intended

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #4 on: January 16, 2016, 04:03:05 pm »
The lead developer for PowerPress is looking into this to see if it might e a beg with the plugin. We'll report back here when we know more. In the meantime, you might also want to have a look and see if your WordPress installation has a sidebar.php file and if there's anything there that specifically references category archives

Matt Zadeh

  • Full Member
  • **
  • Posts: 6
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #5 on: January 18, 2016, 03:13:48 pm »
Thank you for the reply!

I'm noticing the shortcode for the subscribe button is the culprit, and thought the theme might be causing the issue, but other shortcodes show up just fine in the sidebar.

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #6 on: January 18, 2016, 06:11:49 pm »
Please reply with an exact copy of the shortcode you're having trouble with in the sidebar.

Matt Zadeh

  • Full Member
  • **
  • Posts: 6
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #7 on: January 19, 2016, 08:54:49 am »
[powerpress_subscribe]

mgdell

  • Blubrry Customer Support Coordinator
  • Administrator
  • Hero Member
  • *****
  • Posts: 3318
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #8 on: January 19, 2016, 04:02:50 pm »
I believe that shortcode only works in pages or posts.  Not the sidebar widgets.

-Mike

Matt Zadeh

  • Full Member
  • **
  • Posts: 6
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #9 on: January 19, 2016, 04:44:18 pm »
I believe that shortcode only works in pages or posts.  Not the sidebar widgets.

-Mike

However it is in the sidebar on all my other pages, just the 2 category pages aren't registering it

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Sidebar Subscribe Widget not showing in category view in Wordpress
« Reply #10 on: March 15, 2016, 06:10:27 pm »
Hello Matt,

I have been testing this extensively the past few weeks and cannot duplicate. Can you email me some additional details of your configuration so I can try to duplicate. cio [at] rawvoice dot com.

Thanks!