bfaliszek
Forum Replies Created
-
Tak, dodanie drugiego sposobu dostawy bez mapy, rozwiązało problem.
Forum: Plugins
In reply to: [Apaczka.pl Mapa Punktów] Translation – WP 5.6My WordPress theme: https://themeisle.com/themes/hestia/
Forum: Plugins
In reply to: [Apaczka.pl Mapa Punktów] Translation – WP 5.6after updating to v1.1.1 I have exactly the same error as before. Map still not working
Forum: Plugins
In reply to: [Apaczka.pl Mapa Punktów] Translation – WP 5.6@inspirelabs
JS error:Uncaught ReferenceError: ApaczkaMap is not defined at (index):161link to store: https://myopenair.com/sklep/
Forum: Plugins
In reply to: [Apaczka.pl Mapa Punktów] Translation – WP 5.6v1.1.0 fixed the translation problem in my case, but now the map with delivery points does not open. With the previous version, the plugin opened correctly and worked.
Forum: Plugins
In reply to: [Apaczka.pl Mapa Punktów] Translation – WP 5.6I also have a translation problem. Despite the selected Polish language, I have the English words “Select a Delivery Point” on the order finalization page.
WP: 5.6
Plugin: 1.0.2
PHP: 8.0- This reply was modified 5 years, 4 months ago by bfaliszek.
@krenciol Musisz zmienić adres serwera – https://ww.wp.xz.cn/support/topic/ustawcie-odpowiedni-adres-serwera/
Forum: Themes and Templates
In reply to: [OnePress] Hiding the number in counterOK, I found a solution. In the ‘section-counter.php’ file, I changed the line
<span class="n counter"><?php echo esc_html( $box['number'] ); ?></span>
to
<?php if ( $box['number'] ) { ?> <span class="n counter"><?php echo esc_html( $box['number'] ); ?></span> <?php } ?>- This reply was modified 6 years, 12 months ago by bfaliszek.