Skip Navigation

[Resolved] template doesn't work

This support ticket is created 5 years, 3 months ago. 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.

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)

This topic contains 4 replies, has 2 voices.

Last updated by Lara 5 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#1342425

I am trying to: create a template. The template can be seen here: hidden link

Link to a page where the issue can be seen: hidden link

I expected to see: a page with content

Instead, I got: nothing

#1342523

Hello,

Thanks for the details, I can see the problem you mentioned above, it seems your theme does not support Views content template.

Please try these:
1) Copy your theme file "single.php" to new file "single-reitlehrer.php"
2) Edit the new file "single-reitlehrer.php", replace the code from:

jacqueline_show_post_layout(
		array(
			'layout' => $single_style,
			'sidebar' => !jacqueline_param_is_off(jacqueline_get_custom_option('show_sidebar_main')),
			'content' => jacqueline_get_template_property($single_style, 'need_content'),
			'terms_list' => jacqueline_get_template_property($single_style, 'need_terms')
		)
	);

With:

the_content();

More help:
https://developer.wordpress.org/reference/functions/the_content/

#1342633

Hello Luo Yang,

is there a theme that works out of the box with the toolset plugin and is easy to configure? With my current theme, the whole thing might get complicated because I will need more templates than the "reitlehrer" template.

Kind regards
Lara

#1342639

Dear Lara,

There is a recommended theme list:
https://toolset.com/documentation/recommended-themes/

For your reference.

#1345265

My issue is resolved now. Thank you!
I switched to the theme GeneratePress

Kind regards
Lara