Forum Replies Created
- AuthorPosts
Ramamurthy Krishnan
KeymasterYou’re most welcome. 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.Ramamurthy Krishnan
KeymasterHi,
Adding the below css code to your child theme’s style.css file will fix the issue.
.woocommerce ul.products li.product .woocommerce-loop-product__link { overflow: inherit !important; } div.wcfmmp_sold_by_container + a { bottom: 78px !important; }
You don’t have to add the code again, I already did it, it’s working fine now.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
It’s working now.
The “WordPress Address (URL)” and “Site Address (URL)” under wp-admin->Settings->General needed to set with “https” only.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please share us your website login credentials and do share it as private reply here. We need to check.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please check your browser console whether there is any javascript error or not. Also go to wp-admin->WooCommerce->Status->Logs and check whether there is a fatal error or not.
If you are not using all updated versions of our plugins then please do update them all and check again. Don’t forget to take backup of your database and all files before updating anything.
Do let us know if you find something.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please add the below given css code to your child theme’s style.css file.
.product_translations, #wcfm_product_translations { display: none !important; }
Thanks,
Ramamurthy Krishnan
KeymasterHi,
You can create coupons to achieve this. Vendors can create their coupons and send it to customers and those customers can apply that coupon while purchasing that particular vendors products only.
Thanks,
Ramamurthy Krishnan
KeymasterWelcome 🙂
Ramamurthy Krishnan
KeymasterHi,
Yes the above code will work while creating users from wp-admin -> Add user. But we recommend a mandatory email field while adding vendors from WCFM store manager and also from vendor registration page.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Adding this below css code to your child theme’s style.css file will fix the issue.
#wcfm-knowledgebase .sorting_disabled { text-align: center !important; }
You don’t have to add this code to your site as I’ve already added it and its working fine.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
As you mentioned in your previous reply that you fixed the issue, thats great. But the link is not opening correctly, it breaks.
Thanks,
April 10, 2020 at 10:10 am in reply to: Pagination o Store List not working with Country & State filter #117545Ramamurthy Krishnan
KeymasterTried again. Didn’t work as usual.
Ramamurthy Krishnan
KeymasterHi,
Please provide me your website link and wp-admin login credentials(username & password). So that I can login to your site and check the issue.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Can you please provide me the link of the page with this alignment issue?
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Sorry email id field is mandatory so that can’t be an optional field during registration. Every user registration requires a valid email address. It should pass WordPress email validation rule. You may check from wp-admin -> Add user also. It is WordPress standard.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
It seems to be a css issue, can you please share us your website login details so that we can check the issue.
Please send your website login credentials as private reply here.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Sorry didn’t get your requirement. Can you please elaborate a bit more?
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Sorry didn’t get you. Can you please explain elaborately what you want to customize?
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Are you trying to remove the map and filter from store list page?
If yes then you have to pass “map” and “filter” attributes with blank value.
Please use the below shortcode to get it work.[wcfm_stores map=”” filter=””]
Thanks,
Ramamurthy Krishnan
KeymasterHi,
You may use any of them if you want but we don’t provide support for these pricing table plugins.
If you are looking for membership pricing plan then we have our own membership plugin, you can use that to create your membership plans for vendors.
WCFM – WooCommerce Multivendor Membership: https://wordpress.org/plugins/wc-multivendor-membership/Thanks,
Ramamurthy Krishnan
KeymasterHi,
Are you using all updated versions of our plugin? If not then please update them and check once. Don’t forget to take backup of all your files and database before updating anything.
Also if you are using any cache or optimize plugin then please deactivate them once and check again.Do let us know if any issues further.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please provide us the link, we need to check.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
It seems to be a css issue. Please provide us the respective ink, we will get back to you.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
WCFM has no settings for product review. It has review settings for vendor reviews which is only accessible to administrator.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please add the below code to your child theme’s functions.php file or if you are not using any child theme then please use Code Snippets plugin (https://wordpress.org/plugins/code-snippets/) to add this code to your site.
add_action( 'after_wcfm_products_manage', function() { ?> <style> .wcfm-tabWrap .page_collapsible, .wcfm-tabWrap .page_collapsible + .wcfm-container { width: 98% !important; position: relative !important; } .wcfm-tabWrap { height: auto !important; } </style> <script> jQuery( document ).ready( function( $ ) { setTimeout(function() { $('.wcfm-tabWrap .page_collapsible').off('click'); $('.wcfm-tabWrap').find('.wcfm-container').removeClass('collapse-close').addClass('collapse-open').show(); }, 2000 ); }); </script> <?php });
Thanks,
- AuthorPosts