-
AuthorPosts
-
November 26, 2017 at 5:56 pm #881940
Hi Guys,
I’ve just migrated my website to the Enfold theme and it looks great. I really like the theme, but I have a problem with how my Formidable Forms Pro views are displayed. It appears that nearly all the HTML tags are stripped out, so every table is displayed as just a long string of characters. There is something wierd going on because it does display the header of the table, but at the bottom of the content.
The view has 3 sections that control formatting – Before Content, Content and After Content. My view has the following specification:Before Content:
<table class=”tablesorter”>
<thead>
<tr>
<th>RaceNum</th>
<th>Owner</th>
<th>Team</th>
<th>Registration</th>
<th>Link</th>
</tr>
</thead>
<tbody>Content:
[1301][1302][1303][1304][editlink label=”Edit” page_id=1992]After Content:
</tbody>
</table>Formidable Forms support have checked the page source and have confirmed that the HTML tags are being removed.
Any ideas how to fix this?
November 26, 2017 at 7:19 pm #881976This reply has been marked as private.November 26, 2017 at 7:21 pm #881978Hey carylwills,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaNovember 26, 2017 at 7:24 pm #881981Hi Victoria,
Did you get the previous private reply I posted with the link in?- This reply was modified 6 years, 12 months ago by carylwills.
November 27, 2017 at 6:48 am #882110Hi,
Thank you for the info. Please post the login details in the private field so that we can check it. Have you tried using the code block element?
Best regards,
IsmaelNovember 27, 2017 at 1:21 pm #882202Hi Ismael,
I’ve sent you login credentials.
Yes, I’ve just tried using a Code Block element and that didn’t make any difference.November 28, 2017 at 6:02 am #882519Hi,
Please post the code on pastebin.com. I can’t find the login credentials anywhere. Please post it again in the private field.
Best regards,
IsmaelNovember 28, 2017 at 12:18 pm #882622Hi Ismael,
The login credentials are in the private content.November 30, 2017 at 2:00 pm #883418Hi,
Thank you for the update. We will also need the code. Please post it on pastebin.com.
Best regards,
IsmaelNovember 30, 2017 at 2:26 pm #883429What code do you need? There isn’t any special code – just this shortcode: [display-frm-data id=2618 filter=limited]. You have admin rights so you’ll be able to see everything.
December 4, 2017 at 3:33 am #884490Hi,
I see. Looks like the shortcode is being rendered outside the table. Is it working correctly if you switch to a default theme?
Best regards,
IsmaelDecember 4, 2017 at 11:15 am #884577Hi Ismael,
Yes, it works fine in the default theme.December 5, 2017 at 2:22 pm #885063Hi,
Thank you for the update. The shortcode is not working even on the default editor. Unfortunately, we are not sure why. Did you contact the plugin author?
Best regards,
IsmaelDecember 5, 2017 at 3:39 pm #885107Hi Ismael,
I have discovered that the plugin corrupted the view when it was last edited. For Formidable users, the issue is that if you use the Visual editor when constructing the ‘Content’ section, it strips out the table html and makes the line look like this:[1301][1302][1303][1304][editlink label=”Edit” page_id=1992]
when it should look like this:
<tr>
<td>[1301]</td>
<td>[1302]</td>
<td>[1303]</td>
<td>[1304]</td>
<td>[editlink label=”Edit” page_id=1992]</td>
</tr>There is a flag to the right and above the ‘Content’ editor that says ‘Disable visual editor for this view’. Make sure you tick this because the Visual editor screws up the Content’ code and your data won’t be shown in a table.
This is all working OK now.
Thanks for all your help.
Caryl
December 6, 2017 at 8:06 am #885411 -
AuthorPosts
- You must be logged in to reply to this topic.