Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter bhranch

    (@bhranch)

    Darin, Thank You for your information & reply. This was the first time ever seeing the “Page caching appears to be enabled. Restricted Site Access may not work as expected.” in the wp admin area. Have used your Restricted Site Access plugin for at least 3 years with (Autoptimize & Super Page Cache for Cloudflare) and they all worked great together all these years. I assume when I was going to try out the (Seraphinite Accelerator), that plugin made the Error banner start happening & Restricted Site Access stop working.
    You had asked “What issues are you seeing beyond this admin notice?”? The website was visible which was not supposed to be visible or accessed by anyone but me. I really do love your RSA plugin & Praying that it is working OK now even though the error banner for some reason still shows with no cache plugin on. Thanks Again & Have a Blessed weekend.

    • This reply was modified 11 months, 2 weeks ago by bhranch.
    Thread Starter bhranch

    (@bhranch)

    I had tried to get help from the forum also woo support by email. Like I had told them I am sure it is a simple fix to get rid of the black box when hovered over that was around the Default woocommerce “View Cart” & custom “continue shopping”. They would say I need to hire someone to fix it. They would also say they do not give out codes, but yet there are several posts I have seen in this forum where they have given a fix to people and it is with a code to fix it. Finally after several emails from various woo support people a Lady said for help go to various woo links she listed to hire someone or the facebook woocommerce group. I am so thankful for the facebook woocommerce group it didn’t take a few minutes after I had posted for help a nice member gave me a simple fix: a.button.wc-forward:hover {background-color: transparent;}. So just in case others in this forum have problems like this you can get fast help in the facebook woocommerce group.

    Thread Starter bhranch

    (@bhranch)

    Hello xue28, I am sorry you are confused about my problem. I was just saying I have that plugin code snippets that way you all could give me a code to fix the Woocommerce problem, but since that part confused you just disregard the part about code snippets. There is no problem with code snippets it is with Woocommerce. After the Woocommerce update as you can see it shows a black box around the links and they used to be buttons in version 7.9.0. Please look at where it says View Cart that is a default of Woocommerce. All I need is it to not show a black box. How can I fix this problem that is part of Woocommerce ?

    Thread Starter bhranch

    (@bhranch)

    I noticed on the forum that some people had said something about a new version, so I went to your website & updated to the 9.5.4 version. Sadly that did not fix it and still shows the stop hand saying not able to proceed (Rid) error. When Disabled (Deactivated) the WP Cerber plugin?everything works & no errors. Again I really want to continue to use the WP Cerber so how can I fix this ?

    Thread Starter bhranch

    (@bhranch)

    Hello darcie – a11n,

    OK, Thank You So Much. Looking forward to getting this fixed.

    Thread Starter bhranch

    (@bhranch)

    Just needing an update on this case that is been going on for over 2 months. Could you Please email me ?

    Thread Starter bhranch

    (@bhranch)

    Hello angelagrey,
    I appreciate your reply, but unfortunately that isn’t the case. No one has left any reviews yet on those items purchased and they are first time customers too. Not sure how to get it fixed. Thanks for trying though.

    Thread Starter bhranch

    (@bhranch)

    Hello Saravanan,
    I am not sure how it happened, but it is working now. I had disabled the code thinking that might be the problem in code snippet (like the one I posted above). The test payment process worked with the regular heading then and no pink bar. I thought I would try it again with the code enabled to go check the logs file errors and when I tried it the payment process when through this time with the custom heading. So I hope & Pray it will continue working. I appreciate your help though.

    Thread Starter bhranch

    (@bhranch)

    Forgot to add I have this code in my code snippets plugin & it has worked in the past just fine when testing, but it may not work with this new woocommerce stripe update and cause the pink bar error. If this is the cause what new css code do I need to use:

    add_filter( 'the_title', 'woo_personalize_order_received_title', 10, 2 );
    function woo_personalize_order_received_title( $title, $id ) {
        if ( is_order_received_page() && get_the_ID() === $id ) {
                global $wp;
    
            // Get the order. Line 9 to 17 are present in order_received() in includes/shortcodes/class-wc-shortcode-checkout.php file
            $order_id  = apply_filters( 'woocommerce_thankyou_order_id', absint( $wp->query_vars['order-received'] ) );
            $order_key = apply_filters( 'woocommerce_thankyou_order_key', empty( $_GET['key'] ) ? '' : wc_clean( $_GET['key'] ) );
    
            if ( $order_id > 0 ) {
                $order = wc_get_order( $order_id );
                if ( $order->get_order_key() != $order_key ) {
                    $order = false;
                }
            }
    
            if ( isset ( $order ) ) {
                //$title = sprintf( "You are awesome, %s!", esc_html( $order->billing_first_name ) ); // use this for WooCommerce versions older then v2.7
                $title = sprintf( "You are awesome, %s!", esc_html( $order->get_billing_first_name() ) );
            }
        }
        return $title;
    }
    add_filter('woocommerce_thankyou_order_received_text', 'woo_change_order_received_text', 10, 2 );
    function woo_change_order_received_text( $str, $order ) {
        $new_str = $str . ' We have emailed the purchase receipt to you.';
        return $new_str;
    }
    Thread Starter bhranch

    (@bhranch)

    Hello Herman (@bsfherman), Thank You for the information. Yes I went ahead and added the css the regular way through the theme customization last week & it is working well. I was just thinking the snippet plugin might be easier. Thanks Again for the help, I appreciate it.

    Hello Herman (@bsfherman), Thank You for the information. I had thought about going ahead and doing it that way, but thought the snippet plugin might be easier. I will go ahead and add the css the regular way through the theme customization. Thanks Again for the help, I appreciate it.

    Hello Juan David & Herman,
    I am having the same problem with the product images sizes small & large. I use Code Snippet plugin and when I copied your css code put it into snippet then only run of front end then save chages & active. I get fatal error on line 1 (syntax error, unexpected “.”, expecting end of file) message. How can I put this css code into snippet to work without the fatal error ?

    Thread Starter bhranch

    (@bhranch)

    Hello Gabriel,
    Thank You for you information, I really appreciate it. I have been working on trying to get the button, Praying and the Good Lord helped me get what I needed just now. I did some css coding and got a view & continue button. Here is a screen cap: https://cloud.degoo.com/share/rMVqiikJ-VGlo8eCQA7JjQ

    Thanks again & I will keep your information in mind to check out in case I ever need any other help. Have a Blessed rest of the week.

    Thread Starter bhranch

    (@bhranch)

    Hello Dani,
    Thank You for your information, but unfortunately I have tried that before and on the live site it is never centered. Yes, I am wanting the text that says: Your Cart Is Currently Empty and then the button Back To Shop centered, also I have Astra theme. Yes, I have tired it all different ways from the blocks editor, such as at the left saved it then open it back up and go back to the center & save that. It always looks correct in the blocks editor, but when you view it on the real site it is never centered. I have my site with the under construction plugin on since I am working on it, but can take it off for you to see. Could you message me when you could look at it or how would you like me to get in contact with you ?

    Thread Starter bhranch

    (@bhranch)

    Hello Sunday,
    Thank You for the information, but unfortunately it didn’t work. I have code snippet plugin and put it in there. I tried this code two different ways like the stackoverflow article shows, but it never changed anything. One without the add_filter( ‘woocommerce_get_script_data’, ‘change_view_cart_link’,10,2 ); then one with it. The button on my website still says View Cart & the link is the cart page after I add a product.

    This one first:

    function change_view_cart_link( $params, $handle )
    {
        add_filter( 'woocommerce_get_script_data', 'change_view_cart_link',10,2 );
        switch ($handle) {
            case 'wc-add-to-cart':
                $params['i18n_view_cart'] = "Continue Shopping"; //change Name of view cart button
                $params['cart_url'] = "https://www.mywebsite.com/store/"; //change URL of view cart button
            break;
        }
        return $params;
    }

    __________________________________
    Then This one with added hook like article showed:

    function change_view_cart_link( $params, $handle )
    {
        switch ($handle) {
            case 'wc-add-to-cart':
                $params['i18n_view_cart'] = "Continue Shopping"; //change Name of view cart button
                $params['cart_url'] = "https://www.mywebsite.com/store/"; //change URL of view cart button
            break;
        }
        return $params;
    }

    What can I do to get the button to change from View Cart to Continue Shopping and the link go back to my store page ?

Viewing 15 replies - 1 through 15 (of 18 total)