Forum Replies Created

Viewing 15 replies - 586 through 600 (of 935 total)
  • in reply to: home.blade.php mod request #1246

    Hi

    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

    in reply to: Please Help #1245

    Hi

    Give us your cPanel credential privately, we will see what is issue and we will fix it

    Best regards

    in reply to: numeric format and display problem #1244

    Hi

    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 201

    Find 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

    in reply to: translation of the word "search" #1243

    Dear @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 155

    Find 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

    in reply to: upload image in summernote #1235

    Dear @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

    in reply to: installation problem #1210

    Dear @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

    in reply to: installation problem #1206

    Hi

    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/ directory

    Best regards

    in reply to: installation problem #1202

    2. for the change banner, you need to change this image root/assets/images/main-banner.jpg

    in reply to: installation problem #1200

    Hi

    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 and root/app for the model files
    2. for the change banner, you need to change this image root/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

    in reply to: installation problem #1198

    Hi

    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

    in reply to: pics not viewing #1196

    Hi

    Please provide your credential here again here, because of it’s a new topic you’ve opened.

    Best regards

    in reply to: installation problem #1193

    Hi

    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

    in reply to: installation problem #1189

    Hi

    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

    in reply to: Mail settings #1188

    Hi

    Just change the mail driver from SMTP to mail, example below

    Find MAIL_DRIVER=smtp at your root/.env file

    Replace it will MAIL_DRIVER=mail

    Then it will send the mail from your server mail function

    Best regards

    in reply to: Help with install #1184

    Dear @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

Viewing 15 replies - 586 through 600 (of 935 total)