• I submitted a few tickets previously to improve the theme but got no response back.
    I really like the theme design. However, it is too slow, causing users to leave the site due to unbreably long wait times. Especially, for the mobile side, the performance is just unacceptable.
    For the bugs:
    1. TN:Tab Posts Widget still displays 10 posts no matter what your settings are.
    2. Categories cannot be added as menu items in the new version through Customize -> Menus. You can still add them by following the Appearance -> Menus but I guess there is bug and it causes your newly added menu items to look in a weird and unclickable way.
    Lastly, there is no version history for the updates.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hello @muaksu

    We are sorry for the unfortunate experience that you’ve had with our Theme.

    We take Theme updates quite seriously but due to unexpected additional Braces on our codebase – this issue has occurred.

    We’ve now corrected this issue on our latest version of True News. Kindly update

    Also, We will definitely take your point into consideration about loading speed and release an update with the necessary actions.

    Please feel free to respond to your ticket in case you have anything else to share with us. ??

    Could you please reconsider the ratings?

    Regards,
    Stacey

    Thread Starter WordPressAuthor

    (@muaksu)

    Thanks for getting back.
    Updated to version 1.1.1 and it works now.

    I usually make the below customization to prevent unused spaces. Please consider it in the next version.
    Decrease query 2 size to 4 or increase query 3 array size to 6.

    true-news-block-1.php
    $left_block_2_query_1 = new WP_Query( array(‘post_type’ => ‘post’, ‘posts_per_page’ => 10,’post__not_in’ => get_option(“sticky_posts”), ‘category_name’ => esc_html( $post_category_1 ) ) );
    $left_block_2_query_2 = new WP_Query( array(‘post_type’ => ‘post’, ‘posts_per_page’ => 4,’post__not_in’ => get_option(“sticky_posts”), ‘category_name’ => esc_html( $post_category_2 ) ) );
    $left_block_2_query_3 = new WP_Query( array(‘post_type’ => ‘post’, ‘posts_per_page’ => 12,’post__not_in’ => get_option(“sticky_posts”), ‘category_name’ => esc_html( $post_category_3 ) ) ); ?>

    I will definitely update my comment and rating.

    Have a nice day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bugs Not Fixed – More Bugs with the Newer Releases’ is closed to new replies.