Can't Import Additional Pages
-
Progress bar says it is okay but I can’t find imported page on ‘Pages’ section.
Can you help me?
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
I’m developing on localhost and I haven’t added any plugins yet.
Sorry, but could you please upload your website to some server so we can be able to check this? We don’t see this problem on our end.
Kind Regards
I uploaded. Please check my issue.
Sorry for the inconvenience, to fix the problem, you need to edit the file /framework/class-framework.php
and replace the following code
// Template library.
if ( xts_is_build_for_space() ) {
xts_get_file( 'framework/integration/elementor/template-library/class-library-source' );
xts_get_file( 'framework/integration/elementor/template-library/class-library' );
}
with this one
// Template library.
xts_get_file( 'framework/integration/elementor/template-library/class-library-source' );
xts_get_file( 'framework/integration/elementor/template-library/class-library' );
Also, add the following snippet to the file /framework/integration/elementor/template-library/class-library.php
on line 57
if ( ! xts_is_build_for_space() ) {
return;
}
Kind Regards
Worked. Thank you. One more question.
I uploaded it from localhost to the server, but one svg icon started not to appear. Why does this happen? Can you check? ‘Why Choose Us?’ section on the home page, the third icon in the section.
It seems that the file_get_contents
function for URLs is disabled on your server. You need to contact your provider and ask to enable this option.
Thank you so much. My problem is solved.
The topic ‘Can't Import Additional Pages’ is closed to new replies.