I wanted to know if it was possible to do the following; I am using the word possible very loosely, I suspect I mean "possible within a reasonable amount of effort."
Limiting Number of Rows
First up, I would like to limit the number of rows that are displayed. I am using the following settings:
Layout: 1 Effects: 1 (Carousel)
At the moment, each Month is in its own column with all the posts for that month one on top of the other. The problem with this is if I decide to post fifty times in a month, my page quickly grows vertically to ridiculous stretches. Therefore, I would like to wrap columns. So say after 8 posts it would continue in the following column.
That is number one.
Header Behavior
The second part of my question has to do with the headers.
Currently at the top of every column there is a Month heading that when clicked expands or collapses all the posts for that month. What I would like is to be able to make that header a link to whatever page I would like it to redirect to (in my case, to the monthly archive as shown by WordPress). Obviously if the user had his months start out collapsed it would be impossible to expand them in this case but that does not concern me. Is this possible with just the CSS?
Your comments will be appreciated,
-Yarian
Edit: Now have access to the code and managed to fix half of my question through snazzy-archives.css.
So I figured out how to limit the height of the posts by changing snazzy-archives.css .sz_carousel { height: 1070px;}
It doesn't wrap, it just cuts it off but it seemed easy enough. What I would like to add to my question is how to make the carousel start all collapsed except for the first month on the left?
Vladimir’s WordPress Forum
Limiting Number of Rows and Changing Header Behavior
21:39
30 September, 2010
Yarian
Post edited 18:52 – 4 October, 2010 by Yarian
Greetings everyone,
I wanted to know if it was possible to do the following; I am using the word possible very loosely, I suspect I mean "possible within a reasonable amount of effort."
Limiting Number of Rows
First up, I would like to limit the number of rows that are displayed. I am using the following settings:
Layout: 1
Effects: 1 (Carousel)
At the moment, each Month is in its own column with all the posts for that month one on top of the other. The problem with this is if I decide to post fifty times in a month, my page quickly grows vertically to ridiculous stretches. Therefore, I would like to wrap columns. So say after 8 posts it would continue in the following column.
That is number one.
Header Behavior
The second part of my question has to do with the headers.
Currently at the top of every column there is a Month heading that when clicked expands or collapses all the posts for that month. What I would like is to be able to make that header a link to whatever page I would like it to redirect to (in my case, to the monthly archive as shown by WordPress). Obviously if the user had his months start out collapsed it would be impossible to expand them in this case but that does not concern me. Is this possible with just the CSS?
Your comments will be appreciated,
-Yarian
Edit: Now have access to the code and managed to fix half of my question through snazzy-archives.css.
18:50
4 October, 2010
Yarian
So I figured out how to limit the height of the posts by changing snazzy-archives.css .sz_carousel { height: 1070px;}
It doesn't wrap, it just cuts it off but it seemed easy enough. What I would like to add to my question is how to make the carousel start all collapsed except for the first month on the left?
Your feedback is appreciated,
-Yarian