If pager activates, taxonomy filter block disappears

Comments

styro’s picture

Pager? What's that? And what does it do to your listing URLs?

I'm assuming you don't mean the standard pager at the bottom of taxonomy listings (it works fine for me). If so, you'll need to provide more information to reproduce the problem.

sza’s picture

"I'm assuming you don't mean the standard pager at the bottom of taxonomy listings" - exactly what I mean.

When quantity of posts is reached maximum on one page, taxonomy filter block on content top / bottom is disappearing.

styro’s picture

Status: Active » Postponed (maintainer needs more info)

I can't reproduce this on any of my production sites, or on the fresh install I set up to test this. I used garland & bluemarine & pushbutton & marvin, as well as clean urls vs unclean, and various regions in each theme. The pager always behaves properly for me, and I can't think of any way the pager would affect anything.

You're going to have to provide more information to help replicate this problem:

What theme are you using? What regions does it use?

Is your CSS obscuring it? Have you looked for the menu in your HTML source?

What other modules are you using?

What do your working (ie no pager) taxonomy urls look like? What do your broken (ie with pager) taxonomy urls look like?

Are you using clean urls?

etc

sza’s picture

"What theme are you using? What regions does it use?"
bluebreeze

"What regions does it use?"

function bluebreeze_regions() {
  return array(
       'left' => t('left sidebar'),
       'right' => t('right sidebar'),
       'content_top' => t('content top'),
       'content_bottom' => t('content bottom'),
       'header' => t('header'),
       'footer' => t('footer')
  );
}

"Is your CSS obscuring it?"
I made minor changes in original css, so nothing is obscure.

"Have you looked for the menu in your HTML source?"
What menu? Sorry I don't understand what you mean.

"What other modules are you using?"
accounttypes advanced_forum advpoll aggregator bbcode block blog blogapi book captcha color comment comment_mover comment_subject commentrss contact copyright drupal filter form_store forum google_analytics help jquery_interface jquery_update jstools legacy locale menu node nodetype path pathauto ping poll privatemsg profile quicktags recent_blocks restricted_text search site_map smileys statistics subscriptions system taxonomy taxonomy_access taxonomy_defaults taxonomy_filter taxonomy_manager taxonomy_multi_edit throttle tracker trip_search upload user user_register_notify views vocabperms votingapi watchdog

"What do your working (ie no pager) taxonomy urls look like? What do your broken (ie with pager) taxonomy urls look like?"
Url looks like as usual, nothing is extraordinary:
http://example.com/taxonomy/term/n
http://example.com/taxonomy/term/n?page=1

"Are you using clean urls?"
Yes.

solotandem’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing this issue as can not duplicate.