Navigation überspringen

[Gelöst] Wrapping a dynamic FEATURED IMAGE with dynamic POST CONTENT

This support ticket is created vor 4 Jahren, 7 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von AlimB3245 vor 4 Jahren, 7 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#1645747

Tell us what you are trying to do? I need the featured image to be wrapped by the body (post content).. as the block editor would only put each row as a block I thought of doing this with a classic paragraph and using shortcodes for the featured image and the post content.. however I am not sure how I should be doing this as I am not getting the result.. it's still showing as the image in one row and the post content in the row below.. I would like it to be the image on the life to have the text on the right of the image and then as it flows it could go below the image.
<p>[wpv-post-featured-image size="full"] </p>
[wpv-post-body view_template="None" suppress_filters="true"]
The above is the code I am generating but I am not sure how to get the result.

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?versteckter Link

#1646551

You'll need custom CSS to "float" the image on one side of the text. In your case, float left. Here is a document explaining CSS floats: https://www.w3schools.com/css/css_float.asp

#1648323

My issue is resolved now. Thank you!

Thanks.. that was really simple actually.. not sure why I raised a ticket!!..;-).. but I guess I just thought there'd be a checkbox or button option to make it float/wrap..;-).. he he.. we are too lazy I guess!!

Thanks again anyways.. have a nice day..:-)..

Regards,
Alim