Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

christyherself

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Issues with WooCommerce and "More Information" tab #7075

    I think it is connected with the coding in the theme. I am using Woocommerce in the same manner on another author website and I am NOT getting this error. If you will see the guide that you referred me to, you will see at the bottom it references problems with the exact error code I am getting under the heading “The Additional Information Tab.”

    In functions.php of the Shogun theme, you have included this snippet, which IS the additional information tab:

    //// Rename product tab
    function shogun_sd_wc_rename_tabs( $tabs ) {
    $tabs[‘additional_information’][‘title’] = __( ‘More Information’, ‘satori’ );
    return $tabs;
    }

    When I delete this snippet of code, then hit save, I get a 418 error.

    in reply to: Issues with WooCommerce and "More Information" tab #7064

    bump

    in reply to: How to get slider to full page width? #7054

    You are a life saver! I had selected “Full Screen” but not “Force full width.” That seems to have done the trick.

    thank you for your assistance! <3

Viewing 3 posts - 1 through 3 (of 3 total)