We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ad is still showing at https://sphinx-rtd-theme.readthedocs.io/en/notfound/ but it shouldn't. I think it's because we are not calling super() on isEnabled(config) method at:
super()
isEnabled(config)
addons/src/ethicalads.js
Lines 321 to 325 in 2c19271
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce the issue in the link from the description. However, this custom 404 page keeps showing the ad https://docs.godotengine.org/en/latest/page-not-found/
This is somehow related with another one where we need to define what to do on custom 404 pages:
Sorry, something went wrong.
EthicalAds: don't show ad on 404 pages (#430)
bff2f37
It seems the `isEnabled` method wasn't updated to accept the `httpStatus` and that's why it wasn't working fine. Now, the Ad won't be shown on pages like this one: https://sphinx-rtd-theme.readthedocs.io/en/stable/notfound Related #385 Closes #386
Successfully merging a pull request may close this issue.
The ad is still showing at https://sphinx-rtd-theme.readthedocs.io/en/notfound/ but it shouldn't. I think it's because we are not calling
super()
onisEnabled(config)
method at:addons/src/ethicalads.js
Lines 321 to 325 in 2c19271
The text was updated successfully, but these errors were encountered: