Like My Web
Forum Replies Created
-
Hi, this still blocked… can you Help me please?
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Smart Slider exclusionsThank you so much for your quick reply Aleksandr, I should have mentioned all the exclusions I have in place:
/jquery-?0-9.(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/uploads/bb-plugin/
/bb-plugin/js/yui3.min.js
/wp-includes/js/imagesloaded.min.js
/bb-plugin/js/fl-slideshow.min.js
(.)smart-slider-3(.)
(.)smart-slider3(.)
_N2So besides some theme related exclusions I think think jquery is also excluded. Thank you and please advise.
Hello! Sorry to late the answer! I did paste this code in code snippet plugin:
function rearrange_yith_quote_button() {
if( class_exists(‘YITH_YWRAQ_Frontend’) ) {
$yith_frontend = YITH_YWRAQ_Frontend::get_instance();
remove_action( ‘woocommerce_after_add_to_cart_button’, array( $yith_frontend, ‘print_button’ ), 15 );
add_action( ‘woocommerce_before_add_to_cart_button’, ‘custom_print_button’, 10 );
}
}
add_action(‘wp’, ‘rearrange_yith_quote_button’);function custom_print_button() {
global $product;
$yith_frontend = YITH_YWRAQ_Frontend::get_instance();
ob_start();
$yith_frontend->print_button();
$button = ob_get_clean();
$button = str_replace(‘<a ‘, ‘<a id=”unique-quote-button” ‘, $button);
echo $button;
}Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] Search result only podsHello! I don’t want exclude pods results… I just want display pods results 🙂 How can I do?
Example: https://checkin.pt/?s=ano+novoForum: Plugins
In reply to: [Pods Beaver Themer Add-On] Search result only podsThis code that you can see, just work to article blog wordpress.
Forum: Plugins
In reply to: [Meta for WooCommerce] Cannot change value on wp-admin/options.phpDepois de 2 dias e dezenas de links, posso garantir que esta é a resposta correta!