Questions tagged [plugins]

A plugin, also known as a plug-in, consists of a collection of software elements that enhance and provide distinct capabilities to a bigger software program. Once enabled, plugins allow for tailoring the functionality of an application according to individual preferences.

PHP is not receiving data from the JQuery Form Plugin

I am currently utilizing the JQuery Form Plugin as an AJAX file uploader. The HTML form in question is being generated dynamically, and it has the following structure: <form id="formUpload" action="fileReceiver.php" method="post" enctype="multipart/fo ...

adjust the thumbnail size of the royal slider jquery to automatically fit the content width

Seeking assistance with the royal slider plugin. I am looking to set the width of the thumbnail images to auto, while also having the active pointer (.rsNavItem .rsThumb .rsNavSelected) width adjust dynamically based on the size of the corresponding imag ...

Verifying the activation status of a button within a Chrome extension

I have been working on a chrome plugin that continuously checks the status of a button to see if it is enabled. If it is, the plugin clicks on the button. I initially used an infinite for loop for this task, but realized that it was causing the browser to ...

In which location are HTML files stored within WordPress plugins?

Can someone help me locate the HTML files within WordPress plugins? I'm looking to make edits to the HTML and CSS files of a plugin, but I can't seem to find the specific HTML file. Any guidance on where these files are stored would be greatly ap ...

Iterating through a dataset in JavaScript

Trying to find specific information on this particular problem has proven challenging, so I figured I would seek assistance here instead. I have a desire to create an arc between an origin and destination based on given longitude and latitude coordinates. ...

Image Viewer Plugin for Ionic Framework

Looking for an Ionic plugin that allows displaying images with zoom functionality and rotate buttons. If not, any suggestions on how to add a rotate button using Ionic native photo viewer? ...

Leveraging Datalabels and ChartJS in combination with Chartjs-node-canvas

Using NodeJS in conjunction with ChartJS, I am able to render graphs directly to a file successfully. This is achieved by installing the npm module ChartjsNodeCanvas. To display labels on the graph, I utilize the official ChartJS plugin ChartJS-plugin-da ...

Utilize TinyMCE in your WordPress plugin

How can I integrate TinyMCE into my WordPress plugin? I have a textarea in the backend script that I would like to convert into a TinyMCE WYSIWYG editable field. Is there a method to achieve this? The following code snippet is not yielding the desired re ...

Issue with Django-dash memo and news plugin

Recently, I decided to try out a demo of django-dash through this link: https://github.com/barseghyanartur/django-dash. To set up the demo, I had to manually install all the necessary dependencies for django-dash due to some issues with my work computer a ...

Leveraging the power of the vuejs plugin within the main.js script

