alfredo49
Forum Replies Created
-
i dont know what is the reason.. is needed version pro? because i found this solution in forums
<php global $product;
if ( $product && $product->is_type( 'variable' ) ) {
// Esto intenta pintar SOLO los swatches sin el botón de compra
if ( class_exists( 'Woo_Variation_Swatches_Pro' ) || class_exists( 'Woo_Variation_Swatches' ) ) {
echo woo_variation_swatches_pro()->show_archive_page_swatches();
}
}?>In my case when i use in query loops in shop page/archives it doesnt work, nothing isnt shown.
In the other hand, in single product pages works
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Is possible add “Download file” in the lightbox?Thxs!!
This feature would be interesting, because although the usual right-click method works, a button to download the file directly would be a nice addition.
Hi!
ok!
Thxs for the reply
Thxs, in my case it wasnt shown because in documents any of them werent geneterated by complianz
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz messes styles Bricks BuilderHi @antoiub
The URL es muriedas.com, the issue also happens in other bricks pages but not all
In Integration =>Services i only have active Google Maps and Google Recaptcha (but deactivating all either works)
All plugins disabled except Complianz error presists
Deactivating Bricks Lazy Loading in Bricks Settings => Perfomance solved the issue with the styles in frontend but in console error persists but it has changed, now is with iteractions
Uncaught TypeError: can’t access property “interactions”, window.bricksData is undefined
eachElement https://www.muriedas.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1756278258:1
eachElement https://www.muriedas.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1756278258:1
value https://www.muriedas.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1756278258:1
value https://www.muriedas.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1756278258:1
value https://www.muriedas.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1756278258:1
bricksInteractions https://www.muriedas.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1756278258:1
https://www.muriedas.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1756278258:1Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz messes styles Bricks Builderhi @antoiub
Im using last verion bricks builder 2.0.2 , wordpress and complianz last version and php 8.4.
It happen to my in some Bricks Sites
With IA help with this Snipet seems tol solve the issue but Complianz shouldnt block bricks scripts
function cmplz_add_custom_whitelisted_script_tags( $whitelisted_script_tags ) {
// Añade fragmentos únicos que aparecen en los scripts inline de Bricks
$whitelisted_script_tags[] = ‘window.bricksData’;
$whitelisted_script_tags[] = ‘window.bricksQuery’;
$whitelisted_script_tags[] = ‘window.bricksPosts’;
$whitelisted_script_tags[] = ‘queryLoopInstances’;
$whitelisted_script_tags[] = ‘offsetLazyLoad’;
return $whitelisted_script_tags;
}
add_filter( ‘cmplz_whitelisted_script_tags’, ‘cmplz_add_custom_whitelisted_script_tags’, 10, 1 );Anyway in your side to solve the issue?
Thxs
Solved thxs!
Solved adding in all pods php querys
'where' => 'language.slug = "' . pll_current_language() . '"'I just realized that it’s not just an RSS problem. I have created the Custom Posts with Pods Framework and it’s clear that this latest version of Polylang is causing incompatibility with Pods Framework because all my content created with Pods Framework is broken.
Again is messed with new released…
This code says cmplz_url is not defined
<?php function cmplz_enqueue_custom_styles() { $css_file_path = cmplz_url . '/assets/css/document.min.css'; wp_enqueue_style('cmplz-custom-styles', $css_file_path); } add_action('wp_enqueue_scripts', 'cmplz_enqueue_custom_styles');Hi:
If you select 25-26 Febrero (0 stock) at the bottom of the page, you can see it.
https://www.tqmdesarrollo.com/bimagestionderiesgos/producto/trekking/
Same issue!!
Perfecto, muchas gracias!
Saludos
Same Wordfence notification