I tried changing the header with the old data but it has been impossible, could you give me the code to the latest version 3.5 color way? thank you very much
Hello, You can download latest version of colorway theme from your members area. Thanks & Regards Yogesh Bhade
Hello, Excuse me, i have got the last version, and i need to put on top homepage two languages (qtranslate) . Only I can put in footer. Thank you http://bravo3.es
Hello, 1. You have to put your two language code in header.php file as shown below in screenshot. Code: <ul class="ppqtrans_language_chooser" id="qtranslate-5-chooser"><li class="active"><a href="http://bravo3.es/" class="ppqtrans_flag_es ppqtrans_flag_and_text" title="Español"><span>Español</span></a></li><li><a href="http://bravo3.es/?lang=en" class="ppqtrans_flag_en ppqtrans_flag_and_text" title="English"><span>English</span></a></li></ul> 2. Then paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .logo ul#qtranslate-5-chooser { float: right; list-style: none; } .logo ul#qtranslate-5-chooser li { display: inline; } It will resolve your issue. Thanks & Regards Yogesh Bhade