Forum Replies Created
-
Katherine J. BatesKeymasterHi
We are working on this withdraw system. You will get it coming version which may required 2-3 business days.
Best regards
Katherine J. BatesKeymasterHi
There are some users and we think no need to be delete these, these users belongs with may payments. error may will come again if these user not found.
But we are working on this, and we will add an option to delete existing demo content to get start with fresh.
Best regards
Katherine J. BatesKeymasterThank you for noticing us. We will add withdraw request to admin soon in coming version. Please stay with us.
Best regards
Katherine J. BatesKeymasterHi
Which email do you want to edit? You can get all of the emails templates here
root/resources/views/emails
Best regards
Katherine J. BatesKeymasterHi
When campaign owner request by clicking withdraw button. Admin will receive that request. And he will approve that withdraw.
Admin will send money to campaign owner manually.
Let us see with your user.
Best regards
Katherine J. BatesKeymasterOk, then you need to pass this category variable to all of the pages, though we’ve used some global variable to access them from all of the view pages.
This is the code
$top_categories = Category::whereCategoryId(0)->orderBy('category_name', 'asc')->get();
look at controller. you need make it for global accessible.If you are a developer, then you will understand. I’m giving you a piece of code.
At file
root/app/Providers/AppServiceProvider.php
Delete below code from line 53 to 63
view()->composer('*', function ($view) { $header_menu_pages = Post::whereStatus('1')->where('show_in_header_menu', '1')->get(); $show_in_footer_menu = Post::whereStatus('1')->where('show_in_footer_menu', '1')->get(); $enable_monetize = get_option('enable_monetize'); $loggedUser = null; if (Auth::check()) { $loggedUser = Auth::user(); } $view->with(['lUser' => $loggedUser, 'enable_monetize' => $enable_monetize, 'header_menu_pages' => $header_menu_pages, 'show_in_footer_menu' => $show_in_footer_menu]); });
Add below code right that place
view()->composer('*', function ($view) { $header_menu_pages = Post::whereStatus('1')->where('show_in_header_menu', '1')->get(); $show_in_footer_menu = Post::whereStatus('1')->where('show_in_footer_menu', '1')->get(); $top_categories = Category::whereCategoryId(0)->orderBy('category_name', 'asc')->get(); $enable_monetize = get_option('enable_monetize'); $loggedUser = null; if (Auth::check()) { $loggedUser = Auth::user(); } $view->with(['lUser' => $loggedUser, 'enable_monetize' => $enable_monetize, 'top_categories' => $top_categories, 'header_menu_pages' => $header_menu_pages, 'show_in_footer_menu' => $show_in_footer_menu]); });
That’s it, this should now work
Best regards
Katherine J. BatesKeymasterHi Mobius1980
Please look at this line Registration Success, we canβt send you activation email during an email error, please contact your admin
Says here, user registration was the success, but the system can’t send email, because of no SMTP has been configured, or your SMTP credential was an error.
Please ask your host to send you SMTP credential, and set this credential to
.env
file in your root directory.Hope then your email will work.
Best regards
Katherine J. BatesKeymasterYou are most welcome
Katherine J. BatesKeymasterHi
Your issue has been fixed, thank you for noticed us.
To support us, please place a 5-star rating to our product (if you have time) https://codecanyon.net/item/getfund-a-professional-laravel-crowdfunding-platform/19769953
We will be very glad if you place a good review. You can do that from https://codecanyon.net/downloads
Best regards
Katherine J. BatesKeymasterHi
We are looking to your issue.
Best regards
Katherine J. BatesKeymasterThank you.
Please see if there any more issues still exists? we will update it to your site, as well we will update core.
Best regards
Katherine J. BatesKeymasterHi
Thank you for your notice, we’ve added this feature based on your request. You can now place your currency sign to left or right from
Admin > Settings > General Settings
. once update approve from CodeCanyon, you will able to download the new version from your CodeCanyon account https://codecanyon.net/downloadsPlease find https://www.themeqx.com/docs/getfund-a-professional-laravel-crowdfunding-platform/upgrade-guide/ upgrade guide
To support us, please place a 5-star rating to our product (if you have time) https://codecanyon.net/item/getfund-a-professional-laravel-crowdfunding-platform/19769953
We will be very glad if you place a good review. You can do that from https://codecanyon.net/downloads
Best regards
Katherine J. BatesKeymasterOk, if you don’t understand debug mode, please provide your server or FTP credential. Our support staff will help you, our office is now closed. Support staff will back you as soon as possible.
Best regards
Katherine J. BatesKeymasterDear Garyece
Thank you for noticed us about this issue, we’ve fixed it in your server, as well as we are updating our core. We will mention your name as reporter to our change log.
To support us, please place a 5-star rating to our product (if you have time) https://codecanyon.net/item/getfund-a-professional-laravel-crowdfunding-platform/19769953
It will be help us a lot.
Best regards
Katherine J. BatesKeymasterHi
Please provide your URL here. we will check.
Best regards