2.8 Update – issues with shortcode output in Avada theme
-
Hi there! The latest Pods update seems to not work well with the Avada Theme (from ThemeFusion). My output shortcode looks like:
<div class="resource-list-display">[pods name="resource" template="Resource List" pagination="true" orderby="date DESC" limit="9"]</div>Unfortunately what gets outputed is a database error message:
string(522) "Database Error; SQL: SELECT DISTINCT 't'.*, 'd'.* FROM 'wp_posts' AS 't' LEFT JOIN 'wp_pods_resource' AS 'd' ON 'd'.'id' = 't'.'ID' WHERE ( ( 't'.'post_status' IN ( 'publish' ) ) AND ( 't'.'post_type' = 'resource' ) ) ORDER BY 'd'.'date' DESC, 't'.'menu_order', 't'.'post_title', 't'.'post_date' LIMIT 0, 9; Response: Unknown column 'd.date' in 'order clause'"Any ideas on whats happening here and how to fix? Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘2.8 Update – issues with shortcode output in Avada theme’ is closed to new replies.