Skip Navigation

[Resuelto] Toolset Starter Theme to generatepress

This support ticket is created hace 7 años, 3 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Luo Yang hace 7 años, 3 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#559457

Hi Luo, good day

i am now using Generate Press theme + elemantor pro builder.

I have some issue migrating to GeneratePress theme from toolset starter theme, is there any guide to migrate from toolset starter theme to Generate Press. I have followed everything from the documentations.

#559466

Dear C6410,

There isn't existed document for "migrate from toolset starter theme to Generate Press", I guess there will be some problems to setup the page header/footer/Menus, suggest you check our document to setup them manully:
Using Toolset with GeneratePress Theme
https://toolset.com/documentation/recommended-themes/using-toolset-with-generatepress-theme/

#561056

Hi Luo,

is this coded stil needed if im using GP template and Elementor ?

/**************************************************
 * Load custom cells types for Layouts plugin from the /dd-layouts-cells/ directory
 **************************************************/
if ( defined('WPDDL_VERSION') && !function_exists( 'include_ddl_layouts' ) ) {

	function include_ddl_layouts( $tpls_dir = '' ) {
		$dir_str = dirname( __FILE__ ) . $tpls_dir;
		$dir     = opendir( $dir_str );

		while ( ( $currentFile = readdir( $dir ) ) !== false ) {
			if ( is_file( $dir_str . $currentFile ) ) {
				include $dir_str . $currentFile;
			}
		}
		closedir( $dir );
	}

	include_ddl_layouts( '/dd-layouts-cells/' );
}

#561059

According to our document:
https://toolset.com/documentation/recommended-themes/using-toolset-with-generatepress-theme/

the custom function you mentioned above is not needed, but you can feedback if there is any problem with it. thanks