hellpunch
Forum Replies Created
-
Forum: Plugins
In reply to: [PhastPress] Disabling PhastpressThank you very much albert, i changed the values on the database as define on config wasn’t working and now, when the plugin is deactivated, the site works 🙂
Forum: Plugins
In reply to: [PhastPress] Disabling PhastpressIn theory you are right, but in pratice, when i disable Phast, the css doesn’t get loaded in the site. I sent you an email anyway.
- This reply was modified 5 years, 2 months ago by hellpunch.
Forum: Themes and Templates
In reply to: [Blocksy] Product Quick View – WP Ceber Security Compatibility@creativethemeshq So the quick view requests images on http:// instead https:// (the server should have auto redirection so don’t know why it requests on http:// ) and this behaviour is detected unsafe from firefox that blocks the add to cart button, error on console is: ‘blocked due to mixed active content’
Forum: Themes and Templates
In reply to: [Blocksy] Wishlist icon label not showing@creativethemeshq NVM, the blocksy pro plugin wasn’t updated to the latest version.
- This reply was modified 5 years, 2 months ago by hellpunch.
- This reply was modified 5 years, 2 months ago by hellpunch.
- This reply was modified 5 years, 2 months ago by hellpunch.
- This reply was modified 5 years, 2 months ago by hellpunch.
- This reply was modified 5 years, 2 months ago by hellpunch.
- This reply was modified 5 years, 2 months ago by hellpunch.
Forum: Themes and Templates
In reply to: [Blocksy] Wishlist icon label not showinglol.. it was working as you showed but after the wordpress update and blocksy update it isn’t. But for you it is working.
Again, might be the server blocking some request, i’ll check more.
Forum: Themes and Templates
In reply to: [Blocksy] (Bug) Errors not showing in the modal register tabSeems a server issue, i’ll try to solve else i’ll send a ticket.
Forum: Themes and Templates
In reply to: [Blocksy] (Bug) Errors not showing in the modal register tabNo that was the problem; i don’t get the same errors you see in the registration form. Some kind of cors error (site is a subdomain of wordpress multisite)
- This reply was modified 5 years, 2 months ago by hellpunch.
Forum: Themes and Templates
In reply to: [Blocksy] (Support) Code hooksTHANKS, the code editor isn’t the greatest unfortuantely.
- This reply was modified 5 years, 2 months ago by hellpunch.
Forum: Themes and Templates
In reply to: [Blocksy] (Bug) Errors not showing in the modal register tabTried both normally and using the wordpress action hook:
add_action( 'registration_errors',... function ...() { $errors->add( 'password_error', __(string, domain) ); return $errors; }Forum: Themes and Templates
In reply to: [Blocksy] Bug Wishlist@creativethemeshq so i discovered it weren’t the variations but the last wishlist item doesn’t get removed, doesn’t matter what it is from the account page but it gets removed if you unclick it from the product card wishlist icon.
- This reply was modified 5 years, 2 months ago by hellpunch.
Isn’t it possible without it? Because woocommerce registration offers more functionality by default (for example, users can set the password they want immediately)
Forum: Themes and Templates
In reply to: [Blocksy] Product Quick View – WP Ceber Security CompatibilityDid you activate their ‘anti spam’ (wpcerber -> antispam -> antispam engine -> registrations forms & other forms)? I think it might be that settings.
It is enabled in the woocommerce settings page, in woocommerce -> settings -> account & privacy -> allow users to make new account in the account page, and this works even when wordpress registration is disabled. It is currently active only in the ‘my account’ page but you can use shortcodes to make it available else where :[woocommerce_my_account]
in the gutenburg editor, in their page, in this case checkout page.
Forum: Themes and Templates
In reply to: [Blocksy] Woocommerce form dropdown visual bug