The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Shortcodes not more interpreted

Labels

This Discussion is public

Notifications

Hello,

I have on 2 sites same problem, that the shortcodes in a view are not more interpreted. I stopped all plugins, same problem, I switch the theme, also same. Now I looking for a advise where I can start to find the problem.

Here you can see what happen : http://www.gewerbeverein-freiberg.de/?page_id=2585

Its a list of memebers in our society, I have there a hidden form, with them I can ad new members in the database, and the View shows there all with the status "member". I have a second view on this website, there just show all members with the status "management board" , also not works. Before all was fine, but I also cant say on witch point it stop to work, because I just found the trouble before some weeks, try to fix, but now I not have a idea more where I can start.

Maybe here anyone have any advise?

Thanks Peter

and here, thats my view :

 

<table width="90%">
<tbody>
<tr>
<th width="60%"><b>[if mitgl_firma]</b><br>
[if mitgl_ansprechp]<br>
<br>
[if mitgl_adresse]<br>
[if mitgl_plz] [mitgl_ort]<br>
<br>
[if mitgl_telefon]<br>
<a href="[if mitgl_webseite]" target="_blank">[if mitgl_webseite]</a><br>
<a href="mailto:[if mitgl_email]">[if mitgl_email]</a></th>
<th><a href="[if mitgl_webseite]" target="_blank">[if mitgl_logo]<img class="img-mv" src="[mitgl_logo size=full]" alt="[mitgl_firma]">[/if mitgl_logo]</a>
</th>
</tr>
</tbody>
</table>

Most of your [if's dont have closing [/if's.

For example:

[if mitgl_ansprechp] needs a [/if mitgl_ansprechp]

to close it off

I try it, give all tags a closed tag, nothing happen.

I try it with the formidable numbers, then it worked. but then I changed any small thing and again all broken. I will try again.

I changed it now to this : [fusion_separator style_type="single solid" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#03a9f4" top_margin="20px" bottom_margin="20px" border_size="" icon="fa-address-book fas" icon_circle="" icon_circle_color="" width="" alignment="center"][/fusion_separator]
<table width="90%">
<tbody>
<tr>
<th width="60%"><b>[610]</b><br>
[611]<br>
<br>
[612]<br>
[614] [613]<br>
<br>
Telefon : [617]<br>
<a href="[616]" target="_blank" rel="noopener">Web : [616]</a><br>
<a href="mailto:[615]">Email : [615]</a></th>
<th>[if 621]<a href="[616]" target="_blank" rel="noopener"><img class="img-mv" src="[621 size=full]" alt="[610]"></a>[/if 621]</th>
</tr>
</tbody>
</table>

Here you see what I see then :

http://www.gewerbeverein-freiberg.de/?page_id=2607

But the shortcodes from my Theme (AVADA) still not more interpreted.

ALl things with this view works fine before, if the database from a person ot have a Web-Adress, then this line was not showed, but now its same like with any version Formidable change all this things.

Did you upgrade your theme to v5.0 recently? If so, the following from Avada's website might apply:

Since the new Fusion Builder uses different shortcodes, any shortcodes generated by the Avada page builder prior to Avada 5.0 will not render elements and will only appear as plain text. There's an automated conversion process which will occur to update your content to the new shortcode syntax.

Areas that are automatically converted by Avada include: pages, blog posts, portfolios, WooCommerce product content and excerpts, widgets, theme options, Fusion Sliders, Revolution Sliders and LayerSliders.

Note: It will not automatically convert shortcodes from any custom post types you may have or from other plugin's custom post types that may be in use on your site. For information on how to manually include those post types in the Avada conversion process, click here to view our guide.

If after the update, your site is showing all shortcodes on the front end of the website, the conversion may not have completed correctly. Although it looks like a serious problem, it’s normally just due to low server limits causing the update process to be truncated. To fix this, you can manually trigger the shortcode conversion again at the top of the System Status page. If that doesn't correct the issue, double check that the Fusion Builder plugin is installed and activated.

finally now it do what I like again, I think my Browser-cache was the last problem I not care. The AVADA Shortcode I generate new, in the code in my last posting its already the new Avada code. The Shortcodes in Formidable I changed from my variable to the Formidable code numbers, and now, it work all fine again.

Thanks for Help

Peter

 

This work now :

[fusion_separator style_type="single solid" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#03a9f4" top_margin="20px" bottom_margin="20px" border_size="" icon="fa-address-book fas" icon_circle="" icon_circle_color="" width="" alignment="center"][/fusion_separator]
<table width="90%">
<tbody>
<tr>
<th width="60%"><b>[610]</b><br>
[611]<br>
<br>
[612]<br>
[614] [613]<br>
<br>
[if 617][617][/if 617]<br>
[if 616]<a href="[616]" target="_blank" rel="noopener">[616]</a>[/if 616]<br>
<a href="mailto:[615]">[615]</a></th>
<th>[if 621]<a href="[616]" target="_blank" rel="noopener"><img class="img-mv" src="[621 size=full]" alt="[610]"></a>[/if 621]</th>
</tr>
</tbody>
</table>

Discussion closed.