sarahsas
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cannot add or edit APIs@ihereira all good, nevermind, it’s definitely the conflict with Caldera forms. I have notified them of the css class conflict, perhaps you can notify your team as well, hopefully one side or the other can update their class names to avoid the conflict. The class conflict is with “settings-panel”. Thanks!
Forum: Plugins
In reply to: [WooCommerce] Cannot add or edit APIsUpdate, In the inspection window, I found that div id=”key-fields” class=”settings-panel” was set to display: none, and if I change that to display:block, then the form loads. See screenshot. Looks like it’s pulling some CSS from Caldera-forms plugin??? https://imgur.com/LO6gr5S
Forum: Plugins
In reply to: [Theme My Login] Custom text/html before login formAh! fabulous, thanks @jfarthing84, for some reason I couldn’t find the shortcodes the other day. That’s exactly what I was looking for. Thanks!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] disable pause on hover@patelketan Wonderful, thanks so much, this works. And yes, I’m aware that updating the plugin will overwrite, but thanks for the reminder! Appreciate it!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] disable pause on hoverHi @patelketan interesting, because I’m using the free version and it is definitely pausing the carousel action on hover already by default.
I’m actually looking to DISABLE this feature, not enable it?
Please advise?
@abwaita thanks so much, that definitely helps ??
Disregard… unbeknownst to me, my client had gotten upsold by GoDaddy on some ridiculous firewall software that was basically blocking ALL of WordPress… Thanks GoDaddy… ugh…
@mihaiimagely Ah, thank you. Changed the url from relative to absolute, and that seems to have done the trick. Strange, but it’s working. Thank you!
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Help with settings for commercial listingsAH! SEO!!! thank you, I knew it had to be in the settings somewhere, I just couldn’t find it. Thanks so much @estatik , it’s all sorted now! Thanks for the quick response.
Forum: Plugins
In reply to: [Widgets for Google Reviews] Editor user permissionsThat would be super, thank you so much @trustindex . I’ll keep an eye out for the updates.
Forum: Fixing WordPress
In reply to: Vimeo external link not workingAlthough I’m using the exact same theme here and the links are working in this one: https://ausdancevic.org.au/courses/cert-2/
So the mystery deepens…
Forum: Fixing WordPress
In reply to: Vimeo external link not workingHi @gappiah thanks so much for investigating for me. Very strange indeed. I disabled all plugins already and still had the issue, so maybe it’s a theme conflict… I’ll keep digging. Thanks!
Yes, thanks again for coordinating with me. I’ll keep you posted once I do the big upgrade and see if that solves everything. Thanks!
Hi there, thanks for your response. I ran the update and problem still persisted. Please note, this installation is still running WordPress 5.6.2, as I am not ready to update this site to 5.7 yet, so perhaps this could be the issue?
As this site is live with thousands of users, and the pop up is used for the login page, I cannot show you the live site with the updated plugin… I had to rollback again to 3.79. This is the site: https://ausdancevic.org.au/
You can see the login button in the top right of each page. Pop ups are also used for staff bios on this page: https://ausdancevic.org.au/about/our-team/
I have enabled debug mode for you though. If you would like to schedule a time to test it together, I can temporarily update and then rollback when you’re done? Email me at [email protected] if you want to coordinate this.
Otherwise I will just skip the latest updates of the plugin for now… thanks!
Hello, thanks so much for the suggestion. Unfortunately that solution didn’t work for me, because there was no REST API call to fetch the authors on the screen I was having problems with.
I found a solution though… so for future reference, I was able to get the authors I wanted listed in the drop down, by hooking into this filter:
add_filter( ‘wp_dropdown_users_args’, ‘change_user_dropdown’, 10, 2 );
Thanks!