Questions tagged as 'plugin'

0
answers

Problem with the greenDAO jar plugin

I am getting this message from android studio when trying to insert the greendao plugin from the disk "Fail to load plugin descriptor from file greendao-gradle-plugin-3.2.2.jar", I investigated about the error and found that it missing the plugi...
asked by 09.11.2017 / 01:29
0
answers

Installation error Plugin Cordova

When installing a plugin in cordova, stop finding other plugins that I have installed. I have searched for several plugins and when installing them all the same thing happens and the same plugins always stop working. If I do not install an...
asked by 17.08.2017 / 08:55
1
answer

Plugin to upload files from the front-end to Cloud or Wordpress Backend

I am trying to make a website in which registered users are redirected to a form where they can upload their photographs. These photographs can be a lot, both in number and size. I am unsuccessfully looking for a plugin that allows me to impl...
asked by 19.05.2017 / 13:02
2
answers

Javascript in WordPress onClick and opacity

I am using CSS & Javascript Toolbox in WordPress , and I have an element that changes the opacity with the class="casa" . When I do onClick , I use this code, but it does not work: <script type="text/javascript">...
asked by 15.05.2017 / 10:58
1
answer

WooCommerce Checkout of evanto Plugin

I have acquired a plugin of Evanto , to add select fields to my wordpress theme in the checkout. Now I face several problems: I can not access the technical support of the plugin because I do not receive the email confirmation email....
asked by 17.04.2017 / 14:28
0
answers

Animations on map in wordpress

I am developing a site with wordpress in which I need to create certain animations on a map. There is a plugin from wordpress or script with jquery to resolve this request from the client. 1.- The countries of green color add a mark...
asked by 10.03.2017 / 18:35
1
answer

Custom plugin wp

I have the following code function app_searched_today_visitbh() { global $wpdb; $horas = $wpdb->get_var("SELECT time_format(timediff(now(),date_people),'%i%h') FROM today_people LIMIT 1"); return ("<span id='days_since'>$...
asked by 14.02.2017 / 05:30
1
answer

Cordova Calendar plugin does not work on iOS 10 Ionic

The plugin installed it as mentioned in its website, but for some reason it is not showing the information in the emulator or on a device. When I run it with localhost if it shows me the calendar inside the application, but it does not show i...
asked by 27.10.2016 / 23:38
0
answers

Cordova plugin media error when running multiple audios

I am developing an application with Cordova and AnuglarJS I'm using the Cordova Media plugin, but I have a problem that I can not solve and it only happens in iOs, in other platforms it works fine I have a background audio loop, and anothe...
asked by 21.10.2016 / 13:34
1
answer

Cordova sqlite-storage does not work with iOS 10

I am developing an application for iOS and Android with Apache Cordova . I am using the plugin sqlite-storage to store data locally. The code I use is the one shown on this site: link The App has been tested on both Andr...
asked by 08.11.2016 / 23:29