• Resolved VinnieJT

    (@vinautomatic)


    Edit: I believe support for this would be on Amely’s end to stop forcing Woo to load. Cross ticket on their support page: https://thememove.ticksy.com/ticket/2053830

    Please check out https://www.seosmoothdesign.com/clients/sc/shop/

    Whenever I click to go into a product (not quick view) or try to click the categories under the shop menu at the top – get a weird error I’m not sure what to do about. The theme was a woocommerce theme but everything has been disabled on that end and I have all the Bigcommerce pages/shortcodes set up correctly.

    Fatal error: Uncaught Error: Class 'Amely_Woo' not found in /home/seosmoot/public_html/clients/sc/wp-content/themes/amely/framework/class-enqueue.php:570 Stack trace: #0 /home/seosmoot/public_html/clients/sc/wp-includes/class-wp-hook.php(286): Amely_Enqueue->custom_css('') #1 /home/seosmoot/public_html/clients/sc/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/seosmoot/public_html/clients/sc/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #3 /home/seosmoot/public_html/clients/sc/wp-includes/script-loader.php(2537): do_action('wp_enqueue_scri...') #4 /home/seosmoot/public_html/clients/sc/wp-includes/class-wp-hook.php(286): wp_enqueue_scripts('') #5 /home/seosmoot/public_html/clients/sc/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #6 /home/seosmoot/public_html/clients/sc/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #7 /home/seosmoot/public_html/clients/sc/wp-includes/general-template.php(2745): do_action('wp_head') #8 /home/seosmoot/public_html/cli in /home/seosmoot/public_html/clients/sc/wp-content/themes/amely/framework/class-enqueue.php on line 570

    Any help would be greatly appreciated!

    • This topic was modified 5 years, 8 months ago by VinnieJT.
    • This topic was modified 5 years, 8 months ago by VinnieJT. Reason: update with amely ticket

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor becomevocal

    (@becomevocal)

    @vinautomatic you could try stubbing out the class and any functions the theme is attempting to call within the class (which, after you stub out the class you might get additional errors for)

    Something like this:

    
    class Amely_Woo {
    	public function function_being_called_by_theme() {
    		return null;
    	}
    }
    Thread Starter VinnieJT

    (@vinautomatic)

    I ended up disabling big/woo commerce, enabling woo, enabling big, and then setting woo’s shop page as another page so the two didn’t fight over /shop.

    Good enough for now. ??

    • This reply was modified 5 years, 8 months ago by VinnieJT.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting Errors with Product & Category Pages’ is closed to new replies.