• Hi everybody.
    I guess this is just the plugin I’m looking for to give one of the pages of my site the right look.
    Unfortunately I’m not able to set it up to get some columns insteads all in the same row.
    If I can configure it to modify as I like, this is a 5 stars plugin, no doubt.
    So I’m just asking for some help to make it work. Step by step as I’m null in code.
    Thanks all.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    Multiple columns is the default layout the plugin uses now, so you don’t need to do any file copying to activate it (I need to update the instructions to remove that direction). If the styling isn’t correct you can force it to be enabled by adding this line to your theme’s functions.php file:

    add_action( 'init', 'a_z_listing_force_enable_styles', 99 );
    

    One thing I would like to note is the plugin will only allow a second, third, etc column for a letter once it’s list has at least 11 items or 21 items for a third column. If your lists are small then you might not have enough items to force the list to break across multiple columns. You can adjust the minimum number of items by copying the file at wp-content/plugins/a-z-listing/templates/a-z-listing.php into your theme’s folder and edit it to change line 21. This line normally looks like below, and you need only change the number at the end of the line to set the minimum number of items before breaking to another column:

    $_a_z_listing_minpercol = 10;
    
Viewing 1 replies (of 1 total)

The topic ‘Please, someone to tell how…’ is closed to new replies.