This works well but now I have a post with 10+ images and that breaks the condition somehow...
If there are more than 10 images the short codes inside the condition are printed to the page like this:
Yes exactly:
below 10 everything is fine. That is why I only just found out because most posts don't have that many images.
And correct; without the condition all the images show up correctly.
One other thing worth mentioning is that other shortcodes inside the condition are not executed
The short code outside the condition works correctly!
[wpv-conditional if="( $(wpcf-tables-figures) ne '' )"]
<div id="figures" class="">
[mepr-show if="rule: 1225"]This text is only visible for members - placed inside the condition[/mepr-show]
[wpv-for-each field="wpcf-tables-figures"]
[types field='tables-figures' alt='%%ALT%%' title='%%TITLE%%' size='full' align='none'][/types]
<p class="imgdescr">[description url="[types field='tables-figures' size='full' url='true'][/types]"]</p>
[/wpv-for-each]
</div>
[/wpv-conditional]
[mepr-show if="rule: 1225"]Another piece of text only for members - placed outside the condition[/mepr-show]
Hi Shane, good to hear!
This is the url from the root up:
/journal-article/huidige-mogelijkheden-voor-behandeling-van-graft-versus-host-ziekte-een-nieuwe-richtlijn/
In the meantime, there seems to be another strange bug when is present in a field.
That causes a strange error: the field is not visible and the order of fields/loop get mixed up:
/journal-article/ernstige-aplastische-anemie-bij-eosinofiele-fasciitis/
The 'summary' field is missing and title and breadcrums are printed twice among others.
Solution:
If you remove the from the "summary" field, or replace it with the problem is gone...
Are you aware of this? Should I open a new ticket?
In the meantime, there seems to be another strange bug when
<i>
is present in a field.
That causes a strange error: the field is not visible and the order of fields/loop get mixed up:
/journal-article/ernstige-aplastische-anemie-bij-eosinofiele-fasciitis/
The 'summary' field is missing and title and breadcrums are printed twice among others.
Solution:
If you remove the
<i>
from the "summary" field, or replace it with
<em>
the problem is gone...
Are you aware of this? Should I open a new ticket?
Alright will do. It is just that sometimes things/bugs are related so they could help tracking down the problem...
In the meantime while doing more research we now found that we have to delete even more images before the post is correctly displayed. Before I thought 10 was the max, now it happens above 6 images.
Could be that other things have changed here on our install.
Just posting to keep you updated and maybe help finding the problem...
Yes, that helped Shane!
I upped the max exec time and now the shortcodes display correctly!
Glad we got that solved, on the other hand it is worriing as this project get's more complicated by the week, the more resources are needed.
Can you or the development team have a look at my code and let me know if there is a more efficient way to code all the conditions, fields and views etc... ?