banch3v
Forum Replies Created
-
This thing continue to be an issue. There are so many threads about this. I’m personally being stuck for oven an hour at 75%
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Двойни цени (лв и евро) закръглянеБлагодаря!
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Безплатна & Платена доставка Еконт адресПотвърждавам, че проблемът беше от направените корекции, оправих си провекрите и това разреши проблема.
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Фиксирана цена на доставка – Не работиПривет,
Възможно е да е проблем с конкретния сайт. Това, което се случва е, че без този ред – фиксираната цена за доставка не бива зачитана, а се изчислява нормалната цена за доставка (пр. ако цената за доставка е 4.50, а фиксиранта е 4.90 – отчита 4.50 като цена за доставка).Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Фиксирана цена на доставка – Не работиНанесох корекция, понеже ми правеше проблем с безплатната доставка.
if (
!empty( $this->fixed_price ) &&
!$this->free_shipping &&
!empty( $chosen_shippings ) &&
( $chosen_shippings[0] === $this->id . ':' . $this->instance_id )
) {
$rate['cost'] = $this->fixed_price;
}- This reply was modified 1 year, 3 months ago by banch3v.
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Фиксирана цена на доставка – Не работиВидях къде е проблема. Пропусната е проверка за това. Пускам ти я в коментар за като ъпдейтнеш плъгина:
В тази директория /wp-content/plugins/bulgarisation-for-woocommerce/app/Shipping/Econt
В този файл “Method.php”
На ред 100, преди:if ( $this->free_shipping && $rate['meta_data']['validated'] ) {
$rate['label'] = sprintf( __( '%s: Free shipping', 'woo-bg' ), $rate['label'] );
}вмъкнах следната проверка:
if ( !empty( $this->fixed_price ) ) {
$rate['cost'] = $this->fixed_price;
}ПП: Моля те, драсни дали ще го добавиш в следващия ъпдейт, за да знам дали да го мушна в child theam-a
- This reply was modified 1 year, 3 months ago by banch3v.
0rca (@0rca)
22 hours, 36 minutes ago
Didf you enable “Security Check Pro”?Hi @0rca,
funny how that was the case.
After enabling it, the plugin started working like no problem…
Anyway, that sucks since I do not want to make additional requiest to 3rd party server potentially slowing down my website or cause any GDPR issues.
I’d call that a bug or desired result, who knows 🙂Same issue here. The onboarding goes smooth, I did whitelist my IP and even tried puposly selecting my user in the admin groups like this – https://prnt.sc/H7qtbTZgJBem but yet I keep getting error while trying to access the dashboard – https://prnt.sc/Fv2hbu1SDr6Y
No plugins beside iThemes / Solid Security activated, default theme activated, and I am with administrator profile role.
Issue started after the rebranding to Solid Security
PS: I’ve googled this issue and couldn’t find any threads. In fact, the plugin support sent me the link to this thread. That is why i’m adding this keyword: Solid Security “Sorry, you are not allowed to access this page” error messagePS2: I’m working with the support trying to resolve this matter. If there’s any result, I’ll give feedback here.
Hello,
Polylang was causing the problem. Thank you.Thank you. Looking forward!
Forum: Plugins
In reply to: [Contact Form 7] Contact form submit spinner is not showingHello there. Could you please give me an reply.
Forum: Plugins
In reply to: [Contact Form 7] Contact form submit spinner is not showingHello,
Do we have any progress here?
Thank you.
Forum: Plugins
In reply to: [Contact Form 7] Contact form submit spinner is not showingThis would 99% fix the CF7 issue. But obviously I would like to keep my website as it is and have the CF7 loader work. I wish to try finding a way to solve that problem because lots of premium themes has it.
Forum: Plugins
In reply to: [Contact Form 7] Contact form submit spinner is not showingHi,
this is a premium theme called “Etchy” – https://prnt.sc/Frj7lwQdcYvX- This reply was modified 3 years, 7 months ago by banch3v.
Great. Thank you. Outstanding plugn you’ve got there!
Could you please tell me how do you do that simulation so I can test and do the same comparison in other projects in the future?