jokubas2000k
Forum Replies Created
-
Hi @webtoffee,
If I set the default state of a cookie to “enabled”, will that cookie be active upon the user’s arrival to the site without first asking for permission? Or does the default state only affect the toggle button state in the cookie settings?
Thanks in advance!
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Add transitions to the flyout menuHi @ferdysan87,
Have you found a solution to your question?
I’m also looking for a way to improve the entrance of the flyout menu.
It works, thanks @bsfrahul!
Forum: Plugins
In reply to: [WooCommerce] Creating an account during checkout issueHi @senff,
Just wanted to let you know that I have not yet resolved the issue and am still waiting for a response.
Also, a similar issue happens on mobile as well. When I enter the checkout page of my website, I immediately get directed to the Email field and prompted to log in with my existing account information. Screenshot: https://ibb.co/zhbdbx3
Forum: Plugins
In reply to: [WooCommerce] Creating an account during checkout issueHi @senff,
Sure: https://www.mydreamtattoo.com/checkout/?add-to-cart=6342
When I log out of my account and head over to the checkout page, the Email and Password fields automatically get pre-filled with my existing account information. Screenshot: https://ibb.co/Db21PTp
I think that it’s important to note that when I log in to my WordPress account, I always check the “Remember me” checkbox and I have saved my website login details to my browser.
So most likely the browser mistakes the checkout fields with login fields and automatically pre-fills them. Is there a way to “tell” the browsers that the fields at checkout are not login fields?
Forum: Everything else WordPress
In reply to: Sharing images in messagesHi @gappiah,
Thank you for your answer.
Could you please expand a little more on this?
I will be selling graphic design related services online. People that purchase a package will have a dedicated communication channel where they can send messages and attach files to discuss their order with me.
Why does this raise concerns about privacy and security? Why will all of the files be public and indexed by Google? What do you mean by “taking special care to prevent unauthenticated AND unauthorized access”?
Thanks
Forum: Themes and Templates
In reply to: [OceanWP] text-underline-offset not supported by WordPress?Apparently it works. But the property is highlighted bright red like it doesn’t work: https://ibb.co/ckR2m9w
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] One page menu mobile navigationHi @yoshimazura,
Have you, by any chance, found a solution to this issue? I’m experiencing the same problem.
Any help would be greatly appreciated.
Forum: Everything else WordPress
In reply to: How to load all resources via HTTPS?It worked, thanks!
I had to search for
https://www.mydomain.com
and replace withhttps://www.mydomain.com
as there was nothing to replace without thewww
.Forum: Everything else WordPress
In reply to: How to load all resources via HTTPS?Hey @gmbwizards,
Have you found a solution to your 1st issue? I’m experiencing the same problem with the mobile menu not closing after link click because the links are anchors on the same page.
Any help would be greatly appreciated.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Mobile Menu not closing on link clickHi @rusty_compass,
Can you check if the code snippet you shared is correct? I’m getting an error trying to use it.
Could you share the source where you found the code snippet? I would greatly appreciate it.
Thank you @rur165, it works.
Forum: Themes and Templates
In reply to: [OceanWP] [oceanwp_woo_cart] shortcode menu cart styleHi @abhikr781,
Thank you for your reply but you didn’t answer my question.
The
[oceanwp_woo_cart]
shortcode displays a basket icon: https://ibb.co/XF37frDI want the icon to be the cart icon: https://ibb.co/VQw9nD0
Is it possible to change the icon that the
[oceanwp_woo_cart]
shortcode displays?There’s nothing about changing the icon in the [oceanwp_woo_cart] shortcode documentation.
Thanks
Hi @mikedmoore,
A quote from the linked thread:
…the checkbox WON’T be checked at all. The card being saved to the customer account is done without this intervention. – @dougaitken
So, as I understand it, the filter
add_filter( ‘wc_stripe_force_save_source’, ‘__return_true’ );
forces the system to save the payment information to my-account no matter if the “Save payment information to my account for future purchases.” checkbox is checked or unchecked.But that’s not what I’m trying to achieve.
I want to leave the option for my customers to either save their payment information or not.
I would like the checkbox to be checked by default when the customer enters the checkout page but if the customer chooses not to save his payment information, he can just uncheck the checkbox and the payment information will not be saved.
Is that possible?