gfdesign
Forum Replies Created
-
Hi team.
I’ve just sent an email to your support team as suggested. Looking forward to your help resolving the issue.
Thanks!Thank you for your response.
We have tested several combinations with the Image SEO module, enabling and disabling it, as well as toggling the replacement and addition of attributes. However, the issue still occurs regardless of these settings.
The only workaround that has worked for us so far is the custom script we implemented to force the
data-elementor-lightbox-slideshowattribute, which seems to resolve the issue in subsequent galleries.Please let us know if there’s anything else we can try.
Best regards,
Hi team,
Just wanted to share that we found a temporary workaround using JavaScript to reapply the
data-elementor-lightbox-slideshowattribute to images inside JetEngine Repeater galleries. This restores the Lightbox navigation when Rank Math is active.This is the code we are using to fix it:
<script>
document.addEventListener("DOMContentLoaded", function () {
// Select all galleries generated by JetEngine
const galleries = document.querySelectorAll('.jet-engine-gallery-grid');
galleries.forEach((gallery, index) => {
const groupId = 'jet-gallery-' + index;
// Select all image links inside this gallery
const imageLinks = gallery.querySelectorAll('a[data-elementor-open-lightbox]');
imageLinks.forEach(link => {
// Force the re-insertion of the required attribute
link.setAttribute('data-elementor-lightbox-slideshow', groupId);
});
});
});
</script>It confirms that Rank Math is affecting the output of those attributes. Hopefully this can be addressed in a future update.
Thanks!
I’d like to thank the support team for their assistance. The issue was due to a misconfiguration on our end, and I appreciate your help in resolving it promptly.
Thanks again!Forum: Plugins
In reply to: [Custom Post Type UI] Move away from CPT UI is not possibleHi Michael
I think I was able to solve it. Reading other topics with similar issues, you suggested re-saving the CPTs without do any changes. So, I did that and it worked! Now, the code is valid and I can use it in other locations.
Thanks for your support.
Have a nice day.Forum: Plugins
In reply to: [Custom Post Type UI] Move away from CPT UI is not possibleHi Michael
Thanks for replying so fast.FYI, I copied all the code from CPT UI and put it on the Code Snippets plugin, and then deactivated all plugins except Code Snippets but unfortunately, I get the same results.
The production site is a little big (>13 Gb) so, I’ll try to make a staging site to make more testing.
I’ll let you know if I have some insight.
Best regardsSorry for my delayed reply. Yes, it worked but I wanted to do it by avoiding that method since it implies more steps. I thought this message could give you some clues about what I should do. Anyway, consider this ticket solved.
Thanks for replying.
Best regardsForum: Plugins
In reply to: [WooCommerce] Products with no stock display as “in stock”Hi @xue28
Thanks for replying.I’ve followed the steps you provided but the issue still remains. I disabled all plugins, except Woocommerce, and installed the Storefront theme. I also checked all products and they have ‘Allow backorders?’ as ‘Do not allow’.
When I go to WooCommerce > Status > Logs, I see this screen and nothing to download:

I am working on a staging environment and I could provide you access to study deeply if you want. Just let me know.
I’ll be looking forward to your comments.
At your orders.
Best regardsForum: Fixing WordPress
In reply to: Embedded Instragram posts not showingHi George
Could be true what you suggest. However, I tried clicking the “View this post on Instagram” in private mode and the posts are visible on Instagram no need to be logged in (just a login prompt at the bottom but you can see the post anyway).Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Sending is pausedHi Dani
Sorry for my delayed answer.
Fortunately, the solution for us was to change the Cron of the server to the cron of WordPress. Up to now, emails are sending with no problem.
We hope don’t have to face more troubles in the future.
Thanks for your support.
Best regardsForum: Plugins
In reply to: [WP Dummy Content Generator] Change size for featured image/thumbnailOk, I will do.
Thanks for replying.
Kind regardsForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Issue with archive pageHi Jory
Look like the problem is with our custom theme.
In a default theme I see no issues at first glance.I’ve been able to find to original author of this custom theme (he did it several years ago), so I hope he can help us to fix these bugs.
Thanks for your replies and for your time.
Best regardsForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Issue with archive pageJory, I looked at CPTs that we can’t access in the front end but they have enable the archive option.

Any other idea?
Until 2.8.3 version, these links worked fine.Thanks for your time.
Best regardsForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Issue with archive pageHi Jory
Thanks for replying me.According what I understood, these CPTs were created using Pods.
Please, take a look if I am wrong.

If it is so, where should I enable the archive options on Pods setting?
Looking forward to your comments.
Best regards`Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Issue with archive pageHi there
Sorry if I use this ticket but I have a similar issue with my site. Until 2.8.3 version, the site I manage (I clear up I wasn’t who did it), all links worked. However, after we updated Pods one page no longer work.
According what I see, each CPT page was created as archive template, but one of these archives give 404 error or redirect to home sometimes.
Please take a look in this link and click on WORKS > TV Shows. This page is no longer work 🙁
I also tried with this option ‘Pods > Settings > Clear cache’ but I didn’t work.
I’d appreaciate if you can guide me how to fix it.
Let me know if you need additional info.
Best regards`