Forum Replies Created
-
Katherine J. BatesKeymasterHi
You will find the HTML section there, just select a html snippet from start div to end div, then move it top or bottom.
It should be changed.Best regards
Katherine J. BatesKeymasterHi
Give us your cPanel credential privately, we will see what is issue and we will fix it
Best regards
Katherine J. BatesKeymasterHi
For the overlapping the pre defined price input, you have to fixed it by css, it’s best fit for 4 items, if you need more, then you should do it by css.
Please see the price issue below.
At the file
/root/app/helpers.php
Line number 201Find the below line
$amount = number_format($amount,2);
Replace it with below line
$amount = number_format($amount,2, ',', '.');
It will help you to solve thousand and decimal separator
Best Regards
Katherine J. BatesKeymasterDear @daffson
Unfortunately this string was not printed for translation, we’ve fixed this in our dev version, Please follow the below steps to achieve this.
Go to file
/root/resources/views/layouts/header.blade.php
Line number 155Find the below line
<input type="text" class="form-control" name="q" placeholder="Search">
Replace it with below line
<input type="text" class="form-control" name="q" placeholder="@lang('app.search')">
Then it will be translate from your translation file
Best regards
Katherine J. BatesKeymasterDear @daffson
We’ve noticed this and we have plan to release an image browser in the GetFund, we’ve already build it and we will release it as soon as possible. Also Summernote no longer will be available, instead we will use ckeditor
Best regards
Katherine J. BatesKeymasterDear @edouard
I’m sorry that you are not able to customization, I am giving you some example, it will may help you.
You will find the body tag to
/root/resources/views/layouts/header.blade.php
and closing body tag in/root/resources/views/layouts/footer.blade.php
If you like to change anything from home page, edit
/root/resources/views/home.blade.php
For the edit single campaign details, please see the/root/views/campaign_single.blade.php
Hope it will help you
Best regards
Katherine J. BatesKeymasterHi
It it will be tough to edit any features without knowing Laravel, it’s working template based, that means one template is master and all of others pages comes by extending that master template.
Please see the all of template in
resources/views/
directoryBest regards
Katherine J. BatesKeymaster2. for the change banner, you need to change this image
root/assets/images/main-banner.jpg
Katherine J. BatesKeymasterHi
Let me describe.
As per envato License system, you can use only in one domain per purchase. If you need to use it in multiple domain, you need to purchase it multiple time. You can use 1 Domain = 1 Purchase, 5 Domain = 5 Purchase.
1. You’ve to edit code for customization anything, please see the
root/resources/views
for the view page,root/app/Http/Controllers
to get controller files androot/app
for the model files
2. for the change banner, you need to change this imageroot/assets/images/main-banner.jpg
3. Yes, the translation is very easy, just follow the steps from language menu, but you are looking for multilangual, which you need to develop.Multilingual means you can integrate 2 or more language, and translation means you will change the site language.
Best regards
Katherine J. BatesKeymasterHi
Got your point, please find the answere below
1. Multiple Administrator is not allowed right now, but we will add this in future update
2. To get 5 languages, you have to customize it to get Multi language, You can hire any laravel developer to get this customization, or you can also hire us to make it, we providing customization service also.
3. No need this Google translation if you make it multilingual, if you need it badly, you need to make this features. Yes, we can do this if you hire us.
4. You are talking about license here, your license is allowed 1 domain per purchase, that means you can use only in one domain or subdomain per purchase. If you use this into 5 domain, then you need to be purchase it 5 times from CodeCanyon.Feel free let us know if you need any more information
Best regards
Katherine J. BatesKeymasterHi
Please provide your credential here again here, because of it’s a new topic you’ve opened.
Best regards
Katherine J. BatesKeymasterHi
To change your website language, please follow this doc https://www.themeqx.com/docs/getfund-a-professional-laravel-crowdfunding-platform/getfund-laravel-crowdfunding-platform-translation/
And for change the admin, you can change password and email from profile and change password menu which located on left side of administrator page.
Best regards
Katherine J. BatesKeymasterHi
Please follow this doc to install properly https://www.themeqx.com/docs/getfund-a-professional-laravel-crowdfunding-platform/installation/installation-instructions/
You can also follow the video to get it how it working https://www.youtube.com/watch?v=wRB03HZ_7Qk&t=330s
Best regards
Katherine J. BatesKeymasterHi
Just change the mail driver from
SMTP
tomail
, example belowFind
MAIL_DRIVER=smtp
at your root/.env fileReplace it will
MAIL_DRIVER=mail
Then it will send the mail from your server mail function
Best regards
Katherine J. BatesKeymasterDear @paulquistlive-com
We’ve installed it to your website for free, please find the website to http://idonate.today/
If you found helpful from support, please leave a 5-stars rating to this product at codecanyon. You can place rating from https://codecanyon.net/downloads
It will help us to improve support quality and product as well.
Best Regards