Forum Replies Created
-
AuthorPosts
-
Thibaut
ParticipantIt seems it caused bby the fact that I renamed the field and the ID, it lost all the data, is this normal? (used to have just url bbut was conflicting everytime I wanted the 'post-url' function...)
Thibaut
Participantyou are answering half of what I wrote...
When I want to include the url, I have the followinng appearing, how am I supposed to make it work?
{% set field = attribute( post, 'publisher-url' ) %}
{{ field }}if I put
{% set field = attribute( post, 'publisher-url' ) %}
{{ post.publisher-url }} tried also {{ publisher-url }}it returns 0...
Thibaut
Participantthanks.
It's working partially as putting lines where it should not sometimes (splitting up fields that are link together) and not putting line for instance below post_fields="title,thumbnail".
Unless a way to properly customize is found, the CSS solution can be useless.
Thank you.
Thibaut
Participantthanks, basically, with these plugins I almost have to recreate everything therefore Metabox is not useful anymore. This is not what I want. Do you have a Metabox solution?
Hope that Oxygen integration is coming VERY soon.
Thibaut
ParticipantObviously it doesn't work, otherwise we will not be discussing. What you mentioned is that you would pass it to the development team... then we got this update and I got a different error message hence my message.
Anyway
Is there another way to create a frontend dashboard? I am just here to find solutions...
Thibaut
Participantok, clear thank you
Thibaut
Participantand by the way it is not resolverd!!!!!!!!!!!!!!!!!
Thibaut
Participantsorry my full code is not showed, please take the code in your mesaage where you mentionned about the tag missing
Thibaut
ParticipantI already did, what it dos it puts the text next to the image but still the images are below each other. What am I missing?
{% set relationship = attribute( relationships, 'book-photographer' ) %}
{% for post in relationship.to %}<style>
.container {
display:flex
}</style>
<div class="container">
</div>
{% endfor %}
Thibaut
ParticipantWith the lateest AIO now I have the follwing messag instead:
Something is not right with the shortcode on page ID:
I thought it would be fixed...
Thibaut
Participantthanks, I missed the tag.
I used the above corrected code but still, each picture are below each other instead of being next to each other.
Thibaut
ParticipantI tried but still the form are not responsive.
I twicked a bit with
form.rwmb-form {
width:100%
}.rwmb-textarea {
width: 100%;
}then it gets all right
Thibaut
Participantfound it
<?php // Get total number of posts in "Books" post type
$count_books = wp_count_posts('books');
$total_books = $count_books->publish;
echo $total_books . ' books. ';
?>Thibaut
ParticipantThat's what I could not understood.
But after several try, I found the answer.
Thibaut
ParticipantPlease ignore sorry
-
AuthorPosts