Forum Replies Created

Viewing 15 replies - 661 through 675 (of 935 total)
  • in reply to: Erro install Themeqx Advanced PhP Laravel Classified ads cms #985

    Hi

    Please make sure your server meets following requirements.

    PHP >= 5.6.4
    OpenSSL PHP Extension
    PDO PHP Extension
    Mbstring PHP Extension
    Tokenizer PHP Extension
    XML PHP Extension

    Best regards

    in reply to: File uploads #971

    Please let us know if you facing any other issues.

    Best regards

    in reply to: File uploads #970

    Please install GD Library to upload the file properly, below error has been generated

    GD Library extension not available with this PHP installation.

    When you installed it to your server, it will start working immediately

    Best regards

    in reply to: File uploads #950

    Dear @streamtitan

    Please share your URL and credential in private reply, we will check this.

    Best regards

    in reply to: Feature Image #946
    This reply has been marked as private and you are not authorised to see.
    in reply to: Feature Image #945

    Dear @frican

    I’m checking your site, if there any of our fault, then you no need to be pay. We will fix this as soon as possible

    Best regards

    in reply to: E-mails from getfund #941

    Dear @Germanyvero

    There is forgot password is currently we’ve added, other’s notification is not available right now.

    Best regards

    in reply to: Feature Image #940

    Dear @frican

    You have not added your URL

    Please add your URL with admin login

    Best regards

    in reply to: Feature Image #938

    Dear @frican

    For the find issue, we need your server credential and admin URL, admin login,

    Please provide us this privately, So We can check it.

    Best regards

    in reply to: Feature Image #927

    Dear @frican

    The image resize logic you will be find at /root/app/Http/Controllers/CampaignsController.php at line number 258

    Find this code

    $resized = Image::make($image)->resize(300, null, function ($constraint) {
                    $constraint->aspectRatio();
                });

    and replace null to a specific height, i’ve given you the example code

    $resized = Image::make($image)->resize(300, 250, function ($constraint) {
                    $constraint->aspectRatio();
                });

    Just copy and replace the above code to there, the image will be resized to this size.

    Beware: it will be stretched your image if it not well ratio.

    Best regards

    in reply to: Theme color #926

    Hello @frican

    Please change your theme color from the style.css which located in assets/css/style.css

    Best regards

    in reply to: Space in amount #918

    Hi @sunardo

    There should be a space between currency and the amount, please find the source of currency in helper file located below

    /root/app/helpers.php

    function source

    
    function get_amount($amount = 0){
        $show_price = '';
    
        $currency_position = get_option('currency_position');
        $currency_sign = get_currency_symbol(get_option('currency_sign'));
    
        if ($amount > 0){
            $amount = number_format($amount,2);
            if ($currency_position == 'right'){
                $show_price = $amount.' '.$currency_sign;
            }else{
                $show_price = $currency_sign.' '.$amount;
            }
        }else{
            if ($currency_position == 'right'){
                $show_price = '0.00 '.$currency_sign;
            }else{
                $show_price = $currency_sign.' 0.00';
            }
        }
    
        return $show_price;
    }

    Best regards

    in reply to: Issue with installation #917

    Hi @sirchia-riccardogmail-com

    Could you please share your cPanel credential information privately? We will fix the share module and will check the Paypal issue.

    Best regards

    in reply to: start campaign error #911
    This reply has been marked as private and you are not authorised to see.
    in reply to: start campaign error #910

    When I’m trying to connect with FTP, below error comes to me, I can’t connect

    GetFund Crowdfunding

Viewing 15 replies - 661 through 675 (of 935 total)