• Resolved gorgamel

    (@gorgamel)


    Hi,
    I have a big problem with the “Post Navigation” widget.
    It doesn’t seem to work. When I place it on a Single Post page, it always shows all posts. I set “In same terms” to “Posts”. And it doesn’t matter whether I set the taxonomy to “Categories” or “Tags”.
    Tested on the “Hello Elementor” theme with only “Elementor” and “Responsive Addons for Elementor” plugins installed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gorgamel

    (@gorgamel)

    I’ve found the problem: incorrect condition in render() function in class-responsive-addons-for-elementor-theme-post-navigation.php module
    it is:
    if ( isset( $settings[ ‘rael_’ . $post_type . ‘_taxonomy ] ) )

    it should be:

    if ( isset( $settings[ ‘rael_pn_’ . $post_type . ‘_taxonomy’ ] ) )

    • This reply was modified 10 months, 2 weeks ago by gorgamel. Reason: missing char

    Hi @gorgamel ,

    We sincerely appreciate you bringing this bug to our attention.

    We have successfully replicated the issue and have added it to our development roadmap for resolution.

    Thank you for your understanding and continued support.

    Hi @gorgamel ,

    We are pleased to inform you that the issue you previously reported has been successfully resolved in the latest release.

    We sincerely appreciate you bringing this matter to our attention and thank you for your patience and understanding while we worked on addressing it.

    Should you encounter any further issues or have additional feedback, please do not hesitate to contact us.

    Thread Starter gorgamel

    (@gorgamel)

    Good job

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Post Navigation widget’ is closed to new replies.