• Resolved Sebastian

    (@sflorian)


    Hi

    This issue has been raised in at list one other topic here, but it seems it was not resolved (tested with the latest version, 7.0.3.3)

    Using the ‘Newspaper’ theme by tagDIV, the single page view doesn’t work as expected with the the Directorist template applied. Once this is activated, almost nothing is visible in the single listing view, except the listing title and the description.

    I hope you fix this asap, cause it causes a lot of issues for users of this theme.

    Cheers,
    Sebastian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello @sflorian

    Sorry for the delayed response.

    We tested in combination with all the plugins offered by the Newspaper theme, here is a screenshot https://prnt.sc/11465×4 but unfortunately, the single listing is working fine. Also, the issue that the other user posted was related to the header and footer.

    We tried with the default template, is there any specific that you want us to try? Also, have you tried performing a plugin conflict test? To perform a conflict test, start off changing the theme to a default theme and check if that resolves the issue. [If you are using a child theme then also check if changing to the parent theme resolves the issue.]

    If that doesn’t resolve the issue then you need to deactivate the plugins one by one and identify the plugin causing the issue. You may follow the conflict test DOC here.

    Kind Regards,

    Plugin Support Rafiz Sejim

    (@rafizsejim)

    Greetings,

    I tried again with a certain combination and you are correct, the problem exists.

    Please try adding the following code to your functions.php

    if ( class_exists( 'Directorist\Directorist_Template_Hooks' ) ) {
        add_filter( 'template_include', [ Directorist\Directorist_Template_Hooks::instance(), 'single_template_path' ], 100 );
    }

    Let me know if the problem exists.

    Regards,

    Thread Starter Sebastian

    (@sflorian)

    Hi Rafiz,

    Thanks for the fix, it worked!

    Cheers!

    Sebastian

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with TagDIV Newspaper theme’ is closed to new replies.