Valarion
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha doesn't show offchriscadcw, is your contact form in a table ?
Is this table made with Tablepress ?I’ve solved my issue.
I haad on my contact page a table made with TablePress with some text, a map from Google maps and the Contact form.
I removed the Contact form from the table/TablePress and organized my page with :
<table>
<tr>
<td>
[table id=4 /] <= table with some text and Google Maps
</td>
<td>
[contact-form-7 id=”747″ title=”Contact Prestarest”] <= my contact form
</td>
</tr>
</table>And it works perfectly !
Try and tell us 🙂Forum: Plugins
In reply to: [Contact Form 7] Recaptcha doesn't show offHello chriscadcw,
Nice to see that I’m not the only one.
I’ve noticed that my recaptcha works perfectly when I’m connected as Admin and if I delete the cache of my site (rename cache folder as cache-20151209 and create a new one).But I can’t do that every hour…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress like a dropdown menuTobias,
Thanks a lot for your help.
I’ve found a solution in a different way.
So, if someone else wants to do the same, here’s requirements :
Wordpress (of course)
TablePress
Collapse-O-Matic
I will have to do one table for each business unit with only peoples and then, in my page, write a line [expand title=”Business Unit 1″][table id=1 /][/expand] for each BU.
This way, if I don’t click on anything, I have only business units names and I can expand/collapse to see which people are in them.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress like a dropdown menuHello Tobias,
Thanks a lot for your reply but I don’t really understand how to use it 🙁 (shame on me)As an example, I have at the moment my business units in rows 1, 3 and 5, peoples in rows 2, 4, 6 and 7.
I’ve seen the modified short code [table id=1 datatables_row_details=true datatables_row_details_columns=”A” /] but I don’t know how to set row 1 to command row 2, row 3 to command row 4 and row 5 to command rows 6 and 7…
I’m really sorry :'(
Thanks again
Emmanuel