Altti Papinsaari
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
How to choose product variation outside product single page with view?
Commencé par : Altti Papinsaari in: Toolset Professional Support |
|
2 | 3 | Il y a 3 années et 4 mois | |
Database upgrade error 'Precondition "toolset_associations table exists"'
Commencé par : Altti Papinsaari in: Toolset Professional Support |
|
2 | 16 | Il y a 3 années et 4 mois | |
Can I use View's conditional output to check Woocommerce product type
Commencé par : Altti Papinsaari in: Toolset Professional Support |
|
2 | 5 | Il y a 3 années et 5 mois | |
WYSIWYG field inputs are deleted when post is updated/published
Commencé par : Altti Papinsaari in: Toolset Professional Support |
|
2 | 3 | Il y a 3 années et 5 mois | |
YITH WooCommerce Request A Quote shortcode not working for logged-out users
Commencé par : Altti Papinsaari
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 3 | Il y a 3 années et 8 mois | |
Openin hours with weekly rotation
Commencé par : Altti Papinsaari
in: Toolset Professional Support
Problem: I would like to alternate the display of two Views depending on whether the current week of the year is odd or even. Solution: add_shortcode( 'ts-even-odd-week', 'ts_even_odd_week_func'); function ts_even_odd_week_func( $atts, $content ) { $week_number = strftime('%U'); $is_odd = ($week_number % 2 == 1); return $is_odd ? 1 : 0; } [wpv-conditional if="( '[ts-even-odd-week]' eq '1' )"] This is an odd week - insert the odd View here. [/wpv-conditional] [wpv-conditional if="( '[ts-even-odd-week]' eq '0' )"] This is an even week - insert the even View here. [/wpv-conditional] |
|
2 | 4 | Il y a 6 années et 3 mois |