• Is there any way to eliminate the expand function for categories with hierarchy? I’d like them all to stay expanded at all times as I have the shortcode in a page.

    I’m also missing the category totals next to each. According to the posts I’m reading here, there should be a total posts number next to each category.

    Thank you, I’m happy to have found this mod for my site. Here’s the page to see for yourself.

    http://minorleaguelegends.com/players/

    Thank you for any help in advance.

    https://wordpress.org/plugins/jquery-categories-list/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Miguel Useche

    (@skatox)

    Hi, thanks for using my plugin, you can deactivate the collapse or expand by removing the JS event, I didn’t tested but you can add this JS after plugin is loaded or in the Jquery ready:

    jQuery('.jcl_widget').each(function(index){
           jQuery(this).off('click');
    });

    The shortcode for totals is showcount=1

    Thread Starter jernatety1

    (@jernatety1)

    Hi Miguel, it’s an awesome plugin, solves having to code a page manually to do this.

    So….everything works the way I need it to except the count shortcode.

    When I add this, everything works
    [jQueryCategoriesList expand=ALL orderdir=ASC]

    When I add this my page crashes and turns to a blank white page
    [jQueryCategoriesList expand=ALL orderdir=ASC showcount=1]

    Plugin Author Miguel Useche

    (@skatox)

    Weird, Can you see php logs? or showcount=”1″ (with “”)

    Thread Starter jernatety1

    (@jernatety1)

    I tried with the quotes too and get the same outcome, blank white page. Then I remove the showcount shortcode and put it back to [jQueryCategoriesList expand=ALL orderdir=ASC] and the page resolves without a problem.

    Plugin Author Miguel Useche

    (@skatox)

    can you add a temporary widget somewhere with the count option activated? if fails there’s must be some bug with the database.

    Thread Starter jernatety1

    (@jernatety1)

    When I use the widget and check off “show number of posts” I get the same problem, blank white page.

    Plugin Author Miguel Useche

    (@skatox)

    Mmm, then I would need you to search for logs or PHP errors so I can help, I don’t know what could happen.

    Thread Starter jernatety1

    (@jernatety1)

    Ok, where would I search for them?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Category display question’ is closed to new replies.