Demo Data Import

Homepage Doesn’t Look Like The Demo?

To setup homepage for your site: Dashboard > Pages > Add New page > Home Than go to

Dashboard > Settings > Homepage settings > Front page displays > Select your homepage and save.

I activated my new theme and it doesn’t look like the demo. What’s up with this??

There are typically a couple of things you’ll need to do to get your theme setup and running like you see in the demo.

  1. Setup demo content
  2. Get theme options setup
  3. Setup your Homepage

Why Images not imported with demo data ?

Images are not imported with demo data because of copyright© regulations which do not allow their reuse. Images that come with the theme are dummy images only.

Why my demo data doesn’t look identical as per live demo of JobCareer theme?

To have demo data as per live demo of JobCareer theme, please make sure your server has following configurations in php.ini to avoid any issue while demo data import.

  • upload_max_filesize = min 128M
  • memory_limit = 256M or Greater.
  • max_input_vars above 5000
  • post_max_size above 250M
  • max_input_time above 300
  • max_execution_time above 300

Add following in php.ini

  • suhosin.get.max_vars 50000000
  • suhosin.post.max_vars = 50000000
  • suhosin.request.max_vars = 50000000