Category "plugins"

Can i incorporate CSS directly in a mustache file?

Can I can incorporate CSS such as using the " in a mustache file for a Moodle plugin? I am new to plugin and I'm still learning, any feedback is welcome.

Minecraft Bukkit Plugin, runTask(Plugin plugin)

i try to make a minecraft plugin with bukkit and i will try to change the time every 500ms but when i start that in the main thread, the server crashes. So i tr

Rearrange (sort by priority) Woocommerce my account fields

How can I rearrange my-account fields .I want to locate billing_address_1 field after billing_state and billing_city fields. I used woocommerce_form_field_args

Error: Cannot find module 'html-webpack-plugin' - Webpack (React)

I tried to create a basic React app with webpack 4 following this link until installing "html-webpack-plugin", I did not face any errors. But, once I run the c

is it possible to run a rollup plugin without an input file (in a multi bundle instance)?

I have a situation where I am bundling multiple files via rollup cli an example of this is available in documentation. I export an array of bundles like so: e

Is it possible to get an amazing Lighthouse score while using a WordPress page builder?

I'm a front end engineer working in e-commerce and marketing, and one of my routine tasks is finding out why client's websites are so slow. Most of them are on

Plugin for automatic welcome mail on wordpress

I would like to know if there's a plugin on wordpress to send welcome mail without asking permissions to the users like he just sign in and he receive the welco

Laravel Nova Dependency Container what are the allowed resource properties other than id in dependsOn

I have a belongsTo field on the selection of which i want to show/hide another field using nova dependency container. But it only allows to give id in the depen

kubectl versions Error: exec plugin is configured to use API version client.authentication.k8s.io/v1alpha1

I was setting up my new Mac for my eks environment. After the installation of kubectl, aws-iam-authenticator and the kubeconfig file placement in default locati

kubectl versions Error: exec plugin is configured to use API version client.authentication.k8s.io/v1alpha1

I was setting up my new Mac for my eks environment. After the installation of kubectl, aws-iam-authenticator and the kubeconfig file placement in default locati

Push notifications not work in IOS IONIC 4 cordova

I’m using Ionic 4 and ANGULAR version 9 trying to send notification in IOS using Cordova. I did all the requirements to push IOS notification and it was w

Function get_plugins() cannot be execute

I'm trying to code simple php script which will return all plugins of Wordpress. My code: <?php ini_set('display_errors', 'On'); include('../../../wp-ad

eCSSTractor for VSCode plugin not worked with className

eCSSTractor does not work with react jsx syntax. doesn't translate "className" elements in css. In setting.JSON written rule - "ecsstractor_port.attributes"

Issue with opening oracle form you must install the J2SE Plugin version

I working on an application where want to open oracle form but every time it shows message like this In order to access this application, you must install th

Timer on a command - Minecraft Plugins

I am trying to add a timer/cooldown to my plugin. I want to be like when they run a command is says please do not move for 3s and then if they don't move it wil

how to add class on table using javascript in tinymce?

I have some problem to add class on table. I wanna this code <table></table> become this code by click a button in tinymce. <t

How can I hide stripe from WordPress admin side for specific user role?

I am using User Role Editor and trying to hide this stripe gateway for specific user What should I check in settings of user editor role so that I can see ord

From Unity android app open setting panel within custom canvas view

I would like to open Unity Android application from the setting panel within the custom canvas view. Can I get a code snippet to bring it within canvas view rat

jira multiselect customfield AUI selest2 defined in plugin does not pick any options

I'm completly stuck trying to implement AUI.select2 style multiselect customfield in jira plugin. in main class I just declare the constructor and do not overri

How to create a individual template for page or post in custom plugin?

I've have a template inside my plugins directory (quiz-template.php). I need to assign it to a page. I don't want to create template inside theme directory. Eve