R
R
Rinat Sadykov2015-06-18 15:34:16
WordPress
Rinat Sadykov, 2015-06-18 15:34:16

How to remove the password for privileged mode in CISCO 2911?

Tell me how to disable the password request after the enable command. I know the password, I just want cisco not to ask me for it. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vasily Pupkin, 2018-09-13
@HectorPrima

I can't find such a hook. It would be easier for me to attach such JS to the page:

jQuery('a.woocommerce-loop-product__link').contents().unwrap();

W
Way, 2018-09-13
@wayheming

Try
remove_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10 );
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_product_link_close', 5 );

O
OneTwoThreeFourFive, 2018-09-13
@OneTwoThreeFourFive

If you just need to remove the link from the image, you can edit the file that is responsible for the output of the product. Remove the tag from the markup . Place a new file in a child theme (child-theme/woocommerce/templates/ I don’t remember exactly the name of the folder where this file is located, but I think you get the point). If there is no child theme, create one. <a>

G
GdRta, 2015-06-18
@Ruinevo

Everything is simple.
From configuration mode, type:
router(config)#no enable secret

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question