Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterHi, Please upgrade the Custom Fields addon and that should solve the issue. Let me know how you go after you upgrade the custom fields addon to v2.0.7.
There is some additional details we posted earlier on the following post also:
Metadata/custom fields not sending or saving since latest update
April 6, 2022 at 5:39 am in reply to: Metadata/custom fields not sending or saving since latest update #4535Admin
KeymasterWordPress recommended us to make a couple of changes to the core plugin’s code that affected this custom fields feature. So we had to redo and adjust the custom fields addon accordingly (to make sure the same feature is still available).
In the plugins menu of your wp dashboard, You should see an upgrade option for the custom fields addon. Please upgrade the custom fields addon to v2.0.7. Let me know how it goes after that.
Admin
KeymasterWe don’t have any option for that payment method. That is not an advertised payment method that we offer unfortunately.
Admin
KeymasterLet me know if that solved the issue.
Admin
KeymasterYou can use your own button from your theme then use a link to connect that button to our plugin’s buy now process. The following documentation will show you how it works:
We don’t have klarna support. We have sent you a reply to your email regarding klarna.
Admin
KeymasterThe “Pay from your device” text comes from the following additional payment methods addon:
Did you try translating that addon by any chance?
There is an option to hide the “State” field in the settings menu of the plugin.
Admin
KeymasterThe custom fields are showing fine (from the screenshot that I received in the email). The “Full name” and “E-mail” are your custom fields which are present in all the products.
I think you are referring to the “Address Fields” that are not showing on the other products. You need to enable the address field option in the product to show the address. Edit the other product and enable the “Collect Address” checkbox.Admin
KeymasterWe sent an email to that address.
Admin
KeymasterIt was sent to your hotmail account (the one you are using for your account). We have forwarded that email to you again. Please check your spam folder also.
December 3, 2021 at 3:04 am in reply to: StripePaymentsSubscription Fatal Error – If minimum amount is left as default: 0 #4432Admin
KeymasterThank you. We will check it out and provide an update.
Admin
KeymasterThe configuration seems fine to me. I will take a look at your site to check additional settings of the plugin. I will send you an email for it.
Admin
KeymasterIt is likely your theme is overriding the CSS. You can do the following test to isolate:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
You can try using the
!important
tag to see if you can force the CSS to take. See the example below:.asp-multicurr-select{ font-size: 20px; color: red; padding: 15px !important; }
Admin
KeymasterYes, you should be able to use CSS tweaks to customize those elements. Below is an example to showing how.
You can add the following CSS tweaks in the
Appearance -> Customize -> Additional CSS
interface of your admin dashboard to make the font size bigger and change the color to blue:.asp-multicurr-select-container label { font-size: 20px; color: blue; } .asp-multicurr-select{ font-size: 20px; color: blue; } .asp-multicurr-submit-btn { font-size: 20px; color: blue; }
This is just an example. You can experiment with the different CSS values to see what you like.
Admin
KeymasterNo, our subscription addon doesn’t have SEPA option. We will add it to our wish list.
Admin
KeymasterThat will require a heavy setup on your server (due to the architecture that will be required). Something like that is best to be handled using a custom development job at this stage.
-
AuthorPosts