Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
It shows up fine in Firefox, but when I view the admin panel in Chrome, the "add a row" link and button are missing.

Here it is missing, with the element open in Chrome's developer tools:

Here is the style of p.addRow

And here is the computed style of the p.addRow element (showing the user agent stylesheet)

Anyone else run into this issue? Any idea how to fix? If I use developer tools and temporarily remove the class="addRow" in the <p> tag, the text shows up and the link works...
Hi and welcome.

It is the first time something like this is being reported.
Could you please let us know which OS you are on and Chrome's version?

I think your post had some image attachments which, for some reason, failed to show up. Could you please re-upload them?

Thanks.
It looks like the moderator removed them? Anyway, I fixed the issue. For anyone else having the same issue, edit addons\repeatable\tablegear\tablegear.css

Find the row:

.tableholder p.addRow{ float:left; }

Change to:

.tableholder p.addRow{ float:left; display:block !important; }
Thank you very much for posting the solution.
I'll make sure this ships with the next version.
Thanks again.
4 posts Page 1 of 1