Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #188448

    Hello,
    I would like to know where the templates are stored.
    I ask because I would like to import them on the site in remote site, without necessarily dump the db locally and reload it.

    I also happen after migration from local to remote to find in remote duplicate the template.
    https://dl.dropboxusercontent.com/u/8497472/duplicate-%20template.png
    Why does this happen?

    Thank you very much!

    Fabrizio

    #189299

    Hey FabriGar!

    I believe they are stored in the frameworks one super object but I’m not sure if that is transferable by itself. I’ll tag the topic for Peter who may be able to say for sure.

    Regards,
    Devin

    #189349

    Thank you so much Devin
    then look for a response from Peter!

    Bye Bye!

    FabriGar

    #189424

    Hi!

    The templates are stored as post meta values in the wp_postmeta table. Use a tool like phpmyadmin to view the table content and search for “_avia_builder_template_” – it should return all data fields which contain the template data. The meta key varies based on the template name. I.e. if you named your template “Test” the meta key is “_avia_builder_template_test”.

    Cheers!
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Import Template Saved’ is closed to new replies.