Ole Andreas Vekve
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Problems activating / deleting / updating
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 5 | 2 years, 2 months ago | |
Show child pages
Started by: Ole Andreas Vekve
in: Toolset Professional Support
Problem: Solution: For more information on how to do the relationships correctly please take a look at the link below. |
|
2 | 4 | 4 years, 3 months ago | |
WordPress Archive – Filter editor – Show taxonomy as buttons
Started by: Ole Andreas Vekve
in: Toolset Professional Support
Problem: Solution: You can find proposed solution with the following reply: Relevant Documentation: |
|
2 | 3 | 4 years, 4 months ago | |
Post types on map linked to Filter and an archive loop
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 8 | 4 years, 8 months ago | |
Design category page – Layouts – Views
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 3 | 4 years, 8 months ago | |
Show two separate layouts on front page
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 7 | 4 years, 11 months ago | |
Using the_ddlayout inside page.php template
Started by: Ole Andreas Vekve
in: Toolset Professional Support
Problem: I would like to use Layouts to design the content area of my site only. My theme is not integrated. If I add the_ddlayout(), Layouts takes over the entire site. How should I modify my site PHP templates to allow Layouts to design the content area only? Solution: if ( have_posts() ) : while ( have_posts() ) : the_post(); // Post Content here endwhile; else : //your theme's "No posts found" template call endif; Also you should not return "true" in this filter unless you want Layouts to take over the design of the entire site: add_filter( 'ddl-is_integrated_theme', 'theme_is_integrated_with_layouts' ); function theme_is_integrated_with_layouts() { return false; } Either return false, or remove the filter entirely. By default, Layouts will not be integrated if you remove the filter. Relevant Documentation: https://toolset.com/documentation/user-guides/layouts-theme-integration/ |
|
2 | 13 | 5 years, 1 month ago | |
Slow loading time for page and search
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 6 | 5 years, 6 months ago | |
If types field checked dont show post
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
3 | 14 | 5 years, 6 months ago | |
Sorting / Ordering for Views
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 4 | 5 years, 7 months ago | |
Views does not show all posts
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 14 | 5 years, 7 months ago | |
Placeholder + Search button for [wpv-filter-search]
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 3 | 5 years, 8 months ago | |
Remove the warning for layout prevent editing
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 7 | 5 years, 8 months ago | |
Archive into View into Layout into a page
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 15 | 5 years, 8 months ago | |
Add WordPress Archive Cell to a layout. Show only one specific post type.
Started by: Ole Andreas Vekve in: Toolset Professional Support |
|
2 | 7 | 5 years, 9 months ago |