Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 42 total)
  • Author
    Posts
  • in reply to: URL field #28059
    ThibautThibaut
    Participant

    It 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...)

    in reply to: URL field #28058
    ThibautThibaut
    Participant

    you 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...

    in reply to: Customize short code? #28048
    ThibautThibaut
    Participant

    thanks.

    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.

    in reply to: Dashboard not working #27928
    ThibautThibaut
    Participant

    thanks, 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.

    in reply to: Dashboard not working #27921
    ThibautThibaut
    Participant

    Obviously 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...

    in reply to: Get post thumbnail connect relationship #27839
    ThibautThibaut
    Participant

    ok, clear thank you

    in reply to: CSS into views #27788
    ThibautThibaut
    Participant

    and by the way it is not resolverd!!!!!!!!!!!!!!!!!

    in reply to: CSS into views #27786
    ThibautThibaut
    Participant

    sorry my full code is not showed, please take the code in your mesaage where you mentionned about the tag missing

    in reply to: CSS into views #27785
    ThibautThibaut
    Participant

    I 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">

    {{ post.thumbnail.medium.alt }}
    <h4>{{ post.title }}</h4>

    </div>

    {% endfor %}

    in reply to: Cannot send post another time / Dashboard Post ID #27768
    ThibautThibaut
    Participant

    With 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...

    in reply to: CSS into views #27759
    ThibautThibaut
    Participant

    thanks, 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.

    in reply to: Responsive form #27729
    ThibautThibaut
    Participant

    I 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

    in reply to: How to get post number #27698
    ThibautThibaut
    Participant

    found 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. ';
    ?>

    in reply to: How to integrate reciprocal relationship in frontend #27659
    ThibautThibaut
    Participant

    That's what I could not understood.

    But after several try, I found the answer.

    in reply to: Taxonomy fields not appearting in frontend form #27623
    ThibautThibaut
    Participant

    Please ignore sorry

Viewing 15 posts - 16 through 30 (of 42 total)