M1kk0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When I click Pages, I am redirected to PostsI found a solution. You need to clear your browser cache to fix this
That’s it thanks.
That’s it. Thanks. I was looking for that in the Slider settings.
Forum: Plugins
In reply to: [WooCommerce] Make loop item title open in a new tabIt seems so.
Anyway you were able to point to me what I am looking for and I am grateful for that.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Make loop item title open in a new tabOn the function.php of the child theme.
Checking further, I think it does work. Maybe just something with the theme (Avada) or other plugins that affects WooCommerce.
What happened is that the image that used to be not clickable, became clickable and opens in a new tab. I tried on a default WP theme and the image is clickable there. While the product title stills open on the same tab.
Forum: Plugins
In reply to: [WooCommerce] Make loop item title open in a new tabI tried this code. It does not seem to work…
function woocommerce_template_loop_product_link_open_new_tab() { echo '<a href="' . get_the_permalink() . '" target="_blank">'; } //Remove old tile link remove_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10 ); //Add new tile link add_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open_new_tab', 10 );
Forum: Plugins
In reply to: [WooCommerce] Make loop item title open in a new tabI see, thanks.
I know that to edit template files you need to put them on
YourTheme/woocommerce/
How about for the files in the include folders?
Or if I want to change the HTML code on the function.php? How do I do that?
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] No Order Found on confimation pageHi,
You have fixed this already for me. The problem was on the
/wp-content/plugins/Ready-Stripe/stripe/views/tpl/form.phpChanged jquery call:
$
to
jQuery