MaryMak
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Fatal Error with new version 5.6.1.1Hi Rafsun,
I’m still getting the fatal error with 5.6.1.2 as well. However, it works if I deactivate Restrict Content Pro. That plugin is essential to our site though. Is there a way around this conflict?
Forum: Plugins
In reply to: [Event Tickets and Registration] Fatal Error with new version 5.6.1.1Here is the error in the email notification:
WordPress version 6.2.2
Active theme: Hearth and Stone (version 1.0.0)
Current plugin: Event Tickets (version 5.6.1.1)
PHP version 7.4.33Error Details =============
An error of type E_ERROR was caused in line 27 of the file /home/customer/www/hearthandstonelht.com/public_html/wp-content/plugins/event-tickets/common/src/Common/Contracts/Container.php. Error message: Uncaught TEC\Common\Exceptions\Not_Bound_Exception: Error while making RCP\PUE\Provider: class ‘tad_DI52_ServiceProvider’ not found. in /home/customer/www/hearthandstonelht.com/public_html/wp-content/plugins/event-tickets/common/src/Common/Contracts/Container.php:27 Stack trace: #0 /home/customer/www/hearthandstonelht.com/public_html/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(453): TEC\Common\Contracts\Container->get(‘RCP\PUE\Provide…’) #1 /home/customer/www/hearthandstonelht.com/public_html/wp-content/plugins/event-tickets/common/src/Tribe/Container.php(305): TEC\Common\lucatume\DI52\Container->register(‘RCP\PUE\Provide…’) #2 /home/customer/www/hearthandstonelht.com/public_html/wp-content/plugins/restrict-content-pro/core/includes/class-restrict-content.php(202): tribe_register_provider(‘RCP\PUE\Provide…’) #3 /home/customer/www/hearthandstonelht.com/public_html/wp-content/plugins/restrict-content-pro/core/includes/class-restrict-content.php(190)
- This reply was modified 2 years, 11 months ago by MaryMak.
Forum: Plugins
In reply to: [Sold Out Badge for WooCommerce] Sold Out Badge on VariationsHello,
I am having this same issue. I think the problem is that, when the sold out variant is selected, the sold out badge shows on all of the product photos. So, it doesn’t know which gallery images are only associated with particular variations.
I know that might be difficult to address with your plugin, so a workaround might be to offer different options for the text over the images and the text shown above the ‘Add to Cart’ button. Then merchants could say something like “Some options are currently out of stock.” on the banner over the images.
Another nice feature would be too add an out of stock message in the variant dropdown list so it would show something like “Title of Variation — OUT OF STOCK”
Just a thought. Thanks!
- This reply was modified 3 years, 4 months ago by MaryMak.
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Couldn’t find this redirect.I don’t see anything on the server that would be causing this and the host didn’t either. I will just switch to a different plugin for this purpose. Thank you.
Found it. There was maybe a change in the way shortcodes need to be echoed in WP 6? I had to edit the header template that displays the shortcode from a custom PODS field. Forms are displaying again. If it helps anyone, I was just echoing the shortcode variable previously:
echo $hubspot_form;
and had to change it to:
echo do_shortcode($hubspot_form);Just want to note that using the instructions provided worked for me (GDPR Cookie Consent > Settings > Advanced tab and click on Delete site data from CookieYes button). However, I had to Disconnect from CookieYes in GDPR Cookie Consent > Cookie Scanner first. Hope this helps.
- This reply was modified 4 years, 1 month ago by MaryMak.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event times are not displayingThat worked, thank you!
You’ve already fixed it! Amazing. Thanks so much!
OK, good to know for future use. Thank you!
I just pulled this out through PHPMyAdmin but it didn’t have the shipping method title included. I mapped those manually in a csv file. It would be nice to be able to export that more cleanly. Just a suggestion for those who may not have easy direct access to the database.
Forum: Plugins
In reply to: [Weather Atlas Widget] Weather is incorrectI just noticed that the upcoming forecast days are off as well. It starts with the day before rather than the day after.
Forum: Plugins
In reply to: [Sponsors] Display issues with slider shortcodeHi @ibenic,
I think just this one addition to the CSS should make the logos align vertically.
.wp-sponsors.slider.vertical-center .slick-track {
align-content: center;
}Thank you.
Forum: Plugins
In reply to: [Awesome Weather Widget] Removal from the WP.org ? Why?+1
Love this widget. Hope it comes back!
Forum: Plugins
In reply to: [Sponsors] Display issues with slider shortcodeForum: Plugins
In reply to: [Post Types Order] Sort by meta value stop working when your plugin activatedThis is happening to me as well. I excluded the affected post type in Settings but it doesn’t make a difference. It is still affecting that post type. I know because it changes with the Post Types Order plugin disabled.