How to fix this fatal error

Hi, I’m experiencing this error on my site. I don’t know how to fix it. Any help would be much appreciated.

Fatal error: Uncaught Error: Call to undefined function putRevSlider() in /home/fhe0p7qtb420/public_html/wp-content/themes/morningtime-wpl/inc-slider.php:18 Stack trace: #0 /home/fhe0p7qtb420/public_html/wp-includes/template.php(690): require() #1 /home/fhe0p7qtb420/public_html/wp-includes/template.php(647): load_template(‘/home/fhe0p7qtb…’, false) #2 /home/fhe0p7qtb420/public_html/wp-includes/general-template.php(155): locate_template(Array, true, false) #3 /home/fhe0p7qtb420/public_html/wp-content/themes/morningtime-wpl/header.php(89): get_template_part(‘inc’, ‘slider’) #4 /home/fhe0p7qtb420/public_html/wp-includes/template.php(688): require_once(‘/home/fhe0p7qtb…’) #5 /home/fhe0p7qtb420/public_html/wp-includes/template.php(647): load_template(‘/home/fhe0p7qtb…’, true) #6 /home/fhe0p7qtb420/public_html/wp-includes/general-template.php(41): locate_template(Array, true) #7 /home/fhe0p7qtb420/public_html/wp-content/themes/morningtime-wpl/index.php(11): get_header() #8 /home/fhe0p7qtb420/public_html/wp-includes/templa in /home/fhe0p7qtb420/public_html/wp-content/themes/morningtime-wpl/inc-slider.php on line 18

Welcome, @mmcwhorter01. Since this seems to be an error regarding a plugin in a WordPress website, I’m going to move your post to the WordPress section where you might be more likely to get a helpful response.

Thanks

@mmcwhorter01 it looks like you theme is calling the putRevSlider function, which it cannot find. This function belongs to the Revolution Slider plugin, have you recently disable this plugin?

It could also be a bug in the theme, have you checked if there is an update available for your theme?

The RevSlider is built into theme so there is no plugin to disable. I’ve had issues with this paid theme since day one. I’m one the latest update.

Ah, then I’d say it’s a bug in the theme. You may have to take this up with the theme developer.

How do I remove the revslider completely from the theme? I want to replace it with something else in the meantime.

@mmcwhorter01 it depends entirely on how the silder is is implemented in the theme.

  1. If it’s completely integrated, then you’ll need to remove the revSlider code and all function calls to that code.
  2. If its integrated as a plugin, you’ll need to remove all function calls to the plugin code and disable the plugin
  3. If it’s just being implemented as a shortcode, you can simply replace the shortcodes on your content and use whatever slider you want.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.