2 Issues with the main plugin + Addons
This topic contains 12 replies, has 4 voices, and was last updated by David 5 years, 11 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: Frontend Post Page
-
AuthorPosts
-
November 14, 2019 at 11:01 am #5809
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?November 14, 2019 at 5:58 pm #5825Please 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
November 18, 2019 at 9:21 am #5887This reply has been marked as private.November 19, 2019 at 6:38 am #5891This reply has been marked as private.November 19, 2019 at 11:01 am #5894Thanks 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
November 19, 2019 at 12:01 pm #5895Hi,
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,
PatrikNovember 19, 2019 at 12:41 pm #5896This reply has been marked as private.November 25, 2019 at 10:14 am #5992This reply has been marked as private.November 25, 2019 at 2:09 pm #5993Hi,
We are looking into this issue and will fix and update you soon.
Regards,
PatrikNovember 25, 2019 at 2:50 pm #5994i 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
November 25, 2019 at 3:26 pm #5998OK thanks, does this mean it will no longer update to future versions? Is it a temp fix?! not sure – cheers :-/
November 25, 2019 at 4:12 pm #6000I add the “Code Snippets” plugin to your site and added it that way, so you can update any plugins without undoing the fix 🙂
Stiofan
November 25, 2019 at 4:17 pm #6001Perfect, thanks for taking the time guys. 🙂
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket