• Resolved bostai

    (@bostai)


    Hello
    I use the plugin and I have difficulty making some items appear.

    The block is set to display 12 items per page (according to my configuration on the plugin), only when I click on a category in the filter, several of the elements in the category do not appear !
    I am forced to click on the button “All profiles or Load more button” to have them
    I think from a UX point of view, this it’s a failure. I should be able to have all the items displayed when I’m in the category that has the focus.
    If there is another way to do it, please let me know. URGENT

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor George

    (@rubeushagrid13)

    Hello bostai,

    I will check the issue and get back as soon as possible.

    Kind regards,
    George

    Thread Starter bostai

    (@bostai)

    Thank you George
    I’m waiting for you please

    Bostai

    Plugin Contributor Duke

    (@wprduke)

    Hi,

    I’m sorry to say that but unfortunately, it’s not possible in the free version, Premium version offers infinite scrolling option, it’s not a perfect solution but it solves the problem at least. But we will consider this as an issue that should be fixed in the future.

    Kind Regards

    Thread Starter bostai

    (@bostai)

    J’ai essayé d’ajouter un script jQuery pour déclencher le clic selon le comportement souhaité. Seulement, celui-ci ne fonctionne pas.
    Soit le plugin empêche l’exécution du script, soit je l’ai mal écrit (ce qui me surprendrait) pouvez-vous m’aider svp ?

    Plugin Contributor George

    (@rubeushagrid13)

    Hi bostai,

    Please send us the script you use. Is the script with the purpose to solve the problem mentioned above ?

    Kind regards,
    George

    Thread Starter bostai

    (@bostai)

    Oui, c’est dans le but de résoudre ce souci que je rencontre.
    Alors comment j’ai écrit le script ? Je vous explique
    J’ai rajouté des classes sur tous les “li” avec pour nom de class nom (matab)
    J’ai rajouté un id sur le bouton “Tous les profils” (myload)

    <script type=”javascript”>
    `$(document).ready(function(){

    $(“.matab”).on(‘click’, function(){ $(“#myload”).trigger(‘click’) });

    });`

    </script>

    Je remets encore le lien vers le site : https://www.promillys.com

    • This reply was modified 2 years, 5 months ago by bostai.
    Plugin Contributor George

    (@rubeushagrid13)

    Hi bostai,

    This won’t work cause even if you triggered the click if item isn’t directly in the first loaded page it will need to click again and again until you reach it, but we have fixed this issue and will launch it in the next update very soon.

    Kind regards,
    George

    Thread Starter bostai

    (@bostai)

    Please when will you upload the new version ?

    Thread Starter bostai

    (@bostai)

    Alors comment je peux faire fonctionner cela ? En attendant de vous la nouvelle version.
    Warm regards

    Thread Starter bostai

    (@bostai)

    J’aimerais d’ailleurs vous suggérer une petite amélioration toujours en rapport avec ce problème.
    Lorsque finalement, on clique vers une catégorie de post dans le filtre, la taille des articles devrait pouvoir s’adapter automatiquement en fonction du nombre d’articles que l’on a.
    Par exemple, si on a trois articles, il devrait automatiquement s’aligner sur 3 colonnes sans laisser d’espaces vide dans la page screenshot

    Plugin Contributor George

    (@rubeushagrid13)

    Hi botsai,

    We are working on other functionalities also and update will appear in day or 2. As for grid leaving empty spaces, we have option from editor to configure the number of columns and the option is responsive, but anyways we will review your suggestion.

    Kind regards,
    George

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Post Grid UX issue’ is closed to new replies.