I just downloaded and installed the Floating Block module. But I see no configuration for it and no documentation on how to use it. Can someone point me in a good direction? Thanks.

Comments

stan turyn’s picture

Go to admin/config/floating_block and put in your CSS classes/selectors there

mapruter’s picture

I don't see floating block in the admin > configuration page. I'm using the repro theme. I'm not sure what I'm doing wrong.

Anonymous’s picture

If you don't see this module on the config page, double check that you are the root/admin user on the site and/or give yourself sufficient permissions to make changes to this page. It is because there is a bug in the URL.

I recommend changing admin/config/floating_block to admin/config/media/floating_block in floating_block_menu().

Anonymous’s picture

Component: Documentation » Code
Category: support » bug
Priority: Normal » Major
alexpott’s picture

The current URL in 7.x-1.x is admin/config/user-interface/floating-block. I think putting it in the user-interface section is more appropriate than media.

alexpott’s picture

Status: Active » Fixed

The url has been fixed in the latest 7.x dev version - commit: http://drupalcode.org/project/floating_block.git/commit/c817344

Once I've confirmed everything is still working in a few IE versions I'll make a new 7.x release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dqd’s picture

Priority: Major » Normal
Issue summary: View changes

Descriptions of the Priority and Status values can be found in the Drupal project issues documentation.