Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Image Gallery With Pods for Elementor #5564

Closed
AlexDeat opened this issue Jan 5, 2020 · 3 comments
Closed

BUG: Image Gallery With Pods for Elementor #5564

AlexDeat opened this issue Jan 5, 2020 · 3 comments
Labels
Status: Need User Feedback Waiting on feedback from user who reported issue Type: Bug
Milestone

Comments

@AlexDeat
Copy link

AlexDeat commented Jan 5, 2020

Solution I Stumbled Upon

Before - [pods name="post" field="galeria_de_imagens"]

Insert Asterisk in both "" id and name and will work with all elementor posts, pods, etc...
After - [pods id=""name="" field="galeria_de_imagens"]

i was trying to erase and i typed the id and the name together... it worked... LOL

Issue Overview

Elementor Post with Pods Image Gallery wont work, it only imports one of the galleries, all other pots have the same gallery. Changing the new post image galleries images doesnt change nothing.

Expected Behavior

To each post, one individual gallery.
After i create the Gallery Pod, in the gallery space i can chose images without going each post inserting the images with elementor.

Current Behavior

All posts have the same gallery that the 1st post.

Pages And Shortcode

Im extending the Post Pod:

The POD config
image 1
image 2
image 3

Each page has different photos on the gallery
but it shows only the first page.

the shortcode im using:
[pods name="post" field="galeria_de_imagens"]

Pages:
https://amm.arq.br/arquitetura/
https://amm.arq.br/arquitetura-2/
https://amm.arq.br/arquitetura-3/

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label Type: Bug to this issue, with a confidence of 0.79. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@AlexDeat AlexDeat changed the title Image Gallery With Pods for Elementor BUG: Image Gallery With Pods for Elementor Jan 5, 2020
@JoryHogeveen
Copy link
Member

[pods name="post" field="galeria_de_imagens"]
If it's for the current post you should omit the name attribute:
[pods field="galeria_de_imagens"]

@JoryHogeveen JoryHogeveen added the Status: Need User Feedback Waiting on feedback from user who reported issue label Jan 12, 2020
@AlexDeat
Copy link
Author

I tried that, but for custom pod posts was not working.

Only for post extension worked.

Thank you!

@sc0ttkclark sc0ttkclark added this to the Pods 2.8 milestone Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Need User Feedback Waiting on feedback from user who reported issue Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants