soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

404 template hitting JS error ('unexpected token') due to not having post ID to echo #1491

Open twistedpixel opened 4 years ago

twistedpixel commented 4 years ago

404 template is hitting a JS error as you request the Post ID (plugins/oxygen/component-framework/admin/admin.php, line 388) but maybe it doesn't have one as it's not actually a page? I don't know how Oxygen manages 404 pages so I'm not sure.

Latest version of Oxygen (3.5).

twistedpixel commented 4 years ago

Another oddity on 404 pages is that my "news" (posts) page menu item is receiving a class of "current_page_parent". Not sure if this is related to the 404 page template not having a post ID but thought it worth mentioning as it's definitely unexpected.