Title: Problem with Design
Last modified: June 19, 2026

---

# Problem with Design

 *  Resolved [pegbasti](https://wordpress.org/support/users/pegbasti/)
 * (@pegbasti)
 * [3 weeks, 6 days ago](https://wordpress.org/support/topic/problem-with-design-3/)
 * Hi everyone, I’m having a problem—likely involving my theme and your plugin. 
   Everything was working fine until the booking confirmation link started redirecting
   to a page that breaks everything on my site. I know the issue lies with the theme,
   but even the theme developer is a bit stumped. Perhaps you could figure out exactly
   what the debug error message is indicating? I’m completely at a loss. I used 
   a translator for this text; I do speak German.
 * **Fatal error**: Uncaught Error: Call to undefined function godlike_get_theme_mod()
   in /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-content/themes/godlike/functions.
   php:451 Stack trace: #0 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-content/themes/
   godlike/functions.php(239): godlike_compile_scss() #1 /var/www/vhosts/gdl-mg-
   ne.de/httpdocs/wp-includes/class-wp-hook.php(341): godlike_scripts() #2 /var/
   www/vhosts/gdl-mg-ne.de/httpdocs/wp-includes/class-wp-hook.php(365): WP_Hook-
   >apply_filters() #3 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-includes/plugin.
   php(522): WP_Hook->do_action() #4 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-includes/
   script-loader.php(2329): do_action() #5 /var/www/vhosts/gdl-mg-ne.de/httpdocs/
   wp-includes/class-wp-hook.php(341): wp_enqueue_scripts() #6 /var/www/vhosts/gdl-
   mg-ne.de/httpdocs/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()#
   7 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-includes/plugin.php(522): WP_Hook-
   >do_action() #8 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-includes/general-template.
   php(3208): do_action() #9 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-content/plugins/
   seatreg/php/pages/booking_confirm.php(30): wp_head() #10 /var/www/vhosts/gdl-
   mg-ne.de/httpdocs/wp-content/plugins/seatreg/php/seatreg_filters.php(94): include(‘…’)#
   11 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-includes/class-wp-hook.php(341): 
   seatreg_custom_pages() #12 /var/www/vhosts/gdl-mg-ne.de/httpdocs/wp-includes/
   class-wp-hook.php(365): WP_Hook->apply_filters() #13 /var/www/vhosts/gdl-mg-ne.
   de/httpdocs/wp-includes/plugin.php(522): WP_Hook->do_action() #14 /var/www/vhosts/
   gdl-mg-ne.de/httpdocs/wp-settings.php(771): do_action() #15 /var/www/vhosts/gdl-
   mg-ne.de/httpdocs/wp-config.php(106): require_once(‘…’) #16 /var/www/vhosts/gdl-
   mg-ne.de/httpdocs/wp-load.php(50): require_once(‘…’) #17 /var/www/vhosts/gdl-
   mg-ne.de/httpdocs/wp-blog-header.php(13): require_once(‘…’) #18 /var/www/vhosts/
   gdl-mg-ne.de/httpdocs/index.php(17): require(‘…’) #19 {main} thrown in **/var/
   www/vhosts/gdl-mg-ne.de/httpdocs/wp-content/themes/godlike/functions.php** on
   line **451**
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-design-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Siim Kirjanen](https://wordpress.org/support/users/thesiim/)
 * (@thesiim)
 * [3 weeks, 4 days ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18944181)
 * Hey
   Yes it seems like a conflict between the theme and plugin. Is this theme 
   called ‘godlike’ available to download somewhere?
 *  Thread Starter [pegbasti](https://wordpress.org/support/users/pegbasti/)
 * (@pegbasti)
 * [3 weeks, 2 days ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18945712)
 * Here is the link to the theme. I paid for it and also sent the details to Nikita,
   the designer. The problem is that support for these designs usually lasts a maximum
   of two years. Naturally, the error has now cropped up after three years. However,
   I did send the information to her personally. As I said, it’s the “WP Godlike”
   design. If you need specific files, though, we’ll have to sort that out privately,
   as I don’t know how she would react to you getting the files for a paid theme.
   Thanks a lot for your help.
 * [https://nkdev.info/wordpress-themes/page/2/](https://nkdev.info/wordpress-themes/page/2/)
   
   Godlike Theme
 *  Plugin Author [Siim Kirjanen](https://wordpress.org/support/users/thesiim/)
 * (@thesiim)
 * [3 weeks, 2 days ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18945869)
 * I made a GitHub branch of the potential fix: [https://github.com/SiimKirjanen/seatreg/compare/master…370-theme-conflict](https://github.com/SiimKirjanen/seatreg/compare/master...370-theme-conflict)
   
   But as I don’t have the theme myself I cant validate if it fixes the issue.
 *  Thread Starter [pegbasti](https://wordpress.org/support/users/pegbasti/)
 * (@pegbasti)
 * [3 weeks, 2 days ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18945928)
 * Dude, I could kiss you, love you—I don’t even know. I’m going to donate for your
   work; you pulled this off without even having specific knowledge of the theme—
   how awesome is that? I’m a bit short on cash right now, but at the end of the
   month, I’ll send something to your donation account. IT WORKS! WOW!
 *  Plugin Author [Siim Kirjanen](https://wordpress.org/support/users/thesiim/)
 * (@thesiim)
 * [3 weeks, 2 days ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18945966)
 * I am glad it worked. But keep in mind that the fix is not implemented in the 
   plugin yet. So every manual changes will be overridden when the plugin is updated.
   I will release a official patch fix but I need to do more testing…
   Donations 
   are greatly appreciated.
 *  Plugin Author [Siim Kirjanen](https://wordpress.org/support/users/thesiim/)
 * (@thesiim)
 * [3 weeks ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18948043)
 * Updated the plugin to version **1.68.1**
   Should now fix the issue.
 *  Plugin Author [Siim Kirjanen](https://wordpress.org/support/users/thesiim/)
 * (@thesiim)
 * [6 days, 3 hours ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18962082)
 * Will mark as resolved.

Viewing 7 replies - 1 through 7 (of 7 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-design-3%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/seatreg/assets/icon-128x128.png?rev=2542994)
 * [SeatReg](https://wordpress.org/plugins/seatreg/)
 * [Support Threads](https://wordpress.org/support/plugin/seatreg/)
 * [Active Topics](https://wordpress.org/support/plugin/seatreg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seatreg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seatreg/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Siim Kirjanen](https://wordpress.org/support/users/thesiim/)
 * Last activity: [6 days, 3 hours ago](https://wordpress.org/support/topic/problem-with-design-3/#post-18962082)
 * Status: resolved