bartelby
Forum Replies Created
-
Thank you very much.
Solution 1 is the easiest and works.
Hello,
Thank you. Yes I’ve missed the <. Sorry.
Here is the result
woocommerce_thumbnail_image_width : '400'
woocommerce_thumbnail_cropping : 'uncropped'
woocommerce_thumbnail_cropping_custom_width : '2'
woocommerce_thumbnail_cropping_custom_height : false
wc_get_image_size('woocommerce_thumbnail'):
Array
(
[width] => 400
[height] =>
[crop] => 0
)
subcategory_archive_thumbnail_size => 'woocommerce_thumbnail'
wc_get_image_size($cat_size):
Array
(
[width] => 400
[height] =>
[crop] => 0
)Thank you for your help
Hello,
I’ve managed to disable the firewall.
Here is the outpu from https://boutique.teinturesauvage.fr/test.php?php require __DIR__ . '/wp-load.php'; echo '
';
foreach ( array(
'woocommerce_thumbnail_image_width',
'woocommerce_thumbnail_cropping',
'woocommerce_thumbnail_cropping_custom_width',
'woocommerce_thumbnail_cropping_custom_height',
) as $opt ) {
echo str_pad( $opt, 46 ) . ': ' . var_export( get_option( $opt ), true ) . "\n";
}
if ( function_exists( 'wc_get_image_size' ) ) {
echo "wc_get_image_size('woocommerce_thumbnail'):\n";
print_r( wc_get_image_size( 'woocommerce_thumbnail' ) );
$cat_size = apply_filters( 'subcategory_archive_thumbnail_size', 'woocommerce_thumbnail' );
echo "\nsubcategory_archive_thumbnail_size => " . var_export( $cat_size, true ) . "\n";
echo "wc_get_image_size(\$cat_size):\n";
print_r( wc_get_image_size( $cat_size ) );
} else {
echo "no woo\n";
}
echo '
';Thank you
Hello,
Thank you for your answer.
I’ve got the following problerm : there’s a waf at the server level put here by the provider => 403 error. There’s nothing I can do to by-pass it. Sorry.
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge cache of alias domain doesn’t workOk it was a temporary issue I think.
It is ok now.
Have you got any idea when I will have a return from your dev team ? How they will come back to me ?
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge cache of alias domain doesn’t workOK Thank you.
I’ve removed the alias domain from the cdn but it is out now with message :
524
Site Not Found
The site is not registered with CDN!Should I wait a little or put back the domain as alias ?
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge cache of alias domain doesn’t workI’ve tried in the toolbox purge all lscache and purge by url.
I’ve also noticed that modifications on a page or a post are taken into account immediately on the main language domain, even without purging the cache. This does not work for the secondary language page even after purging the cache.
I’ve just done it.
Thank you for your help.
Here it is :
/** Litespeed multilingual */
if ($_SERVER[‘SERVER_NAME’] == ‘teinturesauvage.fr’) {
define( ‘LITESPEED_STATIC_URL’, ‘//teinturesauvage.fr/wp-content/litespeed’ ) ;
}
elseif ($_SERVER[‘SERVER_NAME’] == ‘teinturesauvage.com’) {
define( ‘LITESPEED_STATIC_URL’, ‘//teinturesauvage.com/wp-content/litespeed’ ) ;
}Thank you
An update to my issues, no more broken pages but css and js of the second langage site (.com) are still loaded from the main langage site (.fr)
Forum: Plugins
In reply to: [WooCommerce] Number of reviews disappear on product pageResolved.
It a was a database issue.