Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
I messaged the supporter working currently, but I don't know if they will be able to step in because they already have a large number of tickets in their queue.
If you share what you've done so far here it will mean whoever is able to reply to you first will have something to go on, the more specific you are the easier it will be for someone to help you.
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
I'm working again if you still need assistance.
Hey I created one view called issue but I tried with same process as you told me but nothing is displaying on front end.
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
You understand how Views work?
That you have the first section to define what is being queried, e.g. posts of some type in a particular order, and the second part of the View is the output part that generates the markup that displays the content.
Do you have a screenshot of the output section of your View you can share with me?
back end snapshot: hidden link
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
Thanks.
Where did you insert the View?
The Query Filter says to show Issues related to the current Volume in the loop.
That means the expected context for this View is the output section of a View displaying Volumes.
I don't think that's what you want. I think you can simply delete the Query Filter, then this View will show all Issues, and in the output section it will output both the title of the issue and of the parent Volume, which is closer to your objective I believe.
hidden link
It does not display volume.
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
I looked at your View.
The Content Selection says to query Issues and Volumes.
I thought the intention was to display a list of issues (with the title of the parent volume).
In which case you should only be querying Issues, not Volumes.
I noticed that the Output Editor (which normally you would not need to make any changes to) includes a wpv-post-body shortcode; you should remove it.
When I visit the page with the View it otherwise looks to be working correctly.
Can you tell me else statement. I am applying if condition but I think if and else both working at same time.
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '' )"]
<img src="hidden link">
[/wpv-conditional]
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '[wpv-post-featured-image output="url"]' )"]
<img src=" [wpv-post-featured-image output='url']">
[/wpv-conditional]
I need featured image show when its url is there otherwise preview image will show.
Can you tell me else statement. I am applying if condition but I think if and else both working at same time.
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '' )"]
<img src="hidden link">
[/wpv-conditional]
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '[wpv-post-featured-image output="url"]' )"]
<img src=" [wpv-post-featured-image output='url']">
[/wpv-conditional]
I need featured image show when its url is there otherwise preview image will show.
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
As the original issue is resolved we can close here and deal with new questions in new threads.
I've split your last question into a new thread and I will follow up there, now.
In the meantime you can close this.
My issue is resolved now. Thank you!
hidden link
Please check snapshot.
I need to open all articles that are coming under this Issue.
I created one view but same no data found.
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
What is the VIEW ALL ARTICLES link supposed to link to?