2 Issues with the main plugin + Addons

This topic contains 12 replies, has 4 voices, and was last updated by  David 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #5809

    David
    Buyer
    Post count: 43

    1) I have updated the core plugin to 1.20.10 yesterday, and suddenly Yoast SEO has stopped working. It no longer loads up in a post page, nor do tag suggestions load on the right-hand bar. I reverted back to the previous version (1.20.9) and its back to normal again. I’ve done this twice now, and the same issue persists. So am sticking to 1.20.9.

    2) Frontend Post Page plugin has never worked since the recent major updates. I used to use the front_end_post shortcode (which by the way does this still work?)
    Anyway, under the UserWP Setting > General > Pages > Frontend Post Page I’ve selected numerous pages to where I want it (for trial and error) but it just doesn’t show up anywhere (currently set to /guest-post/ URL. How can I get front end posts working? My settings are all correct, nothing has changed. Must be a bug?

    #5825

    Alex Rollin
    Moderator
    Post count: 27815

    Please update to 1.2.0.11 and let us know if the issues persist.

    If it does please share WP Admin credentials in a private reply along with login URL so we can take a look.

    Thanks

    #5887

    David
    Buyer
    Post count: 43
    This reply has been marked as private.
    #5891

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    #5894

    David
    Buyer
    Post count: 43

    Thanks for looking.
    I’ve reverted back to Version 1.2.0.9. And the Yoast SEO conflict seems to be resolved.

    I de-activated and re-activated numerous other plugins prior to this but to no avail.

    There is definitely a problem with the latest update of yours working with Yoast premium. I will just have to not install the latest update of yours.

    Thanks for pointing out the frontend post directions, I think I managed to fix that by just deleting the guest-post category. However, I still cannot see a guest post section within the profile section.

    Dave

    #5895

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The issue seems to be due to select2.js which is loaded by our plugin, Yoast SEO and the avada theme. We have checked with the Yoast but if possible then can you please provide FTP details in private reply the we can do troubleshoot with the theme as well?

    There is no guest post section on profile page. You can add posts to the profile tabs. Can you explain bit about what you want regarding the guest post?

    Regards,
    Patrik

    #5896

    David
    Buyer
    Post count: 43
    This reply has been marked as private.
    #5992

    David
    Buyer
    Post count: 43
    This reply has been marked as private.
    #5993

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We are looking into this issue and will fix and update you soon.

    Regards,
    Patrik

    #5994

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    i could not replicate on my test site but i added a code snippet to remove the version added in admin with the below code (for future reference only)

    add_action( 'admin_enqueue_scripts', '_my_fix_script_conflicts', 100 );
    function _my_fix_script_conflicts(){
    	wp_deregister_script( 'select2' );
    	wp_register_script( 'select2', '' );
    }

    Thanks,

    Stiofan

    #5998

    David
    Buyer
    Post count: 43

    OK thanks, does this mean it will no longer update to future versions? Is it a temp fix?! not sure – cheers :-/

    #6000

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I add the “Code Snippets” plugin to your site and added it that way, so you can update any plugins without undoing the fix 🙂

    Stiofan

    #6001

    David
    Buyer
    Post count: 43

    Perfect, thanks for taking the time guys. 🙂

Viewing 13 posts - 1 through 13 (of 13 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket