TrekRight
Forum Replies Created
-
Thanks for the fix!
Much appreciated!
Ah, I think I understand now. If it can be added easily, a Container link option would be very useful for my use case (where links insider the container are not required). Thanks!
As noted above, the contents of my query loop do not draw upon either the feature image or the post title. Thus, I cannot use either of the two dynamic blocks (Dynamic Post Image or Dynamic Post Title). Also, I want the entire ‘card’ to be a link rather than just the title. Note that within the loop all of my content is obtained via the Meta getter block. The problem is purely obtaining a link back to the underlying post.
I don’t think this is an issue with Ajax requests given that it works entirely correctly so long as the infinite scroll is not involved. For example, look at this page:
http://trekopedia.com/lycian-way-communities-5/
This page works, with each card correctly being a link to the underlying post. But it only works because I set the fetch count to 80 (there are 71 posts returned by this query). If the fetch count was 12, then every post returned after the first 12 would have an incorrect link. This sounds like something wrong with the way infinite scroll works since the query itself is obviously working fine.
Any help you can provide with this would be appreciated.
Also, a question regarding containers inside a query loop: the Container Link property has an option to link to the post permalink. What purpose does this serve if the container link shouldn’t be used inside a query loop??
Have you been able to reproduce this issue yet? Please confirm – thanks!
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] 3D Flip Container IssueThanks for the follow-up. The only platform I experienced the problem on was MacOS. On Windows or mobile, it didn’t happen.
I’ve already changed my design to not use the flip container given that I couldn’t resolve the issue, but I just tested the Shift Z fix you mentioned and it worked. So that info might help anyone else who encounters the issue. If I ever decide to use the flip container in another project, I will keep this in mind.
Thanks again. You can close this issue now.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] 3D Flip Container IssueI’ve updated the test page to show a screenshot beneath the 3D Flip Container, showing what I see using Chrome on a Mac.
http://caminopedia.com/2023/01/03/test-3d-flip-with-query-loop/
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] 3D Flip Container IssueInteresting. What browser and O/S were you using during your test?
I was using Chrome on a Mac and I get the ‘see through’ problem shown in my screenshot that I posted on the Facebook group. But I just tried the site with Safari and I don’t get the error.
Any ideas on what would cause the ‘back’ to be visible through the ‘front’ on Chrome but not on Safari?
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] 3D Flip Container IssueActually, I’ve set up WordPress on a spare domain and added GreenShift. Here’s a link to a page constructed as in my ‘reproduce’ steps above and which shows the issue:
http://caminopedia.com/2023/01/03/test-3d-flip-with-query-loop/
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] 3D Flip Container IssueOK. Might be a few days until I can set something up. I will post a link when I can.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] 3D Flip Container IssueMy current project is a reference site for long-distance hiking trails. In the project each photo has its own post which displays supporting information about the image (author, when taken, brief description, and so on).
Other items can have one or more photo posts associated with them based on a combination of category (‘Photo’) and tags. The query loop pulls the photos associated with item.
For example, I might have an item for a town and various photos of things in the town. The town would pull all posts with a category of ‘Photo’ and a tag with a code representing the city.
Each result in the query loop uses a Flip 3D Container to display the photo and, during the hover effort, some details about the photo all in a nice grid layout. The result is also linked to the underlying post. That way, desktop users can interact with most of the key metadata for a photo without having to transition to the photo’s post. Mobile users, though, would simply tap on the photo to open the photo’s post if they want to see the metadata.
The strange thing is that everything worked exactly as I wanted until a few weeks ago. Then it started having the problem described in the post (and illustrated in the screenshot I posted to the Facebook group), where the ‘rear’ of the flip card was getting displayed through the ‘front’ photo. You mentioned in the Facebook group that nothing’s been changed regarding containers but something has been changed somewhere (maybe in the query loop builder?) since it no longer works even in the simple ‘reproduce’ case listed above.
Any guidance on this would be very much appreciated as I hope to have a preliminary site launched very shortly.The issue doesn’t seem to be happening any more. I’ll close this issue now. Thanks for following up.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] 3D Flip Container IssueHave you been able to reproduce this issue on your end? Please let me know if you need any additional information.
Ah! No, I hadn’t tested it again since you’d said the mailto only worked with text fields. Just tried it now and it seems to work with email-type fields as well. Fantastic! Thank you very much.
Hi. Sorry – I’ve been away for the past couple of days. Yes, it works now. Thanks for the fix.
A small feature request, though: could you add to your ‘to-do’ list to implement support for the ’email’ ACF field type? That has the advantage of having validation to ensure the text entry conforms to a valid email address. Thanks!