wpneopro
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Crowdfunding] Compatible with Mollie paymentsPlease check by downloading this plugin, If WooCommerce supports your payment gateway, it will be support also our plugin.
Best regards
Hi
No need to be add variable products. Rather then you can use rewards. It will be work like as variable products.
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Problems with accentuationHi
We will update it soon.
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Layout overlapping with Divi top menuAdd the following CSS into your style.css http://www.arclightgraphics.com/blog/budding-design/ url will be fine
.wpneo-user-registration-wrap { margin-top: 100px; }Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Translation readyThank you very much
Let’s do it
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Layout overlapping with Divi top menuIt really doesn’t matter, and it’s expected that every theme may not show page accordingly because of developers variation. BTW. all can be fix by adding or removing some code in CSS.
Let me describe
Remove
.wpneo-wrapper { margin: 0 auto; }Add
.wpneo-wrapper {
margin: 150px auto 0;
}
It will come product/campaigns under menu http://www.arclightgraphics.com/blog/shop/crowd-funding/mlis-tone-skin-spray/ here
You can set every page which you need like this.
Best regards
- This reply was modified 8 years, 12 months ago by wpneopro.
Forum: Plugins
In reply to: [WP Crowdfunding] PaginationHi
Please post your question here, our staff will help you.
https://www.themeum.com/support/
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] currency switchHi
Yes, we are looking in this issue.
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Theme deleted after updateHi
Yes, you can override. copy wpneotemplate into your themes. If you change any modification here, this will keep even after the update.
But if you change anything in the plugin. this will be gone after update
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] parse errorHi
Please upgrade your PHP version to at least 5.4, Hopefully, this will be solved.
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Template designHello
These are the shodecode lists for wp-crowdfunding
Shortcode List
To use these shortcodes, just place the required shortcode(s) on your desired location.
Crowdfunding Product Listing Shortcode [wpneo_crowdfunding_listing]
Crowdfunding Product Listing Shortcode with specific category [wpneo_crowdfunding_listing cat=”cat_name”]
Crowdfunding Product Submission Form Shortcode [wpneo_crowdfunding_form]
Crowdfunding Product Search Shortcode [wpneo_search_shortcode]
Crowdfunding User Dashboard Shortcode [wpneo_crowdfunding_dashboard]
Crowdfunding User Registration Shortcode [wpneo_registration]Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Can’t change dashboard infoHi
Could you please send some screenshot about your issue? So we can give you exact solution.
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] currency switchHello
Thank you for your question, price will not convart as per our existing system, But we will implement its in coming update.
Best egards
Forum: Plugins
In reply to: [WP Crowdfunding] Product orderSo you need change query order by WooCommerce way in this shortcode.
You have to get this backend option, then place to query order by in this shortcode
Please search google how you acheive this.
Best regards
Forum: Plugins
In reply to: [WP Crowdfunding] Product orderHello
Where you want to show this order, if it shop page, then it should be work as WooCommerce order
Best regards