jlavila13
Forum Replies Created
-
Forum: Plugins
In reply to: [Zajax - Ajax Navigation] How to exclude loading on some pages?Hi! i’m having some troubles wwith this plugin and this option donest work for me, can you tell if i’m doing something wrong? I’m triyng to put in a “no-ajax” class container, putting in a iframe and this option than you present but nothing works. This is the code used to deregister zajax y one specific page
function takeoff(){
if (is_page( ‘login’ )){
wp_deregister_script( ‘zajax-send-complete’ );
wp_deregister_script( ‘fastclick’ );
wp_deregister_script( ‘zajax-js’ );
}
}
add_action( ‘removing_zajax’, ‘takeoff’ );
?>Forum: Plugins
In reply to: [Easy Google Maps] Map doesn't appearHi, I have usign this plugin for a long time, but now have this same error and can’t see my maps saved and in the output says “ID invalid or empty” but can’t create a new one or see the older can’t do nothing, please help.
load-scripts.php?c=1&load[]=utils,underscore,backbone,plupload&ver=4.3:8 Uncaught TypeError: e.$ is not a functioni.extend._ensureElement @ load-scripts.php?c=1&load[]=utils,underscore,backbone,plupload&ver=4.3:8e.View @ load-scripts.php?c=1&load[]=utils,underscore,backbone,plupload&ver=4.3:8wp.Backbone.View.Backbone.View.extend.constructor @ load-scripts.php?c=1&load[]=jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-resizable,jqu…:386wp.Backbone.View.extend.constructor @ load-scripts.php?c=1&load[]=jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-resizable,jqu…:466s @ load-scripts.php?c=1&load[]=utils,underscore,backbone,plupload&ver=4.3:8wp.media.editor.init @ load-scripts.php?c=1&load[]=jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-resizable,jqu…:467v.Callbacks.l @ jquery.min.js?ver=1.8.3:2v.Callbacks.c.fireWith @ jquery.min.js?ver=1.8.3:2v.extend.ready @ jquery.min.js?ver=1.8.3:2A
Forum: Fixing WordPress
In reply to: How to create an search results for a single custom tax termwell… I’m having another trouble with this.
the results don’t drop in the loop the results of the query, instead throw all the post like a normal loop.
can someone help me?Forum: Fixing WordPress
In reply to: How to create an search results for a single custom tax termI fix it! her’s my code:
<?php $medic_loop = new WP_Query( array( 'post_type' => 'medicos', 'tax_query' => array( array( 'taxonomy' => 'nivel', 'field' => 'slug', 'terms' => 'nivel-1', ) ) ) ); ?>
Hi I can just add one location after that can’t add anymore doesn’t show by the plugin.
I try the fix but doesn’t fix it. Please help
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Payments in BSFyeah, doesn’t work
I’m waiting for some answer from them
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Payments in BSFLet me investigate about that and talk to them, because it’s suppose the plugin works like the mercadolibre.com website payment system.
If I have answer for them, I will post it here.
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Payments in BSFThat’s what I’ll do, it’s mercadopago.com right?
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Payments in BSFThere’s not fix for that?
Hi, i have a very simple cuestion.
Can I use this plugin and let the users make the payment in Venezuelan Bolivares?
I know this cuestion is off topic but… The life is too short to creat a new thread for that.