Hey there,
I created a template for each of my custom post types with Divi theme builder. I created the custom post types and custom fields with Toolset. I then added the content of the custom fields with the Text Module and dynamic content in Divi.
But somehow the date and time are showing wrong in the frontend as you can see here: hidden link
hidden link
And I would like to know, how I can achieve that links that are added to the website custom field are clickable for the visitor.
In addition to that, I am wondering why I am not able to add the time of the custom field "date and time" to the search results inside the view: hidden link
Based on the screenshots and the link to the pay, divi isn't converting the timestamp for the date to an actual date. To resolve this I would recommend rendering the date field with our types shortcode directly.
[types field='my-field'][/types]
Where my-field is the slug of the custom field. Similarly with the url field you will need to use our types shortcode so that the link is clickable .
In addition to that, I am wondering why I am not able to add the time of the custom field "date and time" to the search results inside the view:hidden link;
I'm not sure what you mean here as the datetime field should always render as a datetime unless you are using a custom format that doesn't include the time.
Can you send a screenshot fo the Field settings on the results template as well.
So for the date and time field. I created a custom field for date+time. When creating a post I can add a date and the time for this post. But when adding this field to the loop it only shows the date without time. How can I fix that?
I added a custom field where I can upload an image. When adding a image into the custom field for a post, I am not able to delete it, just to change it. How can I achieve, that I can delete that image? See screenshot, there is no delete button: hidden link
I tried to delete the link inside the box, but as you can see the image still remains in the backend and some css in the frontend.
And one more:
Is it possible to add a button / link to a post (Divi theme builder) that sends the user back to the search results, maybe with a short code or something?
Not sure why this happens for you on your end but when I delete the URL from the space and update the post the image is no longer there. Perhaps you can update the post after you've removed the image.
Is it possible to add a button / link to a post (Divi theme builder) that sends the user back to the search results, maybe with a short code or something?
Do you mean add a link that when the user clicks it they are taken to the search results page? Meaning no filter is applied etc?
Would it also be possible to add recurring dates to one post? Like one date "weekly"?
No this is not possible as the date value of the custom field would be fixed.