It would be very nice if the module enabled a block for the current month on each availability calendar. That way we could place the most recent month into the sidebar or other places.
Alternatively, open up each month to views so that we can grab any month and place them in a view with a "block display".
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Picture 1.png | 34.31 KB | markconroy |
Comments
Comment #1
nicholas.alipaz commentedComment #2
dvasquez commentedTry creating your self block, may be this way:
Comment #3
dvasquez commentedThis is the code for you?
Comment #4
dvasquez commentedComment #6
markconroy commentedI have used this code, but the content of the block is not showing inside the block. By this I mean, the block title shows properly, but the block background is showing just below the title and then the calendar is showing below that.
What do I need to do to get the calendar to show inside the block?
Thanks in advance.
Comment #7
nicholas.alipaz commentedit sounds to me like a css issue between your theme and the block's styling. This won't get "fixed" in this module but it looks as though you will need to add some css to your theme to fix it. It is probably related to a float left that you don't need in your block.
The solution would likely look something like:
#BLOCK-ID .my-calendar{float:none;}Without seeing your site there is not really much we can do to help, other than guess.
--
Los Angeles Web Design and development for Drupal.
Comment #8
markconroy commentedThanks for the reply. The site is presently at:
grennan.adesignforlife.net
Thanks again in advance.
Comment #9
nicholas.alipaz commentedYou will need this in your theme's stylesheet or another stylesheet somewhere:
Good luck.
--
Los Angeles Web Design and development for Drupal.
Comment #10
markconroy commentedThanks for that; you've been most helpful. Thanks.