I am hoping I can get some guidiance or some help with this to point me in the right direction. We are using this plugin on our website so that it can list documents that are attached to a certain item. Problem is, now we want to change the code around so that each document has its own line instead of 2 documents sharing one line. Here is the code that is working so far with 2 documents on one line:
The problem that I have with this, is that the ID attributes are still Even Even Odd Odd so that the CSS is not working properly. Anyway someone can help me change the property so that it goes as Even Odd Even Odd so the css works?
Repeatable Custom Content Plugin V2 Issues
Hi There,
I am hoping I can get some guidiance or some help with this to point me in the right direction. We are using this plugin on our website so that it can list documents that are attached to a certain item. Problem is, now we want to change the code around so that each document has its own line instead of 2 documents sharing one line. Here is the code that is working so far with 2 documents on one line:
To change it so that each document has its own line i changed the following code:
The problem that I have with this, is that the ID attributes are still Even Even Odd Odd so that the CSS is not working properly. Anyway someone can help me change the property so that it goes as Even Odd Even Odd so the css works?
Any help would be greatly appreciated.
THANKS!
&
use this:
This is more of a jQuery/javascript issue, not related to Repeatable Custom Content
Or you could just remove the jQuery and use the UL structure that is being output.
All the javascript is doing is transforming a UL to a two column table.
is working on a reply...