Title: onlyonclick's Replies | WordPress.org

---

# onlyonclick

  [  ](https://wordpress.org/support/users/onlyonclick/)

 *   [Profile](https://wordpress.org/support/users/onlyonclick/)
 *   [Topics Started](https://wordpress.org/support/users/onlyonclick/topics/)
 *   [Replies Created](https://wordpress.org/support/users/onlyonclick/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/onlyonclick/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/onlyonclick/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/onlyonclick/engagements/)
 *   [Favorites](https://wordpress.org/support/users/onlyonclick/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Redirection issue in the WordPress site](https://wordpress.org/support/topic/redirection-issue-in-the-wordpress-site/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/redirection-issue-in-the-wordpress-site/#post-17247810)
 * I 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 ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[301 Redirects - Redirect Manager] Ridirection working without the plugin](https://wordpress.org/support/topic/ridirection-working-without-the-plugin/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/ridirection-working-without-the-plugin/#post-17235428)
 * I have checked for .htaccess redirection and possibility of another plugin doing
   it but it is not the case.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[301 Redirects - Redirect Manager] Ridirection working without the plugin](https://wordpress.org/support/topic/ridirection-working-without-the-plugin/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/ridirection-working-without-the-plugin/#post-17235193)
 * 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 2 years, 6 months ago by [onlyonclick](https://wordpress.org/support/users/onlyonclick/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FluentAuth - The Ultimate Authorization & Security Plugin for WordPress] Register two or more emails for MFA](https://wordpress.org/support/topic/register-two-or-more-emails-for-mfa/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/register-two-or-more-emails-for-mfa/#post-16395469)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FluentAuth - The Ultimate Authorization & Security Plugin for WordPress] Register two or more emails for MFA](https://wordpress.org/support/topic/register-two-or-more-emails-for-mfa/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/register-two-or-more-emails-for-mfa/#post-16389339)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] File upload field giving file upload missing error](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/#post-15893472)
 * Hi, 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/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] File upload field giving file upload missing error](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/#post-15873901)
 * I 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
    1. Can we customize the Choose file button ?
    2. 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 ?
    3. 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 3 years, 10 months ago by [onlyonclick](https://wordpress.org/support/users/onlyonclick/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] File upload field giving file upload missing error](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/#post-15873868)
 * We are currently using the WooCommerce Booking plugin [https://woocommerce.com/products/woocommerce-bookings/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] File upload field giving file upload missing error](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/#post-15873530)
 * I have enabled it again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] File upload field giving file upload missing error](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/#post-15873513)
 * I have WordPress debug mode enabled, I don’t have any error logs for today.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] File upload field giving file upload missing error](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/#post-15873475)
 * Found 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] File upload field giving file upload missing error](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/)
 *  Thread Starter [onlyonclick](https://wordpress.org/support/users/onlyonclick/)
 * (@onlyonclick)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/file-upload-field-giving-file-upload-missing-error/#post-15873459)
 * There 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 3 years, 10 months ago by [onlyonclick](https://wordpress.org/support/users/onlyonclick/).

Viewing 12 replies - 1 through 12 (of 12 total)