Forum Replies Created
-
AuthorPosts
-
October 21, 2023 at 9:34 am in reply to: PHP Fatal error: Uncaught Error: Call to undefined function wc_get_notices() #1423194
Hi Ismael,
Sorry I missed your response till now. Those are the error logs. I did add your code function to child function.php to disable cart dropdown. So would not be showing that error in the error logs unless function disable code is removed.
October 13, 2023 at 12:46 pm in reply to: PHP Fatal error: Uncaught Error: Call to undefined function wc_get_notices() #1422387You can access by clicking on WP Engine tab in the wp admin dashboard
October 12, 2023 at 10:36 pm in reply to: PHP Fatal error: Uncaught Error: Call to undefined function wc_get_notices() #1422272Thank you..much appreciated! logins below.
October 10, 2023 at 8:52 pm in reply to: PHP Fatal error: Uncaught Error: Call to undefined function wc_get_notices() #1422052Hi Ismael,
Thanks for quick reply! I don’t have any scheduled task plug-in. Anyway to troubleshoot and not lose the cart drop down functionality?
Hi Nikko,
I really appreciate your help on this!
I am still seeing these errors in log though I have not been able to find what is triggering them. Woocommerce conversions have significantly dropped which I strongly suspect is related to whatever is causing these errors.Hi Nikko,
Thank you for your help! I created a staging copy and ftp access.
I’m also seeing this ‘notice’ error in logs, maybe this sheds some light on the PHP Fatal error: Uncaught Error: Call to undefined function wc_get_notices()
Payment gateway with handle ‘wc-payment-method-cod’ has been deactivated in Cart and Checkout blocks because its dependency ‘wc-blocks-registry’ is not registered. Read the docs about registering assets for payment methods: https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/extensibility/payment-method-integration.md#registering-assets
Maybe some deprecated function in child function.php?
I’m having a hard trying to find it as well but the error is still showing in the site error logs.
Hi Rikard,
Updated to PHP 8.0 though still have issue. Also updated to WP 6.1This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.February 2, 2017 at 8:47 pm in reply to: Add 'Order by' option to avia blog post grid element #742021Surely that was an oversight that only the blog post element doesn’t have the check boxes for setting ‘order by’
or is there a reason why specifically the blog post element has these settings omitted?
January 27, 2017 at 4:11 pm in reply to: Add 'Order by' option to avia blog post grid element #739444Hi Vinay,
Yes I am aware of that function which ‘switches on’ the functionality. That’s almost 3 years old…in the meantime the ‘Order by’ functionality has been already included in the masonry and portfolio grid elements. Why not the blog post element?
Is this planned for future release? I believe many users would love to have this functionality without having to add a function override.October 2, 2015 at 8:42 pm in reply to: How to update theme and not lose custom sidebar and widgets #513023Yes that will be a lot of work..but at least I’m mentally prepared now. So will the custom sidebars still be there after update just empty? and the individual pages will still retain which sidebar is assigned to the respective page?
Any other potential issues I should aware of upgrading from 3.0.2 and from 4.0 WP to latest wordpress?
Thanks!
October 1, 2015 at 7:04 pm in reply to: How to update theme and not lose custom sidebar and widgets #512362Thanks for quick reply.
Wordpress version 4.0
Enfold 3.0.2 with child themeNo I’m not renaming folder and I have successfully updated 10+ previous Enfold theme updates
- This reply was modified 9 years, 1 month ago by ttem.
November 2, 2014 at 8:29 am in reply to: Updated to 3.0.2 Breadcrumb showing twice for blog and calendar #344816Resolved. Thanks.
Found solution to missing title by adding the appropriate title mod from below function:// Runs the <title> element through our custom filter add_filter('tribe_events_title_tag', 'filter_events_title'); // If you are using certain versions of Yoast you might try deleting the above line and uncommenting the following one // add_filter('wpseo_title', 'filter_events_title'); // Tribe events: Manually set title for each page function filter_events_title ($title) { if ( tribe_is_event() && is_single() ) { // Single Events $title = 'Single event page'; } elseif ( tribe_is_venue() ) { // Single Venues $title = 'Venue page'; } elseif (tribe_is_organizer() && is_single() ) { // Single Organizers $title = 'Organizer page'; } elseif ( tribe_is_month() && !is_tax() ) { // Month View Page $title = 'Month view page'; } elseif ( tribe_is_month() && is_tax() ) { // Month View Category Page $title = 'Month view category page'; } elseif ( tribe_is_upcoming() && !is_tax() ) { // List View Page: Upcoming Events $title = 'List view: Upcoming events page'; } elseif ( tribe_is_upcoming() && is_tax() ) { // List View Category Page: Upcoming Events $title = 'List view Category: Upcoming events page'; } elseif ( tribe_is_past() && !is_tax() ) { // List View Page: Past Events $title = 'List view: Past events page'; } elseif ( tribe_is_past() && is_tax() ) { // List View Category Page: Past Events $title = 'List view Category: Past events page'; } elseif ( tribe_is_week() && !is_tax() ) { // Week View Page $title = 'Week view page'; } elseif ( tribe_is_week() && is_tax() ) { // Week View Category Page $title = 'Week view category page'; } elseif ( tribe_is_day() && !is_tax() ) { // Day View Page $title = 'Day view page'; } elseif ( tribe_is_day() && is_tax() ) { // Day View Category Page $title = 'Day view category page'; } elseif ( tribe_is_map() && !is_tax() ) { // Map View Page $title = 'Map view page'; } elseif ( tribe_is_map() && is_tax() ) { // Map View Category Page $title = 'Map view category page'; } elseif ( tribe_is_photo() && !is_tax() ) { // Photo View Page $title = 'Photo view page'; } elseif ( tribe_is_photo() && is_tax() ) { // Photo View Category Page $title = 'Photo view category page'; } return $title; }
November 1, 2014 at 5:42 am in reply to: Updated to 3.0.2 Breadcrumb showing twice for blog and calendar #344477This reply has been marked as private.October 29, 2014 at 11:46 pm in reply to: Updated to 3.0.2 Breadcrumb showing twice for blog and calendar #343085This reply has been marked as private.May 29, 2014 at 11:48 pm in reply to: Adding content to /shop page is appearing in wrong location on page #272153Hi Just updated to 2.8.1 and still above issue remains.
Any solutions?
May 15, 2014 at 2:35 am in reply to: Adding content to /shop page is appearing in wrong location on page #265018Hi Peter or Kriesi,
Just following up… any update on this?
April 17, 2014 at 8:34 pm in reply to: How remove add to cart/ select options links on shop and catalog pages? #252868Yigit,
I think I have it figured since I will only have one button ‘Show Details’ for all products, I changed the following width from 49% to 100%
#top .avia_cart_buttons .button {width: 100%;}
That now centers the ‘Show Details’ button..regardless of this css
#top .avia_cart_buttons .button:last-child { float: right;}
Should be ok?
April 17, 2014 at 9:39 am in reply to: How remove add to cart/ select options links on shop and catalog pages? #252532Thank you Peter that successfully removes the ‘select options’ link
There was still a redundant delimiter so I removed this from line 213:
if(empty($extraClass)) $output .= " <span class='button-mini-delimiter'></span>";
Now the ‘Show Details’ link is floated right…what is the best way to get it centered?
Thank you Peter I am following this thread as I have the same problem.
Is there a way to hard code the breadcrumb for all portfolio entries to Home / Portfolio (specified id of the main parent portfolio/grid) / Portfolio Item
without any of the portfolio categories in the breadcrumbSo regardless of whether there may be many portfolio masonry grid pages just assign the main one’s page-id as the the parent breadcrumb to all portfolio items
can this be achieved with avia modify breadcrumb function?
-
AuthorPosts