Forum Replies Created
-
December 24, 2017 at 7:42 pm in reply to: Erro install Themeqx Advanced PhP Laravel Classified ads cms #985

Katherine J. BatesKeymasterHi
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 ExtensionBest regards

Katherine J. BatesKeymasterPlease let us know if you facing any other issues.
Best regards

Katherine J. BatesKeymasterPlease 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

Katherine J. BatesKeymasterDear @streamtitan
Please share your URL and credential in private reply, we will check this.
Best regards

Katherine J. BatesKeymasterThis reply has been marked as private and you are not authorised to see.
Katherine J. BatesKeymasterDear @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

Katherine J. BatesKeymasterDear @Germanyvero
There is forgot password is currently we’ve added, other’s notification is not available right now.
Best regards

Katherine J. BatesKeymaster
Katherine J. BatesKeymasterDear @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

Katherine J. BatesKeymasterDear @frican
The image resize logic you will be find at
/root/app/Http/Controllers/CampaignsController.phpat line number 258Find this code
$resized = Image::make($image)->resize(300, null, function ($constraint) { $constraint->aspectRatio(); });and replace
nullto 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

Katherine J. BatesKeymasterHello @frican
Please change your theme color from the style.css which located in
assets/css/style.cssBest regards

Katherine J. BatesKeymasterHi @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.phpfunction 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

Katherine J. BatesKeymasterCould you please share your cPanel credential information privately? We will fix the share module and will check the Paypal issue.
Best regards

Katherine J. BatesKeymasterThis reply has been marked as private and you are not authorised to see.
Katherine J. BatesKeymasterWhen I’m trying to connect with FTP, below error comes to me, I can’t connect
