DriftWeb
Forum Replies Created
-
Está acontecendo comigo também, exato, é quando tento autorizar em produ??o.
Forum: Plugins
In reply to: [SVG Support] SVG does not appear on certain woocommerce pagesHi, I managed to find out what the error was. With the “Force Inline SVG” option checked, the error happened, so I unchecked it and added “style-svg” to my images.
Forum: Plugins
In reply to: [SVG Support] SVG does not appear on certain woocommerce pagesThe error persists even with these possible solutions
Forum: Plugins
In reply to: [SVG Support] SVG does not appear on certain woocommerce pagesHi again, thanks for the help. I managed to get the two SVG’S I needed, but on the checkout page the problem persists.
Forum: Plugins
In reply to: [PagSeguro Parceled for WooCommerce] N?o aparece as configura??esFiz o procedimento e ainda sem sucesso.
Forum: Plugins
In reply to: [bbPress Voting] show total voting count include topic list indexOlá, fiz essa altera??o, foi bem simples, segue o código, basta inserir no functions.php
*Hello, I made this change, it was very simple, follows the code, just insert in functions.php
add_action ( 'bbp_theme_before_topic_title' , 'bavotasan_resolved_topics' ); function bavotasan_resolved_topics () { $topic_id = bbp_get_topic_id (); $score = (int) get_post_meta($topic_id, 'bbp_voting_score', true); if ($score != 0) { echo $score; } }
I need
- This reply was modified 5 years, 7 months ago by DriftWeb.
Esqueci de mencionar, como uso um plugin para modificar as varia??es, os famosos “swatches”, meu seletor ficou:
document.querySelectorAll(‘.tawcvs-swatches span.swatch’).forEach(function(element, index, array)…Aqui basta alterar as classes para se adequar ao seu tema e plugins:
document.querySelectorAll(‘classes aqui’).forEach(function(element, index, array)Alguém conseguiu resolver? Aqui ainda persiste, e está muito lento.