• Resolved traveler76

    (@traveler76)


    this is indeed a good plugin but there are serious issues I found. if you use ajax pagination or navigation or load more option anywhere. it normally works good when you navigate with next previous arrows or paginate it but suddenly without a warning it shows 0 insead of showing any posts and it happens quite often. another issue is if you navigate via ajax or paginate posts then the whole area jumps where block is shown and news posts appear. another issue is if choose diiferent settings colums etc for tablet mobile and desktop separately then for example if you have with 5 posts in desktop and you want to choose diiferent columns and number of posts for mobile it is not showing the mobile settings.it shows only desktop settings in mobile and it is same for the tab

    • This topic was modified 3 months, 1 week ago by traveler76.
    • This topic was modified 3 months, 1 week ago by traveler76.
    • This topic was modified 3 months, 1 week ago by traveler76.
    • This topic was modified 3 months, 1 week ago by traveler76.
Viewing 1 replies (of 1 total)
  • Al Mahmud

    (@aamzahid)

    Thanks for reaching out and reporting this. This happens due to caching plugin. Basically it’s a NONCE issue. We will bring fixes in our future updates.

    Until then you can disable the nonce from the code, Open the Initialization.php file from the ultimate-post/classes directory.

    comment out this part :

    if (! (isset($_REQUEST['wpnonce']) && wp_verify_nonce(sanitize_key(wp_unslash($_REQUEST['wpnonce'])), 'ultp-nonce'))) {

    return ;
    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.