vesnama
Forum Replies Created
-
thank you for recording. Yes, everything is as in your video. Unfortunately, I don’t have time now to test by switching of plug-ins or switching the theme, so I will have to leave it as it is if you don’t have any other suggestions.
UPDATE????
this doesn’t work:
{@for_work.post_content,content_filters}
but for some reason this works as I wanted, although I do not understand why I need to use each, as I only have one related item for_work:
[each for_work]{@post_content,content_filters}[/each]
hm?
it works on original post. In it is in the main content block added as simplest YouTube pasted link with embed display. Embeds elsewhere work ok.
the s is there correctly: esc_attr,esc_html,content_filters
checked it has only one related post, which was displayed so it would have to work, but just YouTube was not showing as thumbnails.
any other ideas how to solve this?thank you. I did all 3 steps you provided. Now no content being displayed.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Group label in Templatessorry, working now. Field is ok, group label is shown of the group to which field is belonging to.
thank you.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Group label in Templatesnot working. I mean Worker is a field, not a group. Is it supposed to show a label of a group it belongs to the Way you wrote it?
Even if i put the group name event_data instead of the field name worker, it doesn’t show the group label.
any other solution?
I’m coming back to this if you can reopen the topic?
I was away from this project, now I’m back and I need to solve this.
Pods is updated to newest version and title still isn’t showing. It isn’t logical because all other fields in this each loop show correctly.
Take a look at the screenshots please:https://drive.google.com/drive/folders/1-4bNIINNqc_VGJ5VUypbYyCQrLsCFCaf
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Where in Relationship optionsYou are fast ??</img>
I edited my reply, look above ??Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Where in Relationship optionsWithout t. also breaks admin page. </img>
SOLVED it works without t. but quotation marks were wrong:t.category.slug = “radovi”
Correct:
t.category.slug = “radovi”</img></img></img>
- This reply was modified 1 year, 10 months ago by vesnama.
My original post was posted also ARKTIK-a a bug report at github but still no solution.
Maybe you know if it can be solved soon?Still the same. As I wrote, date fixed by itself, but title not showing regardless if I use title or post_title.
??
That seems weird because why date and meta data like categories_art and subtitle and thumbnail would all be ok but not title.Hope you can find a solution for this. Without title it makes no sense to list those items ??
The problematic each loop is at the end of template:
[each works] <div class="works"><ul class="authors-list-artcats-block">{@works.categories_art}</ul><a href="{@permalink}" target="_top" rel="noopener"><img class="middi" id="radovi" src="{@post_thumbnail_url.thumbnail}">{@title}</a><div class="subname" style="top: -20px; width: 160px; line-height: 100%;">{@ post_date,my_date} / {@subtitle}</div></div> [/each]
Here it might get eaten by wysiwyg.
I exported pods and a template related to the problem of post title not showing up in each loop in Pods template named Radnici (for the Pod named Autori).
Here you can get .json export file:
https://drive.google.com/file/d/1xd1xWWnC8NEeX1Rf94KslzlEBPb7X_vE/view?usp=sharingTried both versions, both give empty result. How is that possible when other tags get correct data from each work loop?
Hello,
Update: date sorting is now ok, is it possible that it started working over night? If some cache was holding old sorting by name?
But still a problem with no post title being displayed for Relationship field results.
[each works]{@post_title}
{@post_date,my_date} <i>({@subtitle})</i><br>[/each]Permalink, date, subtitle – all showing correctly, but post_title when I look at the html source is empty. If I swap it to post_name it displays slug correctly, but I need title.
What could be wrong, why titles in this each loop are not showing?