Hi,
I use [wpv-post-body view_template="..."] in an normal post to show some custom field data with the post. I would like to place this shorttag anywhere in the body of the post and to have this extra information in a small, nicely designed e.g. table with the body post text floating around.
But: this does not work. If I use a table in the view template and place the shorttag between two paragraphs in the post the following paragraph is not floating but jumps even behind some other Jetpack-generated output (related articles).
Any idea?
Kind regards,
Martin
Dear Martin,
It seems like a CSS problem, please provide a live problem URL, I need to debug it in my Chrome browser, also take a screenshot for how do you setup the content template "", thanks
Hi,
Currently my browser (Safari) shows everything again... so I cannot make a screenshot. The link is:
hidden link
I had the following template...
[wpv-conditional if="( $(wpcf-buch_titel) ne '' )"]
[types field='buch_cover' alt='%%ALT%%' title='%%TITLE%%' width='100' height='150' align='left' resize='proportional'][/types]
[types field='buch_titel'][/types]
<br />Der Titel erscheint mit einem [types field='buch_einband'][/types]-Einband im Verlag [types field='buch_verlag'][/types] und wird für Kinder
[wpv-conditional if="( $(wpcf-buch_alter_ab) ne '' )"] ab [types field='buch_alter_ab'][/types][/wpv-conditional]
[wpv-conditional if="( $(wpcf-buch_alter_bis) ne '' )"] bis [types field='buch_alter_bis'][/types][/wpv-conditional] Jahren empfohlen. Er hat [types field='buch_seitenzahl'][/types] Seiten und kostet [types field='buch_preis'][/types] Euro. Die IBSN lautet [types field='buch_isbn'][/types].
[/wpv-conditional]