• Resolved slaguzik

    (@slaguzik)


    After update your plugin to v4 items display only in two columns.

    Could you investigate this issue, please?

    • This topic was modified 3 years, 3 months ago by slaguzik.

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

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

    (@diddledani)

    Hi, can you try updating to version 4.1.3 which I released a short time ago. I think this should fix the issue for you.

    Thread Starter slaguzik

    (@slaguzik)

    Now, after upgrade to 4.1.3 there are always not two but three columns. Problem with display still persist.

    Plugin Author Dani Llewellyn

    (@diddledani)

    Three columns is the configured default. There are two ways you may change this:

    1. If you are using the new WordPress Block Editor for your posts, you can edit the page with the shortcode on it and replace the shortcode with the A-Z Listing block. If the shortcode is currently inside a “Shortcode Block” in the block editor then it will be upgraded automatically. Once you have an A-Z Listing block on the page you should be able to adjust the column count in the editor’s sidebar.
    2. Alternatively, you may include the following CSS (with your preferred number of columns) into the Theme Customizer’s “Additional CSS” box (navigation route: wp-admin -> Themes -> Customize -> Additional CSS):
      :root {
          --a-z-listing-column-count: 4;
      }
    Thread Starter slaguzik

    (@slaguzik)

    Thank you, CSS code that you provided works perfectly for me.

    • This reply was modified 3 years, 3 months ago by slaguzik.

    I used your CSS snippet, but it still shows 1 column, and has a dot in front.
    :root {
    –a-z-listing-column-count: 4;
    }
    Give me solution, I am using 4.1.3 plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only 2 columns after update to v4’ is closed to new replies.