• First of all – thanks for this terrific plugin…

    Just wondering if it’s possible to load all the months collapsed by default (instead of having most recent month expanded)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pjdoubleyou

    (@pjdoubleyou)

    Looks like I sorted it out… just need to change the line:

    jQuery(‘.car-collapse’).find(‘.car-monthlisting:first’).show();
    to
    jQuery(‘.car-collapse’).find(‘.car-monthlisting:first’).hide();

    Looking good…

    Plugin Contributor viper007bond

    (@viper007bond)

    Just comment out the line instead by putting // in front of it. It collapses all months by default and then that lines re-opens the first month. If you comment it out or remove it, then they’ll all stay collapsed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clean Archives Reloaded start with all months collapsed?’ is closed to new replies.