Este usuário não tem tópicos favoritos.
Iniciado por: ioannisP-26 em: English Support
Long Nguyen
Ilyes
Iniciado por: ioannisP-26 em: Chat Support
Iniciado por: ioannisP-26 em: English Support Solução rápida disponível
Problem:
Images of the payment methods don't load correctly when VikRentCar plugin is being used.
Solution:
Please go to "wp-content/plugins/vikrentcar/site/views/oconfirm/tmpl/default.php", replace the following
$pay['logo'] = strpos($pay['logo'], 'http') === false ? JUri::root() . $pay['logo'] : $pay['logo'];
with
$pay['logo'] = strpos($pay['logo'], 'http') === false ? trailingslashit(get_site_url()) . $pay['logo'] : $pay['logo'];
ioannisP-26