am having some buggy functionality with blocks and i need some help
I am upgrading my site and i am rebuilding it with blocks (in the previews form i had no working problems)
I have found some problems (regarding with the classic view that i had no problem on the site)
A) I cannot add a delete custom post button
i used the shortcode inside a text edtior:
[cred_delete_post_link type="button" onsuccess='1' action='delete' message='...' message_show='0' class='cred-refresh-after-delete']delete[/cred_delete_post_link]
i am trying to add the same code to blocks either as an html or a schorcode but i see the exact code instead the delete button
B) i was using a view to display all the children of the current parent in my parents content template. When i am constructing again the same view with the same query i can see the results inside the blocks editor but in the page i see no results
But i just created a custom template for another custom type by just displaying the fields as dynamic content and while i see the elements when I am inside the editor when i open the page i see all the fields blank
Good to see that you were able to resolve your first issue. However for your second issue where your view is returning "No Results Found" would you mind me taking a more detailed look?
I've enabled the private fields for your next response so that you can provide me with the credentials as well as a link to the page where i can see the issue.
I'm not having any issues, it works for me. See Screenshot.
What I did was to remove the Post Author filter because I didn't have any posts created under my user. Once I did this and added the post title information to the view block it works fine. See Screenshot.
So there aren't any issues here from what I can see.
but it does not....
as you can see in the screenshot i have 3 targets (1) , when i am adding in the view loop an dynamic image it appears only one (2) and the front end it appears none (3)
I'm able to see the issue now. This is quite odd as this is a very minimal install. Perhaps your server is caching the page.
Could you check to see if your server has a cache that can be cleared? Secondly would it be ok if I grabbed a copy of your site to test here to see if the issue still remains.
Thank you for the website copy. I was able to get this to work on my end by using the single field block and set it to get the images from the Image field. See Screenshot
Can you try this on your end and let me know the results.
Thank you for the website copy. I was able to get this to work on my end by using the single field block and set it to get the images from the Image field. See Screenshot
Can you try this on your end and let me know the results.
I worked with your solution and it works,
but if i follow this, i have no visual control in the CSS, so there is no need to use blocks for visual styling. I could do the same with cred and views and manual CSS.