Oscar
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] After update CF7 adds /schema to all forms (indexable)Seems like author doesnt care about this..
i have multiple forms on a woocommerce site, i had to downgrade to a previous version, or the hosting was blocking our ip if we opened certain pages that had like 20 forms.
seems like we need to downgrade or search for another plugin… sad…
5.4.2 version doesnt have this issue
- This reply was modified 2 years, 1 month ago by Oscar.
Forum: Plugins
In reply to: [Code Snippets] Snippet not executingIm facing the same issue,
when i place the code on the functions.php it works, but is not working when i place it on the plugin.The code is:
add_filter( ‘woocommerce_get_price_html’, ‘price_free_zero’, 9999, 2 );
function price_free_zero( $price, $product ) {
if ( $product->is_type( ‘variable’ ) ) {
$prices = $product->get_variation_prices( true );
$min_price = current( $prices[‘price’] );
if ( 0 == $min_price ) {
$max_price = end( $prices[‘price’] );
$min_reg_price = current( $prices[‘regular_price’] );
$max_reg_price = end( $prices[‘regular_price’] );
if ( $min_price !== $max_price ) {
$price = wc_format_price_range( ‘<span class=”amount”>’ . do_shortcode( ‘[contact-form-7 id=”19909″ title=”Formulario de precios”]’ ) . ‘</span>’, $max_price );
$price .= $product->get_price_suffix();
} elseif ( $product->is_on_sale() && $min_reg_price === $max_reg_price ) {
$price = wc_format_sale_price( wc_price( $max_reg_price ), ‘<span class=”amount”>’ . do_shortcode( ‘[contact-form-7 id=”19909″ title=”Formulario de precios”]’ ) . ‘</span>’ );
$price .= $product->get_price_suffix();
} else {
$price = ‘<span class=”amount”>’ . do_shortcode( ‘[contact-form-7 id=”19909″ title=”Formulario de precios”]’ ) . ‘</span>’;
}
}
} elseif ( 0 == $product->get_price() ) {
$price = ‘<span class=”amount”>’ . do_shortcode( ‘[contact-form-7 id=”19909″ title=”Formulario de precios”]’ ) . ‘</span>’;
}
return $price;
}Why marked thread as solved?
im still having issues on phone
Nothing solved here…try on a laptop, on my phones is not working and the author doesnt respond..
im getting same error, on my redmi phone, on the laptop works flawlesly
check screeenshot of the error on mobile
Forum: Reviews
In reply to: [Square Thumbnails] DOES NOT WORKhi @rayge
i think u need to activate “hard crop” in woocommerce settings to work, i just did and works ok
This plugin saved my ass xD
Forum: Reviews
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Perfectlol.. and how u get a RGPD document for your subscribers list? …
where it says they accepted and when…
i dont think double opt-in is enough, admin gets no email when a subscriber acepts the opt-in so u cannot know
for get proof of aceptance and the date u need to acces the subscriber to see aceptance and then go back to the subscriber list to see date and use paint to copy paste screenshots? cmon..