Erik Joling
Erik Joling
Hi, First of all, thanks for this plugin. I just installed it, but I already see the benefits for me as a theme developer. I noticed a small issue: the...
I have a select field coded as followed: ``` ->set_layout('tabbed-vertical') ->add_fields(array( Field::make('select','project')->add_options(array( 25 => 'Project Name', 37 => 'Second Project Name' )) )) ->set_header_template('') ``` Currently this returns the project...
Hi, **Prequisite**: I'm using Windows 11 and LocalWP. When I export the theme using the Site Editor the name of the themefolder inside the ZIP is not the same as...