Altti Papinsaari
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
How to choose product variation outside product single page with view?
Gestartet von: Altti Papinsaari in: Toolset Professional Support |
|
2 | 3 | vor 3 Jahren, 4 Monaten | |
Database upgrade error 'Precondition "toolset_associations table exists"'
Gestartet von: Altti Papinsaari in: Toolset Professional Support |
|
2 | 16 | vor 3 Jahren, 4 Monaten | |
Can I use View's conditional output to check Woocommerce product type
Gestartet von: Altti Papinsaari in: Toolset Professional Support |
|
2 | 5 | vor 3 Jahren, 5 Monaten | |
WYSIWYG field inputs are deleted when post is updated/published
Gestartet von: Altti Papinsaari in: Toolset Professional Support |
|
2 | 3 | vor 3 Jahren, 5 Monaten | |
YITH WooCommerce Request A Quote shortcode not working for logged-out users
Gestartet von: 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 | vor 3 Jahren, 8 Monaten | |
Openin hours with weekly rotation
Gestartet von: 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 | vor 6 Jahren, 3 Monaten |