alexrick
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WhatsApp buttonHi Greg
Yes Inside the “Show Contact Information” boxForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] url advertPerfect,
ThanksForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Woocommerce CarPerfect, it works
Thank you very much GregForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] images downloadOk solved thank you very much
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Woocommerce CarI added the following code (I already removed it because it does not work for me)
add_action( “wp_redirect”, function( $url ) {
$action = adverts_request(“_adverts_action”);
$post_id = absint( adverts_request( “_post_id” ) );
$link = get_permalink( wc_get_page_id( ‘checkout’ ) );
if( $url == link && $action && $post_id ) {
include_once dirname( __FILE__ ) . ‘/includes/class-wpadverts-wc-ad-manager.php’;
$ad_manager = new Wpadverts_Wc_Ad_Manager( $post_id );
$featured = get_post_meta( $ad_manager->product->get_id(), ‘_advert_listing_featured’, true );
if( $featured ) {
$url = “https://adflos.com/carrito/”;
}
}
return $url;
});I need to pre-visualize the featured ad, click on publish the ad redirect to the cart and not finish the purchase, because the cart sometimes has other products now the customer can be confused
Que la redirección sea a: https://adflos.com/carrito/ y no a https://adflos.com/finalizar-compra
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Menú Principal en página del anuncioSolucionado, gracias
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Mandatory locationit works thank you
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Featured ads does not workit works thank you
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Mandatory locationWhen trying to add the code I get the following error:
Los cambios en tu código PHP se han revertido debido a un error en la línea 9690 del archivo wp-content/themes/Divi/functions.php. Por favor, arréglalo y trata de guardar de nuevo.
syntax error, unexpected ‘}’
The error is in this line ⇨⇨⇨ }
}
return $form;
}Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Adsense adsIt seems that the issue was to wait, maybe the ads were not shown by cookies, history or temporary files. As you say, in other devices if they are shown.
Solved, thank you very muchGreat everything perfect thanks to your support
Hi Greg
1. It worked thanks very much.
2. I mean that the price collides with the city and sometimes with the title, for this reason it does not look good, you can see it at https://solucionesads.com/anuncios/
3. I will write to access the panel.
Thank you very much!Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] AdSense ads on the classifiedIt works, thank you very much
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] AdSense ads on the classifiedInstall the plugin that you recommend and it works everywhere except where I need it, which is the ad page.
My test website is http://www.carlosfolleco.com
The ad where the code should be is:
http://carlosfolleco.com/advert/hermoso-gato-a-la-venta/
The page where the code is is
http://carlosfolleco.com/test
Please helpForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] IMAGES DO NOT CHARGEThe answer was in the forum, solved. Thank you