Skip Navigation

[Résolu] Need help with ToolSet Grid Layouts

This support ticket is created Il y a 4 années et 7 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Ce sujet contient 4 réponses, a 2 voix.

Dernière mise à jour par PaulS4783 Il y a 4 années et 7 mois.

Assisté par: Beda.

Auteur
Publications
#1581915

I am thorougly confused.
Take a look at this page:
lien caché

Specifically I have added a new custom field to the layout (Town/City).
lien caché

As you can see, it appears to be missing some styling which apply to the cells above and below it in the grid.

MOST of the problem seems to be in the fact that this cell is missing the class ".list-group-item"
lien caché

The html for this cell and adjacent cells is almost identical.
lien caché
lien caché

Some I am just mystified about where the adjacent cents are picking up this additional CSS class?

Hints?

#1582073

The br / tag

Please remove that and try again?
lien caché

Otherwise, I cannot suggest much more than re-creating the faulty cell, sometimes it's possible that a class isn't saved properly, but that's rare.

And clearly, the list-group-item class is missing from that specific row (see lien caché), when you add that and remove the br tag, it should work.

Please let me know!

#1582161

Ah yes! That </br> is part of the problem.

Is there a way in the Layout Module to "clone" or "duplicate" a cell?
I couldn't see a way to achieve that.
If I could just clone an adjacent cell, that would probably solve every formatting problem.

#1582167
Bildschirmfoto 2020-04-11 um 18.14.33.png

You can copy-paste rows, but not cells
However, this should help, as the copy-pasted row will hold the cell too.

Still, you will need to carefully ensure no missing class slips in, or other breaking tags are added.

#1582225

Finally figured it out.

After a closer inspection I realized that there is a separate "row edit" pencil icon which can be used to add row classes (distinct from the cell editing icon).
lien caché

You can close this ticket.