My goal is to develop a plugin to manage the OAuth2 token data in my Vue.js application. I followed several tutorials available on the internet to create this plugin. var plugin = {} plugin.install = function (Vue, options) { var authStorage = { ...

Encountering an error in Angular 8 with the plugin: Unhandled ReferenceError for SystemJS

I recently followed a tutorial on integrating plugins into my Angular application at this link. I'm trying to create a component in my Angular app that can execute and display an external component. However, I encountered the following error: Uncaught Ref ...

Is npm required if Bower package cannot be found?

As I embark on my journey with Bower, I'm in the process of setting up a mock project. After initializing my project and installing jQuery and gulp to kick things off, everything seems to be going smoothly. These dependencies have been successfully ad ...

Looking for a fully customizable event and booking calendar?

Currently, I am searching for a unique event and booking calendar that provides the ability to customize each cell or day with our desired content. While most calendars only allow for inputting events as text, we require a solution that enables us to add ...

Disabling Chrome Extensions with Selenium WebDriver and Java

Disable Chrome PDF Viewer While running my automation code for an application, a popup related to Chrome Plugin appears. I am looking for a way to disable the PDF Viewer Plugin in Selenium WebDriver using Java. The current approach I am using is not effe ...

Modify the color scheme of an HTML webpage

Looking to enhance my HTML page with a new feature. The page is responsive and currently using Bootstrap CSS and JS. My goal is to allow users to change the color of the page dynamically by selecting a background or text color. Check out this example link ...

Tips for retrieving the publication date when building a plugin in Joomla 2.5

I have been searching for a Joomla extension that can handle this specific task, but with no luck. In certain Joomla Articles, I require the ability to showcase the Published on date in a different area of the Article. I am contemplating developing a plugi ...

The performance of the animation on http://responsive-nav.com/ becomes erratic when viewed on Android devices

Recently, I came across a fantastic plugin that works perfectly on regular computer browsers. However, when I tested it on my android phone, the css3 animation for the dropdown appeared choppy and seemed to be dropping frames. Does anyone have suggestions ...

iCheck jQuery Callback

I'm using Jquery iCheck to style input fields and I have encountered a problem with handling the callback from iCheck. What I need is to retrieve all checked input values within a container that has a specific class name. http://jsfiddle.net/lgtsfiddler/E ...

Is it possible to develop a Strapi plugin in real-time without the need to continuously rebuild the plugin?

Currently, I am in the process of developing a plugin for Strapi. I'm curious if there is a way to streamline the development process by having my Strapi backend automatically detect any changes made to the plugin's code without the need to run npm run bu ...

Options for jquery UI autocomplete only appear after the second search

Here is the code snippet I am working with: $("#hifind-find").keyup(function(){ var val = $(this).val(); if (val.length > 1) { var posturl = '/hifind/jquery_ui/autocomplete/'+val; $.post(posturl, function(r) { $("#hifin ...

Modifying the WP FlexSlider plugin to eliminate the previous and next side panels

Is there a way to either reduce the width of the slider's prev/next sides or remove these panels while keeping the arrows to cycle through slides? These elements appear to be within ul.flex-direction-nav. I attempted using ul.flex-direction-nav { display: ...

Guide on setting up Sentry Vite-Plugin to upload sourcemaps within Quasar

Currently, I'm in the process of setting up error reporting for my Vue.js SPA application following Sentry's documentation. To enable Sentry to capture errors, a sourcemap is required due to minification during the build process, which Vite generates. The ...

A guide to utilizing the Eric Hynds idle timeout plugin

I came across a plugin called this one, designed by Eric Hynds, that displays a message asking users if they want to continue with their session or if it will time out. Essentially, if a user is idle for a certain period of time, the plugin prompts them to ...

Repositioning a jQuery function from inside a plugin

I need assistance with customizing the functionality of a jQuery plugin called AjaxFileUpload. You can find the plugin here: https://github.com/davgothic/AjaxFileUpload The current behavior of the plugin is that it uploads the file as soon as it is select ...

Implementing conditional validation based on radio button selection with the jQuery validation plugin

This topic goes beyond my basic understanding of jQuery. Here is the form I am working on: http://jsfiddle.net/calebo/E5CRU/ First Question: There are 3 radio buttons, and if the user selects 'other', then the input field for 'other' ...

Designing personalized plugins with Typescript in Nuxt

In my Nuxt project, I have implemented a custom plugin file that contains an object with settings called /helpers/settings: export const settings = { baseURL: 'https://my-site.com', ... }; This file is then imported and registered in /plugi ...

jQuery compatible JavaScript plugin

Currently, I am in the process of developing a JavaScript plugin. My goal is for it to make use of jQuery functionalities, while also gracefully degrading if jQuery is not present on the page. For instance, jQuery users would initiate a slideshow by calli ...

How to Turn Off Hover Effect in Essential Grid for Mobile Devices

My website, tyloz.com, features four panels on the homepage that act as landing pages. These panels have a hover effect that also works on mobile devices. However, I am looking to disable the hover and double tap functionality specifically on phones. Is th ...

Utilize the native plugins within your Nativescript Vue application

Currently, I am facing some challenges with integrating plugins into my application. Despite successfully installing plugins using npm and seeing them added to package.json and package-lock.json files, I am unsure of how to effectively incorporate them. Fo ...

Improved method for retrieving a subtask within a personalized grunt task?

As someone who is just starting out with Grunt and has only created a few custom grunt tasks, I've come up with what might be seen as an unconventional solution for traversing the initConfig to subtasks. My approach involves putting together a regex and us ...

Cease the continuous reloading of the website during the

Hi there! I have come across a little script that runs when the user clicks on "submit": $(document).ready(function(){ $("form").submit(function(){ var username = $("#username-field").val(); if(username) { $.ajax({ url: 'ch ...

Utilizing a React npm component within an Angular project: A step-by-step guide

After successfully creating a simple react component and publishing it to the NPM registry, I encountered an issue when trying to use the same plugin in an Angular project. The custom plugin can be found at: https://www.npmjs.com/package/reactcustomplugin ...

Webpack Plugin System for Building Web Applications

In the context of my project, I am currently working on a product utilizing Symfony for the back-end and react/react-router for the front-end, all connected via Webpack. My plan is to structure my app into different "extensions", which would consist of a " ...

Struggling to incorporate sass into ReactJS storybook

Recently, I delved into the world of storybook for ReactJS. Following a helpful blog post, I successfully created my own component library and even managed to publish it on npm. However, when attempting to incorporate SASS support for my plugin, I encount ...

PHP - Issue with loading a class through composer and autoloader

I am struggling to integrate this specific library into my WordPress plugin. After attempting to include the composer autoloader in the class file, I consistently receive a 500 error from the server. It appears that the library is not being loaded when re ...

Unlocking Extended Functionality in JQuery Plugins

At the moment, I am utilizing a JQuery Plugin known as Raty, among others. This particular plugin typically operates as follows: (function($){ $.fn.raty = function(settings, url){ // Default operations // Functions ...

When attempting to integrate a custom Plugin into Phonegap 3.0, an error stating "The arguments passed to path.join must be strings" occurred

I have successfully ported an older Twitter plugin to work with PG > 3.0, and it functions properly in my IDE. However, when I try to install it via NPM, I encounter errors. I have double-checked the file system structure and plugin.xml specification for a ...

Do you require assistance with creating an image slideshow?

My first day working with HTML was a success as I successfully built a navigation bar that looks pretty cool. Take a look at it here. Next on my list is to incorporate a slideshow into my site, possibly using JavaScript or jQuery plugins. I'm aiming ...

Unable to access the Python gstreamer components

I've been referring to a tutorial at to develop a sample gstreamer element using Python. Despite my efforts, I'm unable to get GStreamer to recognize it. I've tried adjusting the GST_PLUGIN_PATH without success. While GStreamer can locate c ...

Include parameters for a pagination system

I have a script that fetches data from my database and generates pagination. Everything is working fine, but now I want to include a conditional statement to differentiate the user level as New, Current, or Renewing client. I've already set up some s ...

ProgressMeterJS Plugin - Full-width Progress Bar

I have encountered a question regarding this particular plugin found at: My goal is to adjust the progress bar's width to 100% so it matches the width of its container. So far, I have made modifications to the plugin by changing the following line: ...

What causes AJAX to disrupt plugins?

I am facing a challenge with my webpage that utilizes AJAX calls to load content dynamically. Unfortunately, some plugins are encountering issues when loaded asynchronously through AJAX. I have attempted to reload the JavaScript files associated with the ...

Plugin using jQuery that adds a UserVoice-inspired feedback tab to any webpage

Does anyone know of a jQuery plug-in that can replicate the fixed position tabs often seen on websites, where the tab is affixed to either the left or right side of the webpage? If you're looking for an example, UserVoice offers a script to add a fee ...

What is the best way to format text within the _e() function in WordPress?

As I work on developing a basic plugin, I encountered the following line of code: echo "<p style="color:red;">Please enter a valid email address!</p>"; I aim to make this plugin easy to localize and internationalize, so I ...

Unable to integrate npm package into Nuxt.js, encountering issues with [vue-star-rating] plugin

Just starting with nuxt js and running into issues when trying to add npm packages. Below are my attempts. star-raing.js import Vue from 'vue' import StarsRatings from 'vue-star-rating' Vue.use(StarsRatings) nuxt.config.js plugi ...

The Ultimate WordPress AJAX Plugin Boilerplate

I am currently developing a Wordpress Plugin inspired by: My current challenge lies in the Public view where I am trying to utilize Ajax to communicate with the backend. I have placed all my ajax function handlers in public/js/ xxx-public.js and defined s ...

Tips for executing a jQuery function on multiple sets of elements

Currently, I have a list with all items sharing the same class name. There is a jQuery plugin that identifies the tallest element and sets the height of all list items to match the tallest one. My goal is to run this method for each UL group individually. ...

Implement necessary validation for the country code selection on the dropdown menu using the intl-tel-input jQuery plugin

Check out the intl-tel-input plugin here Currently, I am utilizing this plugin and attempting to implement required validation on the country code drop-down. However, the plugin seems to be restricting me from achieving this. I have made several attempts ...

Creating a simple bootstrap code for developing plugins in Wordpress

After successfully coding in Brackets with the Theseus plugin on my local machine, I encountered a problem when attempting to transfer my code to a Wordpress installation. The transition from Brackets to Wordpress seems far more complicated than expected. ...

I'm looking for the documentation for the latest version of Footable's Events. Can you point me

Does anyone know where to find information on the events that are fired for Footable and how to handle them? I checked the documentation at , but it doesn't provide much detail on events. If you have any resources or suggestions, please let me know! ...

Are jQuery plugins offering accessible public functions?

I am currently working on enhancing the functionality of a jQuery plugin. This plugin serves as a tag system and utilizes autocomplete provided by jQuery UI. Presently, there is no direct method (aside from parsing the generated list items) to determine ...

Exploring the functions of the uiv module within nuxt.js

After successfully installing the module, I inserted the following code into the plugin folder: // uiv.js import 'bootstrap/dist/css/bootstrap.min.css' import Vue from 'vue' import * as uiv from 'uiv' Vue.use(uiv) I am ...

What might be the reason for jQuery not functioning in Internet Explorer 11?

Working on developing a slideout menu for my website using jQuery. It functions perfectly in Chrome, but encountering issues in Internet Explorer (IE11). Extensive search hasn't provided a solution yet. Seeking assistance and any help would be highly ...

"Unlocking the power of event handling with jQuery plugins: A beginner's

Hey there, I'm new to plugin development and diving in head first. The documentation has left me a bit confused, so I'm opting for a trial-and-error approach... My current project involves creating a basic form validation plugin. (function($){ $.fn.b ...

Occurrences repeating several times following the incorporation of fresh content into the DOM

I am facing an issue with my plugin. I have implemented an update method to handle new elements added to the DOM. Initially, everything works perfectly without any errors or issues. However, when a new element (div with class "box") is added to the DOM, th ...

Submitting Forms with Ajax and PHP

I'm currently utilizing the malsup jquery form plugin to send a form via PHP, and my form is nested within a bootstrap modal. Everything seems to be functioning properly as I receive a success message, however, the email never actually arrives. It appears ...

Exploring the potential of jQuery and AJAX for dynamic content generation:

I have developed a jQuery plugin that pulls data from a JSON feed (specifically YouTube) and then presents the results in a DIV. Everything is working well until I need to display the results with different configurations, such as more videos or from anoth ...

Dynamic jQuery Carousel

Is there a jQuery slider that can adapt to different screen sizes and handle images of varying widths? Appreciate any insights! ...

Is it detrimental to have lengthy jQuery chains?

After extensively utilizing jQuery for quite some time, I recently developed a slideshow plugin for my professional projects. Interestingly, without fully intending to, approximately 75% of the code was written in a single chain. Despite being meticulous ...

Is it possible to transform functions into a jQuery plugin?

To enhance my skills in writing jquery plugins, I have decided to convert my existing functions into a plugin. Here is an example of one of my normal functions: These are the functions that I want to transform: this.delete_uploaded = function(){ $ ...

Plugin kapsel-plugin-i18n is missing its plugin.xml file. Please attempt to re-add it before installing for iOS 15 (local)

Is there a compatible version of kapsel-plugin-i18n for iOS 15? Which npm and node versions are recommended for Cordova 9.0.0? Recently, I needed to update my Kapsel plugins to work with iOS 15, but encountered an error while trying to install kapsel-plu ...

Having trouble understanding how to create a continuous loop for a CSS animation within the KreatureMedia Layerslider

Currently, I am using KreatureMedias Layerslider and trying to make a fullwidth wave bob up and down. This is what I have at the moment... <img class="ls-layer" data-ls="durationin:1500;scalein:1.1;offsetxin:-50;loopcount:-1;loopoffsetx:0sw;loopoffset ...