development site broken after migrating local site
-
Hi,
My local site (foracure.local) looks fine:
(ignore the background image, that is a remnant of the screenshot process)
If I transfer the database and themes using WP Migrate to dev.forecure.org.au the main content does not show:
This is caused by the following code being commented out:
<!--? Responsive\responsive_wrapper_top(); // before wrapper content hook. // Elementor
single
location. if ( ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) && ! ( function_exists( 'rea_theme_template_render_at_location' ) && rea_theme_template_render_at_location( 'single' ) ) ) { Responsive\responsive_wrapper(); while ( have_posts() ) : the_post(); get_template_part( 'partials/page/layout', get_post_type() ); comments_template(); endwhile; get_template_part( 'loop-nav', get_post_type() ); } ?--> <!-- end of #primary -->If I search for
<!--?
it is not found in the local parent or child theme.If I search for
Responsive\responsive_wrapper_top();
this function is not being commented out in the local parent or theme files.There is no caching locally or in the remote dev site.
Help appreciated.
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘development site broken after migrating local site’ is closed to new replies.