|
New Genesis widget area not showing up in Layouts
Started by: harryT
in: Types Community Support
Quick solution available
Problem:
Genesis widget is not displaying in the Layouts editor.
Solution:
Deactivate/delete Toolset Genesis Integration as the latest version of Layouts is already integrated and integration plugin is now obsolete, you don’t need it anymore to make Layouts plugin work.
|
|
2 |
3 |
7 years, 4 months ago
harryT
|
|
Doesn’t load standard article layout
Started by: vincenzoV
in: Types Community Support
Quick solution available
Problem:
I've modified my theme files to integrate "layouts": everything works, but now when I load a standard article (WP Posts) I just see the title. Is it possible that "standard" posts remain with the original layout of the theme and Custom Post Types use the Layouts created with layouts plugin?
Solution:
Yes it's possible, you need to have 2 things in your theme, two separate template files for each post type. For example if you have custom post type called “Portfolio” and a normal WP post type “Posts”.
- Posts is loading template file = single.php
- Portfolio is loading template file = single.php (yes same, as theme does not have its own template file).
So what we need to tell “Portfolio” post type, is to load its own template file (single-portfolio.php) and normal blog posts should keep loading the original (single.php) template file. To do this:
- Make a copy and rename single.php >> as single-portfolio.php template file in your theme. This should have the layouts integration the_ddlayout();
- Resave the permalinks in WP Dashboard >> Settings >> Permalinks.
- Whereas your original single.php should not have layouts integration, because now it will only be used for the blog Posts.
Relevant Documentation:
You can read more about WordPress Template Hierarchy here (Single Post): https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
|
|
2 |
7 |
7 years, 5 months ago
vincenzoV
|
|
In my plugins only Types are showing registered. All else shows you must, etc.
Started by: cindyB
in: Types Community Support
Quick solution available
Problem:
The issue here is that the customer was only seeing types are their only registered plugin.
Solution:
One solution for this is that you can re-register the plugin by removing the previous site key and re-generating a new one for the site.
|
|
2 |
3 |
7 years, 7 months ago
cindyB
|