Now this is where it gets weird... If I put:
[wpv-filter-meta-html]
[wpv-layout-meta-html]
outside of the conditional, it displays correctly the video as seen in the image attached. But If I put the code in the conditional, I get some weird characters like [wpv-filter-meta-html] [wpv-layout-start] [wpv-items-found] on the top of the page.
What is even more weird is that it seems that if I have less then 8 to 10 videos to show, there is no problem. OR if put this for the each item:
Here is the debug output, this output is shown ONLY if the user is connected, if not connected it doesn't show up:
####################
wpv-conditional attributes
####################
Array
(
[if] => ( 'yes' = 'no')
[debug] => true
)
####################
Debug information
####################
--------------------
Original expression: ( 'yes' = 'no')
--------------------
After replacing 1 general variables and comparing strings: ( 'yes' = 'no')
Comparing yes to no
Hello
I want to display a custom post type content and some other content if a user has bought a product. I have the shortcode that check that, I would like to display the view only if he has bought that. If the user is not connect I will display a login form and some text.
I use elementor so I thought that I would do the code on the view. I guess I could use toolset block but I'm not really at ease with it yet.
ok, this is what I finally did, I created a page and use your Toolset Blocks to add the view with a conditional. I get where you are going Toolset Blocks, it would be awesome to have it work inside Elementor as part of their composant.