Hi, I have updated the plugin from version 2.3.3 to the latest release. The custom Post types previously created have been preserved, but when I access the page the content is not visible.
Only the header is displayed with navigation and then the page remains completely blank. The footer is also not displayed.
How can I solve this?
Is there any documentation that you are following?
I tried setting up WP's deafult permalink and then the hidden link structure.
Is there a similar example that we can see?
The original site with version 2.3.3 of toolset. hidden link
Thank you for the login. What I see when I enable the wordpress debugging is the following error.
Fatal error: Uncaught Error: Call to undefined function mfn_opts_get() in /home/glowebit/public_html/demo2/wp-content/themes/generatepress_child/single-biennali.php:32 Stack trace: #0 /home/glowebit/public_html/demo2/wp-includes/template-loader.php(106): include() #1 /home/glowebit/public_html/demo2/wp-blog-header.php(19): require_once('/home/glowebit/...') #2 /home/glowebit/public_html/demo2/index.php(17): require('/home/glowebit/...') #3 {main} thrown in /home/glowebit/public_html/demo2/wp-content/themes/generatepress_child/single-biennali.php on line 32
Essentially the problem is coming from your custom post template in your child theme. Specifically this line below.
$h = mfn_opts_get( 'title-heading', 1 );
During my checks it would appear the function mfn_opts_get() is declared in the Betheme however you're using the generatepress theme hence you're getting this error.
Thank you Shane for your reply.
the previous theme was Betheme and the child-theme was made by another developer.
Now I use Generate Press.
I will try to figure out how to fix this.