Nurul Umbhiya
Forum Replies Created
-
I thought you were sleeping 😉 by the way I successfully uploaded 8.1MB MP3 file by both wpmarketplace & media manager. So maybe bigger filesize isn’t uploading anyhow. I don’t know much about server configuration. I wish i could help you with this matter 🙁
I rechecked your site. I was unable to upload 18MB mp3 file through wpmarketplace. So I tried to upload same file through WordPress media manager (Media -> Add New) and guess what it failed too. So the problem isn’t with wpmarketplace plugin, maybe with your server setup.
I just registered to your site. username is zikubd.
check following 2 settings in your php.ini files…
; Maximum allowed size for uploaded files.
upload_max_filesize = 40M; Must be greater than or equal to upload_max_filesize
post_max_size = 40Mif this isn’t helping give me your site access to test what’s wrong….
I just tested on my end. Everything is working fine for a fresh install of WordPress and WP Marketplace plugin. Just make sure file permission for wpmarketplace –> js and wpmarketplace –> css folder is readable.
Forum: Plugins
In reply to: [WP Marketplace - Complete Shopping Cart / eCommerce Solution] Free VersionUpdate to latest version of wp marketplace plugin. Change wpmarketplace/js/ folder permission to 777 or 775 for now….
1. Create a page named Order (or anything you want) with shortcode [my-orders] as page content.
2. Goto Marketplace –> Settings of your WordPress installation. Select previously created page under Orders Page select box.
3. Click Save settings button.
Update to latest version of wp marketplace plugin. Change wpmarketplace/js/ folder permission to 777 or 775 for now.
Sounds like JavaScript conflict with other plugins installed. Provide your site address to check your issue.
use below css code, maybe this will fix your problem.
.mp_product_detail {
width:auto !important;
}Goto wpmarketplace –> tpls –> edit-profile.php and change the content with this, Let me know if this works.
Please wait for next update.