onlyonclick
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Redirection issue in the WordPress siteI was not able to find any directories in the filesystem matching the name “eps” or “yummy”. I have also searched for a index.php which might be redirecting but still no such content found in those index.php which might have been used for redirection.
Although searching in the database for /yummy-menu keyword, I found a table namely “wp_bv_fw_requests” which contains entries keywords like “yummy-menu”. Other than that I found no traces of keywords like yummy-menu.
Anything else which I might need to check ?
I have checked for .htaccess redirection and possibility of another plugin doing it but it is not the case.
Can you tell me from which country you are trying to access so I can unblock you. Currently only Ireland and Pakistan are allowed.
By the way, how can you marked the issue as resolved even though I just started the conversation.
- This reply was modified 12 months ago by onlyonclick.
The issue was resolved, the problem was that I misunderstood MFA and Notification settings, Notification emails can be multiple but the MFA will only come on a single email which the email which was used to create the admin account. I solved it by creating an another admin user for the site, This solution is for anyone who is having a similar problem.
I have single admin user, when I want to login, the MFA goes to a admin account email which is sometime unavailable, so how can I add another email for the same admin user that the MFA goes to.
Forum: Plugins
In reply to: [WC Fields Factory] File upload field giving file upload missing errorHi, the previous issues are resolved not, but I am facing an another issue now, which is that on MacOS, when I open the page in responsive viewer using chrome dev tools in tablet or mobile view the input type file button becomes white, even though I can check through the chrome dev tools to see it is there and working but it is white, you can see the button link here https://onlyonclick.com/product/dentist-appointment/, the button is in the document tab below product. I am also showing the custom css, which I have written for styling the button.
.custom-file-input::-webkit-file-upload-button { visibility: hidden; } .wccpf_value input{ visibility: hidden; } .wcff_image_prev_shop_continer{ width: 500px !important; } .custom-file-input::before { visibility: visible; content: 'Select image'; display: inline-block; border: 1px solid #999; border-radius: 30px; vertical-align: middle; text-align: center; text-decoration: none; text-shadow: none; padding: 12px 20px; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; background: rgb(45,143,78); font-family: "Lato", Arial, Helvetica, sans-serif; text-transform: uppercase; color: #ffffff; font-weight: 600; font-size: 14px; } .custom-file-input::after{ visibility: visible; content: ''; display: inline-block; border: 1px solid #999; border-radius: 30px; vertical-align: middle; text-align: center; text-decoration: none; text-shadow: none; padding: 12px 20px; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; background: rgb(45,143,78); font-family: "Lato", Arial, Helvetica, sans-serif; text-transform: uppercase; color: #ffffff; font-size: 14px; font-weight: 600; } .wccpf-fields-group-container h4{ font-size: 14px !important; }
Forum: Plugins
In reply to: [WC Fields Factory] File upload field giving file upload missing errorI don’t know what just happened, but when I disabled the ajax add to cart button now, it worked correctly for the simple product and when I tested it with bookable product now, it also worked correctly, this might be some kind of inconsistency as when I tested for simple product I disabled the booking plugin and then I reenabled it and tested for bookable product, it worked correctly. Also I previously remove the field from the layout inside the custom product field setting as it was not working correctly so I added it again just now maybe that’s the reason. Also there are few more question if you could answer
- Can we customize the Choose file button ?
- We are currently using WCFM, so when the vendor receives the order details, the vendor sees it as a url although on clicking it, it opens the image, so can we show the image in order details as currently it is shown in cart section and checkout section ?
- When can we expect the Ajax add to cart button support for input type file upload ?
Well anyway, thanks for your awesome and timely support.
- This reply was modified 2 years, 3 months ago by onlyonclick.
Forum: Plugins
In reply to: [WC Fields Factory] File upload field giving file upload missing errorWe are currently using the WooCommerce Booking plugin https://woocommerce.com/products/woocommerce-bookings/, I will disable that plugin to see if it is working for simple product or not, I will update you regarding the outcome.
Forum: Plugins
In reply to: [WC Fields Factory] File upload field giving file upload missing errorI have enabled it again.
Forum: Plugins
In reply to: [WC Fields Factory] File upload field giving file upload missing errorI have WordPress debug mode enabled, I don’t have any error logs for today.
Forum: Plugins
In reply to: [WC Fields Factory] File upload field giving file upload missing errorFound it, I have disabled AJAX Add to cart button in theme settings, something unexpected is happening that when I add to cart, I am still getting the same error and at the same time the upload file button disappears and the label text of custom file upload field is missing.
Forum: Plugins
In reply to: [WC Fields Factory] File upload field giving file upload missing errorThere is an option checked on WooCommerce setting page product panel which is Enable AJAX add to cart buttons on archives, so is this it ?
I have disabled it and checked, it is still giving me the error.
- This reply was modified 2 years, 3 months ago by onlyonclick.