I've been using the wpDataTables plugin on my WordPress site. I decided to download the DataTables + Editor libraries in order to get more functionality in creating the tables. I however now have a situation where I need both the plugin and libraries to co-exist on the site (whilst I gradually re-create my tables in DataTables). When I load a page I get the following error: Uncaught TypeError: DataTable.Editor is not a constructor and my DataTables tables don't load. I suspect it's because wpDataTables is built on the DataTables library and hence the javascript, css etc are being loaded twice? Can anyone advise on how I can have the two 'plugins' co-exist on the site please? Thank you
Plugin conflict in WordPress
55 Views Asked by Lloyd At
0
There are 0 best solutions below
Related Questions in WORDPRESS
- How to add the dynamic new rows from my registration form in my database?
- Wordpress Site - pages have low text-HTML ratio
- wordpress delete unwanted location
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- How to change woocomerce or full wordpress currency with value from USD to AUD
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Caching private wordpress rest endpoints
- How do i get my close button to work on a popup?
- SQL query to get student enrolled in this month in a course - Moodle
- What wordpress plugin prevent sharing of contact information amongst users?
- Password protected or private URL one-time viewable video access
- Download button not working in wordpress website. How can solve it?
- WP toolkit problem after deleting wordpress site manually
- TypeError: Failed to execute 'arrayBuffer' on 'Blob': Illegal invocation - Insert blob into database
- New Order Email Details Missing // Woocommerce / Woocommerce Bookings
Related Questions in PLUGINS
- Chrome/Firefox plug-in for automatically opening the dev tools and executing code in the console
- Creating a modal window in product edit page in Shopware6 and saving data to custom table(repository) from a form within the modal window
- Swiper.js moves slides outside of viewport/page
- Responsive Lightbox & Gallery issue
- Unity - How to add C++ file directly to be used as a Plug-in
- Can not switch camera while recording with camera plugin, setDescription working but preview doesn't change
- can anyone help me for NSIS Script I have a case where I need to check cases can be 3.3 3.42 23.5 23.56w 3.467 999.999 999.99a but not 1.b or 8..a
- How can I know if a vscode intelliSense suggestion is visible?
- Loader / Spinner infinite | Filter Everything Pro
- HTML Not Rendering and Displaying as Plain Text on Frontend with Ninja Forms in WordPress
- I want to run my own interface that I coded with Python in RoboDK
- How to redirect uploads from customers to go into specific folder?
- TestNG update related issue
- Co Author Plus: Need to add co authors names with link
- JS-issue "undefined query" when trying to create chrome-plugin
Related Questions in DATATABLES
- In Datatables, start value resets to 0, when column sorting
- Bootstrap component does not want to render in Datatables function
- update DataTable - with new column configuration
- How to convert a string to an array for the columns of a DataTable?
- Wordpress server side datatable filtering
- How to get image url in DataTable js from data object?
- Datatables row editable with CellEdit dynamic options in R Shiny
- Getting a RangeError: Maximum call stack size exceeded in DataTables when exporting to Excel or CSV
- How can i stop triggering component that is added to DataTable when i used .destroy() function?
- DataTables: (TypeError) m[v] is undefined
- Form Input Missing in Datatable Exported Data
- Plugin conflict in WordPress
- Django reverts model value saved by form in POST (Ajax) when I call query by GET (Ajax)
- How do I get my data.id of each row with using return in jquery please?
- Can Javascript DataTables show raw/literal strings instead of interpretting escape characters?
Related Questions in DATATABLES-1.10
- How to update a server side datatable on change a checkbox from outside of datatable
- DataTables FixedColumn Destroy not working
- Unable to use vedmack/yadcf plugin with tigrang/cakephp-datatable
- DataTables columnFilter number-range filtering
- Expand Child Rows of Responsive Datatables automatically
- reload Data table with ajax.url().load() not working
- Getting column names from DataTables
- DataTables jquery add a DIV around all the TD in my tables
- How to swap datatables columns
- How to disable drag and drop on jquery datatables
- dataTable Serverside processing pagination with draw
- DataTable serverside processing search
- DataTables how to fill a column with a hyperlink?
- How to use javascript to go to previous page after running other code?
- Laravel 5.3 - Conditional Image with Datatables
Related Questions in JQUERY-DATATABLES-EDITOR
- Edit and Delete on mouseover of jQuery Datatable
- Editing AJAX sourced data in the popup window (jquery-datatables-editable)
- How to pass the select box value as dynamically in datatable editor?
- Add export button to Datables Editor
- fetching the values from ofcolumn filter in jquery data tables
- How to install a DataTables Editor with an Authentication Token to Visual Studio 2019 via NPM
- UnCaught TypeError : adata.data.....indexof is not a function
- ASP.Net Web API model binding not working like it does in MVC 3
- Datatables Editor node.js - Custom file validator - Get height and with of img file
- DataTables Editor In MVC
- I need to add hyperlinks to my Dynamic DataTables
- Save created row in datatable editor via php
- Image and Title with pagination via DataTables.net
- Positioning of Paging, Length Changing, and Information controls in DataTables.net
- Multiple Mjoin with WHERE clause on same tables - How to target different Editor fields
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?