Indexpand Index movement

JacobMailman / 2013-01-12 14:36:38   

Hi All,

Trying to embrace the new version but seem to be having issues with how some things are controlled. There seems to be a movement that happens to the Section name when clicking to expand a menu. Seems to shift quickly to the right then return.

"ppitussi.ca/index.php/"

If anyone has a direction for me to look that would be wonderful!

Sincerely,
Jacob Mailman

arsondpi / 2013-01-12 14:48:40   

Simply exclude these section from expanding - go to Admin/Plugins/Indexpand, options and check the appropriate check boxes under "Exclude from expanding"

JacobMailman / 2013-01-12 14:56:44   

Thank you for the quick reply! I've tried this but it eliminates the expanding from where it's needed. So it fixes the movement with the Sections that currently have no Exhibits, but the section "Sculpture" still shocks to the right when first clicked. (you can tell when you click off to another Section then back to Sculpture)

JacobMailman / 2013-01-12 16:29:30   

Never mind!

peu53 / 2013-05-17 10:26:57   

Hi all, we have the same problem with the movement in the menue.
We have also columner theme. Is there any idea?

u-53.de/

Thanks for help!

arsondpi / 2013-05-17 11:20:43   

There's a couple of things you can do: either make the movement menu fast or add to the theme's style.css a display: block; attribute:

  1. #index ul.section span.section_title, #index ul.section span.section_title a {
  2.     cursor: pointer;
  3.     display: block;
  4.     font-weight: bold;
  5.     text-align: left;
  6.     text-decoration: none;
  7.     width: auto;
  8. }
peu53 / 2013-05-17 12:41:11   

hi arsondpi, thanks for the quick response - it works- great!

This thread has been closed, thank you.