badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Theme translation with qTranslate-X plugin?

#43699

Hi Heidi,

We are sorry for this. If it doesn’t support then it needs code customization. Goto theme folder (ambition-pro) -> inc -> structure -> footer-extension.php on line no 77 you will find below code.
$ambition_footer_info = '<div class="copyright">'.$foot_edit.'</div><!-- .copyright -->';

Remove this code you can add your shortcodes in this way.

$ambition_footer_info .= '<div class="copyright">'.$foot_edit.'</div><!-- .copyright -->';
$ambition_footer_info .= 'Your Shortcode goes here'; 

Note: If you make a direct changes in the code then while updating to new version all your customized code will be lost. So, you need to do the same customization again and again. So better make a child theme so that while updating to new version, your customized code will not be lost.

Thank you!