A few issues - by EWD - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: EWD
    EWD
    Participant
    May 7, 2015 at 04:17

    Hello,

    WooPress is a wonderfull theme, but we have some problems in making it work properly.

    1.1. If I change the language in Settings the product links result in 404. I think this is a problem with the permalinks, as the “products” is changing from language to language: http://ro.adamasroyal.com/produs/bratara-argint-925-simply-me/
    http://ro.adamasroyal.com/product/bratara-argint-925-simply-me/

    1.2. On the product page the images below the featured image open in a lightbox instead of switching the main image above.

    2. On the cart page the lower “Checkout” button is doubled: http://ro.adamasroyal.com/cart/

    3. On the checkout page the shipping methods are all crammed when viewed from PC: http://ro.adamasroyal.com/checkout/

    Kindest regards!

    3 Answers
    Avatar: EWD
    EWD
    Participant
    May 7, 2015 at 05:38

    1.1. Is resolved, I changed the permalink structure to something else then to the one I had before.

    Another question, how can we disable the review section?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 7, 2015 at 07:44

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 7, 2015 at 08:21

    Hello,

    1.2. Add this code in functions.php file:

    /* Remove WooCommerce styles and scripts. */
    function woo_remove_lightboxes() {
             
            // Styles
            wp_dequeue_style( 'woocommerce_prettyPhoto_css' );
             
            // Scripts
            wp_dequeue_script( 'prettyPhoto' );
            wp_dequeue_script( 'prettyPhoto-init' );
            wp_dequeue_script( 'fancybox' );
            wp_dequeue_script( 'enable-lightbox' );
    }
      
    add_action( 'wp_enqueue_scripts', 'woo_remove_lightboxes', 199 );
    ?>

    2./3. Please remove “woocommerce” folder in wp-content/themes/woopress directory and reupload it from new theme package.

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.