-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
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
In condition self hosted plugin not installed #259
Comments
Hi @masumskaib396, does the slug in the OCDI filter code match up with the slug of the custom plugin? Please share the recommended plugins filter code: https://ocdi.com/quick-integration-guide/#h-recommended-plugins and also let us know what the path of the custom plugin is, once you extract it. Take care! |
hi, thanks for your reply. function slicko_register_plugins( $plugins ) {
} |
What does the |
Hi @capuderg , Basically, when we set an external plugin for a specific demo, it's not stored in the "set_plugins()" method. Because this plugin initially loaded all recommended/required plugins. But the conditions depended on Import Page Url. For that reason, those conditions do not work. Thanks. |
It’s extracted the plugin.. The folder name is plumber-helper |
@capuderg I have the same issue and @ashrafuddin765 is telling us that he has fixed it so it is good to merge his pull request since it's a big issue. |
@capuderg Since I'm not getting any response from your side. I'm going to close the pull request.. |
Hi @ashrafuddin765, sorry for not replying sooner and thanks for preparing the PR. Your PR includes too many code changes (code style changes), so please revert those, so I can review the actual code changes. Thank you! |
Hi @ashrafuddin765, I'm still seeing a lot of code style changes that should not be in the PR (removed whitespace, indentation ...). Please update the PR code to only include the actual code changes (no whitespace changes), so we can review it. Take care! |
Hi,
I’m trying to set up a self-hosted or local plugin based on a different demo. but it’s not installing the plugin.
It’s showing an alert when I’m going to install this.
” Looks like some of the plugins failed to install. Please try again. If this issue persists, please manually install the failing plugins and come back to this step to import the theme demo data. ”
thanks
The text was updated successfully, but these errors were encountered: