global01
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Joli Table Of Contents] Adding Maximum headings countHi @wpjoli,
Awesome thank you for your answer.
Best,Hi, thank you.
The character encoding issue is fixed.
I will check on my side concerning the second point.Best,
Happy new year’s eve!Yes indeed, I found a solution
In td-cloud-library/includes/tdb_functions.php
add line 125
if (isset($query->query[‘_ppp’]) and isset($query->query[‘preview’])){
return;
}if ( is_single() ) { if ( isset( $query->query['post_type'] ) && $query->query['post_type'] !== 'post' ) { return; } if ( isset( $query->query['name'] ) ) { $post_obj = get_page_by_path( $query->query['name'], OBJECT, 'post' ); } if (isset($query->query['_ppp']) and isset($query->query['preview'])){ return; }
Viewing 4 replies - 1 through 4 (of 4 total)