JboyJW
Forum Replies Created
-
Saw the latest update which has prompted me to now submit a pull request. 🙂
Ah, in creating my own custom custom query, I figured out the problem. You can’t use get_the_ID() to get a category ID. Instead of get_the_ID(), you should use get_queried_object(). That works for getting the ID of a post or a category when calling get_field.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Quota breaches dailyNeither quite did what I wanted, but I went with My YouTube Channel. Smashballon was the other one. Either work fine depending on how you want it laid out and their caching works.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Quota breaches dailyJust following up. I tried 2 other plugins that allows for a feed of my YouTube Channel through YouTube’s API and the problem does not occur on either. It would appear there is either a caching issue with your plugin, or there is a security issue that is allowing someone to clear the cache or force the API to be called over and over again. For now, I’m using another plugin, but I prefer the features of your plugin…
I experienced this same issue after recently updating Elementor. Going to Elementor->Settings and just clicking Save Changes appears to clear the issue. I’ve had it happen on 2 sites and that worked both times.
Forum: Plugins
In reply to: [Download Monitor] Logs are gone??Thank you! I had this same issue. Had to use the User Role Editor plugin to add the dlm_view_reports capability. manage_downloads and dlm_manage_logs were both there, but not dlm_view_reports.
Forum: Plugins
In reply to: [Spotlight Social Feeds - Block, Shortcode, and Widget] Alt text not captionSorry, missed your response. There’s no checkbox for Caption. I’m using the free version. Does that mean that the alt attribute of the images can only get populated with the paid version? The images need a properly descriptive alt attribute to be compliant for accessibility.
How is this not flagged in the setup process. When you set up GA4, Enhanced Measurement is all enabled by default. When you go through the MonsterInsights setup process, it should really provide an alert that when using their plugin, Outbound Clicks and File Downloads should be turned off in GA4 to avoid duplicate events. Grr…
Forum: Plugins
In reply to: [WooCommerce Square] Multiple images and variation imagesNot sure why the plugin would only import the main image and not any others… especially for variations… But okay, I guess I’ll submit a feature request. Thanks.
Forum: Plugins
In reply to: [Accordions] Background image bug reportThanks for the update! I downloaded 2.2.36 and yes, the background image code has been fixed properly, but it’s still not working because several other places in that file are incorrect:
Still in templates/accordion/accordion-hook.php, the space has been removed after all references to #accordions-<?php echo esc_attr($post_id); ?>
Lines 165, 172, 179, 185, 190, 195, 205, 214, and 233 all need a space after #accordions-<?php echo esc_attr($post_id); ?> to make the CSS work.
Forum: Plugins
In reply to: [Accordions] Background image bug reportStill not fixed in 2.2.35
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Fatal Error after updating the pluginOne of our clients is having the same issue as well when we try to upgrade the plugin and WordPress to the latest. What was the fix? Reinstall clean and reconfigure everything?
Thanks @wpsmort! This issue is fixed with v4.1.5.2.
Forum: Plugins
In reply to: [Accordions] Background image bug reportJust updated to 2.2.34. Still not fixed.
This also seems to be specific to using cookies to ensure that it only triggers once per day or something. Even using different cookies for each language.
I also find that sometimes it will actually work properly but then I look at the cookies and see that the French cookie takes longer to load in sometimes and so it pops up without an issue but it will pop up even when it has already been closed before.
Definitely no working like it should… Any ideas?
- This reply was modified 5 years, 2 months ago by JboyJW.