Booklium: demo data is not installing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #912894
    Yvonne Heppell-Mooney
    Participant

    Demo data is not installing. Does anyone know how to install it manually?

    #913427
    Alex M
    Participant

    Are you on a local server or a hosting?

    Try to disable the generation of images during the import with the following code. You can add this code to the end of functions.php file in your theme.

    add_filter(
      'pt-ocdi/regenerate_thumbnails_in_content_import',
      '__return_false'
    );

    You can try to import the content manually, with the original WordPress importer plugin. The XML is located in /booklium/assets/demo-data/booklium-%theme-variant%

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.