Issue with breaking groups over columns
-
Hello,
I am using the Alphabetical Tag Index on my web page and I have the shortcode:
[tag_groups_alphabetical_index column_count=0 div_id="responsive-tag-groups-alphabetical-index" append=" ({count})" largest=18 smallest=18]
I had similar issues as described in the following topics:
https://www.ads-software.com/support/topic/alphabetical-tag-index0-how-to-show-each-tag-in-separate-line/
https://www.ads-software.com/support/topic/tag-list-column-responsive-issue/I followed your instructions to resolve the issues and I added my own CSS to the Customizer:
.tag-groups-alphabetical-index .tag-groups-tag { display: block !important; } @media only screen and (max-width: 700px) { #responsive-tag-groups-alphabetical-index { column-count:1; text-align: center; } } @media only screen and (min-width: 701px) and (max-width: 1000px) { #responsive-tag-groups-alphabetical-index { column-count:2; column-gap:10px } } @media only screen and (min-width: 1001px) { #responsive-tag-groups-alphabetical-index { column-count:3; column-gap:10px } }
Everything looks good, but the only issue is that the group header and its tags are not kept together in one block.
I noticed when I turn on “Always load shortcode scripts” in the Front End settings, the “Avoid breaking groups over columns” works, but letters at the beginning of columns 2 and 3 do not show. Is it possible to resolve this issue?Also I would like to ask – is there a way to apply the tag style from my active theme to your plugin?
Thank you in advance.
The page I need help with: [log in to see the link]
- The topic ‘Issue with breaking groups over columns’ is closed to new replies.