This topic has 4 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
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!
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?
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
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.
You must be logged in to reply to this topic.Log in/Sign up