Support Forum » User Profile

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Display CPT with the same taxonomy #35560
    LufruttaLufrutta
    Participant

    The Views code might be helpful.

    View from the single page:

    <h2>
    	Allgemeines
    </h2>
    <p>
    	{% for item in post.loge_hochladen %}
    	<img src="{{ item.medium.url }}" width="200" height="200" alt="App-Logo">
    	{% endfor %}<br><br>
    	<strong>Kurzbeschreibung</strong><br>
    	{{ post.app_beschreibung }}<br><br>
    	<strong>Mehr Infos unter:</strong> <a href="{{ post.link_zur_app }}" target="_blank" rel="noopener">{{ post.link_zur_app }}</a><br>
    </p>
    <h2>
    	Kosten
    </h2>
    <p class="aufzaehlung">
    	<strong>Kostenvarianten:</strong> 
    	{% for item in post.kosten_der_app_oder_des_tools %}
    	<span class="marker-kosten">{{ item.value }}</span>
    	{% endfor %}
    </p>	
    <p>
    		
    	<strong>Weiteres zu den Kosten:</strong><br>
    	{{ post.details_zu_den_kosten }}
    </p>
    <h2>
    	Einordnungnungen
    </h2>
    <p class="aufzaehlung">
    	<strong>Nach AVIVA: </strong>
    	{% for item in post.einordnung_nach_aviva %}
    	<a href="{{ item.url }}"><span class="marker-aviva">{{ item.name }}</span></a>
    	{% endfor %}<br>
    	<strong>Nach Bloom:</strong>
    	{% for item in post.taxonomy_advanced_bloom %}
    	<a href="{{ item.url }}"><span class="marker-bloom">{{ item.name }}</span></a>
    	{% endfor %}<br>
    	<strong>Bewertungen des Verfassers:</strong>
    	{% for item in post.bewertung_des_verfasser %}
    	<span class="marker-verfasser">{{ item.value }}</span>
    	{% endfor %}
    </p>
    <h2>
    	Infos
    </h2>
    <p class="aufzaehlung">
    	<strong>Unterstützung:</strong>
    {% for item in post.wer_kann_weiterhelfen %}
    	<a href="{{ item.url }}"><span class="marker-unterstuetzung">{{ item.name }}</span></a>
    {% endfor %}<br>
    	<strong>Verwendungszweck:</strong> <a href="{{ post.verwendungszweck.url }}"><span class="marker-verwendungszweck">{{ post.verwendungszweck.name }}</span></a><br>
    	<strong>Plattformen:</strong> 
    {% for item in post.plattformen %}
    	<a href="{{ item.url }}"><span class="marker-plattformen">{{ item.name }}</span></a>
    {% endfor %}<br>
    	<strong>App Hersteller:</strong> <a href="{{ post.app_hersteller.url }}"><span class="marker-hersteller">{{ post.app_hersteller.name }}</span></a><br>
    	<strong>Geeignet für:</strong> 
    {% for item in post.fur_wen_eignet_sich_die_app_oder_das_tool %}
    	<span class="marker-eignung">{{ item.value }}</span>
    {% endfor %}<br>
    	<strong>Letztmals aktualisiert am:</strong> {{ post.modified_date | date( 'd.m.Y' ) }}
    </p>
    <h2>
    	Details
    </h2>
    <p>
    	{{ post.testfeld }}
    </p>
    <div>
    	<p><strong>App bewerten</strong><br>
    		[ratings]</p>
    </div>

    View from the archive page:

    <h1>
    	Alle APPS und TOOLS
    </h1>
    {% for post in query.posts %}
    <h2>
    	<a href="{{ post.url }}"> {{ post.title }}</a>  
    </h2>
    <div>
    <div style="float: left">
    	{% for item in post.loge_hochladen %}
    		<img src="{{ item.thumbnail.url }}" width="100" height="100" alt="{{ item.thumbnail.alt }}">
    	{% endfor %}
    </div>
    <div>
    	<p style="padding-left: 110px">
    		{{ post.app_beschreibung }}		
    	</p>	
    </div>
    </div>
    <br><br>	
    {% endfor %}
    
    {{ mb.get_the_posts_pagination() }}

    Many thanks in advance.
    Wilfried

    in reply to: Text limit in Metaboxes #5199
    LufruttaLufrutta
    Participant

    Works perfectly now, thank you.

    in reply to: How to display in front end #4533
    LufruttaLufrutta
    Participant

    Thank you very much. I'll send you more info by your contact form on https://metabox.io/contact/

    in reply to: How to display in front end #4516
    LufruttaLufrutta
    Participant

    I made everything with the plugins. Is there a possibility to see or extract the code?

    in reply to: How to display in front end #4510
    LufruttaLufrutta
    Participant

    ...other situation. By choosing Field Type "Select" I get “Catchable fatal error: Object of class WP_Term could not be converted to string” in the frontend. By coosing Field Type "Select Tree" it works as expected.

    in reply to: How to display in front end #4509
    LufruttaLufrutta
    Participant

    Puh, lots of troubles with these plugins. When I change from Select to Checkbox List in the Metabox Tab Plugin and when I add a term to a taxonomy I get "Catchable fatal error: Object of class WP_Term could not be converted to string" in the frontend. The error even keeps showing when I go back...

    What can I do?

    in reply to: How to display in front end #4506
    LufruttaLufrutta
    Participant

    The terms are all in the DB. Every thing looks like in the working taxonomies. I did delete this taxonomiy some time ago and made it new. But even if I create new taxonomies it does not work anymore. Allways the same errors as above.

    I have no idea where to check it.

    in reply to: Translating Tabs #4501
    LufruttaLufrutta
    Participant

    I had a look there but not very close. If possible I want to do it without string translation. It makes the DB very big.

    in reply to: Translating Tabs #4491
    LufruttaLufrutta
    Participant

    (Extension: MB Tabs)

    in reply to: How to add icons to checkboxes? #4358
    LufruttaLufrutta
    Participant

    CSS does not work. The code seems to be OK but will not be rendered in the backend. So I set it within the label field of the Buider and it worked. Not really professional, isn't it?

    Metabox Builder
    Backend

Viewing 10 posts - 1 through 10 (of 10 total)