Skip Navigation

[Résolu] Toolset Starter Theme to generatepress

This support ticket is created Il y a 7 années et 3 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

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)

Ce sujet contient 3 réponses, a 2 voix.

Dernière mise à jour par Luo Yang Il y a 7 années et 3 mois.

Assisté par: Luo Yang.

Auteur
Publications
#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