Questions tagged as 'plugin'

1
answer

Why is the Wordpress Importer so slow to error?

Exactly ... Because the WordPress Importer plugin is so slow to import xml and why it is not updated at times being a relatively important function of it for content generation? And ... is there a feature and / or plugin that plays...
asked by 10.03.2015 / 02:15
2
answers

Anti-adblock replacing div [duplicate]

I need a plugin for wordpress or script in which I get a message for the user who has adblock. However, I want this message to appear instead of a div. I've tried Plugins: JGC AdBlocker Detector - This does not accept style (shows s...
asked by 25.04.2018 / 16:16
1
answer

Error of "headers already sent" when creating tables in the activation of plugin

I am developing a plugin for WordPress, in which during activation, two tables that relate must be created. My code looks like this: function create_tables(){ global $wpdb; require_once(ABSPATH . 'wp-admin/includes/upgrade.php');...
asked by 08.11.2014 / 18:42
1
answer

BootstrapTable: get the data-index by the row obtained by the getSelections method

I have a table in my project where I use the BoostrapTable plugin, which has a column with radio button enabled (date -radio="true"). To retrieve the data from the record marked in the table via javascript I use the $(tabela).bootstrapTa...
asked by 09.05.2018 / 18:25
2
answers

Wordpress plugin error, ie blank field in array

Good evening! I'm developing a website for a restaurant, and I've installed a table-top booking plugin, called ( link ) The following happens, when I upload the site by hosting the time field, it does not work, it goes blank; even reinstallin...
asked by 11.06.2018 / 03:24
1
answer

jQuery plugin with trigger in click event

jQuery plugin: (function($){ $.fn.extend({ meuPlugin: function(){ $('body').on('click', this, function( e ){ console.log( $(this).attr('href') ); return false; }); }...
asked by 12.02.2018 / 00:14
1
answer

Error When uploading with Bootstrap fileinput

Well I'm having problems with this plugin I would like to know if someone has already messed with it and if it could help in the question I'm having problems communicating with the controller I'm taking the following error 405 Method Not Allo...
asked by 01.06.2017 / 16:08
2
answers

CMB2 - Wordpress

/** * Video metabox */ $videos = new_cmb2_box( array( 'id' => $prefix . 'video_url', 'title' => 'YouTube Vídeo', 'object_types' => array( 'video_destaque_home', ), // Post type 'con...
asked by 02.05.2017 / 02:48
1
answer

Bootstrap style datetime does not work correctly

Good morning, I've already researched several possible solutions to this problem here on the site, but the error it's giving me is different from the ones I found here, the file is pulling a strange formatting, and I can not find which element I...
asked by 10.04.2017 / 14:57
2
answers

Column Size with DataTables

I'm using the DataTables plugin to page a records into a panel. The problem is that this table has 5 columns, the last one is called action where there are 4 links (currently one below the other because of column size). I would like t...
asked by 30.10.2015 / 14:16