export

Export Theme Settings

Hi I’m new to Generatepress and finding my feet! I want to practice putting together a site and then export the theme settings/design to an existing live site. During this progress, I’ll need to export a few iterations. When I Export Settings (in Appearance > Generatepress) a .json file is downloaded. I was expecting a … Read more

Exporting site for client

Hi, new to GP. I’m wanting to use it/Elementor to build sites for clients. Can I export the theme I’ve built to deliver or will I have to purchase a new license for each client? Thanks!

Export site settings

Hello, I know there’s an addon to export site settings but I just have a few questions: 1) Is there a way to export ALL settings, and not just the individual modules? 2) What does “default settings” refer to? I think it means the “out of the box” settings, but not sure why that would … Read more

Exporting by a unique file

Hi, today I used the export/import feature, and I think can be faster exporting all the settings by a unique file, and not 8. Maybe you can put 8 check boxes, so anyone can select only the file-settings he needs, and later export and import everything in only one file. It seems a simple update … Read more

Export/Import All GP Settings

Hi Tom, I know I could export difference addon settings of GP, but I would like all the settings to be exported so I could export it in one go to my sites, could you please let me know how to achieve it? Look forward to hearing from you. Thanks

An alternative way to add custom css and backup/export/save it for another site

Install this plugin: https://wordpress.org/plugins/code-snippets/ Add a new snippet like this… (i’ve added my css as an example only) Add your css between the echo '<style type="text/css"> and </style>'; tags // EXTRA Theme CSS function custom_css() { echo '<style type="text/css"> .textwidget.widget-text form select#cat.postform {margin-bottom:5px;} .entry-meta {display:none;} .entry-meta {color:#333;} .sidebar form select#cat.postform {font-size:14px;padding:5px;} .entry-content ul {margin:20px;} .entry-content … Read more

Add additional customization

Hi Tom, Can you please let me know how do i go about adding more customization options. You had mentioned earlier that ” if you know how to add the code to your child theme” i can do it. But for the child theme i just go ahead and add it using “simple css” if … Read more