Forum Replies Created

Viewing 15 replies - 631 through 645 (of 935 total)
  • in reply to: file paths #1094

    Dear barry wilkinson

    Please find the code snippet to change the stats in file /root/resources/views/home.blade.php

    This is currently showing dynamically from the database, but you can change it by changing code.

        <section class="footer-campaign-stats">
            <div class="container">
                <div class="row">
                    <div class="col-md-4"><h3>{{$campaigns_count}}</h3> <h4>@lang('app.campaigns')</h4></div>
                    <div class="col-md-4"> <h3>{{get_amount($fund_raised_count)}}</h3> <h4>@lang('app.funds_raised')</h4></div>
                    <div class="col-md-4"><h3>{{$users_count}}</h3> <h4>@lang('app.users')</h4></div>
                </div>
            </div>
        </section>

    Best Regards

    in reply to: Installation #1091

    Please check your website http://dimedwa.landzro365.net/

    We’ve installed it to your server.

    If you need any more support, feel free let us know. Our office is now closing, ask question and please wait until our reply.

    Please place a 5-stars rating at CodeCanyon to this product.

    Best Regards

    in reply to: Installation #1090

    You had no subdomain called dimedwa.landzro365.net, just now I’ve created this and it’s take time to propagate, please wait untile it comes live.

    Best regards

    Could you please provide us your cPanel info? so we can check and let you know what is the main issue.

    Best regards

    in reply to: 3rd party Payement Gateway #1087
    This reply has been marked as private and you are not authorised to see.
    in reply to: file paths #1085

    For the timezone difference, we may can’t available all time, if you place question, please wait until our response. We are concern for every question.

    Best regards

    in reply to: file paths #1084

    Dear barry wilkinson

    Thank you for posting your question, please find the guide below.

    To change any view, you will get the view file in /root/resources/views directory.

    To change the title, (first red circle) change the line at /root/resources/lang/en/app.php at line number 221, change the value, not key.

    'banner_main_header' => 'A Professional Laravel Crowdfunding Platform',

    Change only “A Professional Laravel Crowdfunding Platform” and make sure no additional quote has been removed.

    It will also change your second circle leading title, to change sub title, same way change next line at same file, line number 222,

    'banner_sub_header' => 'Create your own world class professional fund raising platform within 5 minutes',

    So it will change your sub title of second red circle.

    You can change any static string from the /root/resources/lang/en/app.php

    Now modify the third circle, go to /root/resources/views/home.blade.php

    If you want to change only text in third circle, follow the above rule, just change only in /root/resources/lang/en/app.php

    You will get all changeable text here.

    And if you want to change the layout, you’ve to modify code at /root/resources/views/home.blade.php

    Please don’t change any code if you don’t know laravel, it will break the system

    Best regards

    in reply to: Installation Problem #1070

    Dear @param

    Sorry for the delay, please place your server credential privately here, so we can check and if need, we will help you to install it to your server.

    Best regards

    in reply to: Cards on homepage sometimes overlaps #1064

    For the fix this issue, please go to /root/public/assets/css/style.css

    Line number 194, remove height: 100%;

    Then it will be fix

    We will glade if you place 5-stars rating to this product at CodeCanyon, you can do it from your download page at codecanyon

    Best regards

    in reply to: Cards on homepage sometimes overlaps #1063

    Hi

    Did you check the updated version? we’ve fixed this in the updated version. Please download the latest version and let us know.

    Best regards

    in reply to: Issue with installation #1061

    Hi

    We will look back there, but it should be work. Let us check.

    To look up your thread easily, please open a new topic and our team will help you. we are going to close this topic.

    Best regards

    in reply to: Problem with language #1044

    Please follow the instruction to fix this condition word issue.

    Go to /root/resources/views/theme/single_ad.blade.php and open with text editor.

    Find below code in line number 85
    <p><strong><i class="fa fa-check-circle-o"></i> @lang('app.condition')</strong> {{ $ad->ad_condition }} </p>

    Replace with below code

    <p><strong><i class="fa fa-check-circle-o"></i> @lang('app.condition')</strong> {{ trans('app.'.$ad->ad_condition) }} </p>

    And translate all of the string in language directory. your issue will be solved.

    Best regards

    in reply to: Can\'t create a new campaign #1043

    Hi

    Thank you, we are looking at password error issue

    Best regards

    in reply to: Need to installation instructions support #1031

    Please find your installation http://uvsocial.com/public/

    Though we never install directly to customers server, we’ve done this for you

    Best regards

    in reply to: Can\'t create a new campaign #1030

    Ok, our office is now closed, if you need any more help, please ask the question and wait to untile reply from us.

    The time may vary by the timezone unmatched.

    Best regards

Viewing 15 replies - 631 through 645 (of 935 total)