Customize

Customize Expose framework
Designed by Removal Designed by ThemeXpert Expose v3/4 To remove ThemeXpert branding information open designedby.php file located at templates/tx_templatename/widgets You will find a code block like: / public function isEnabled() { return FALSE; }/ un-comment this line then it should look like: public function isEnabled() { return FALSE; } You are done! Expose v2 To remove ThemeXpert branding information open your template index.php file located at templates/tx_templatename scroll down to the bottom and find out a
Page Specific Style Go to Menu Manager and open the Menu Item. Click on Page Display Tab. Here you’ll see a Page Class input box.. Provide a class name into that input box and you’ll be able to style specifically this page with this class..
Disable Module Height Calculation Expose has a built-in module height calculation feature. It calculate maximum height of module on given position and assign the height to all modules on that position. This is a very useful feature styling, however some of your project might need to turned it off completely or for specific position. Before doing any modification copy the file equalheight.php form libraries/expose/widgets to your templates/widgets folder. Turned off completely Open equalheight.php file and add this code to line#1
Adding Font Awesome Icon Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS. Expose framework has full support for Font Awesome with more user-friendly way. In Menu Item Open a Menu item (Like: Home). Click on Parameters (Expose Menu Settings). Insert Font Awesome icon code in Menu icon field. Click to save from right top and Your menu icon will be added. In Module Title Open any Module (Like: Login Module). C
Editing Copyright Info Edit copyright info To edit copyright info Login to your joomla site's admin panel, go to Template Manager, select the template. In template configuration page go to the widget tab and you will see copyright text box there, change it as the way you want. Disabling social widget To disable social widget at first Login to your joomla site's admin panel, go to Template Manager select the template. In template configuration page go to the widget tab and you will see social icon field there. You can
Changing Logo From template settings Go to Extensions->Template Manager->Open Template (like: Tx_Appy). You will be redirected to Template Admin. Now, click to Widgets tab and Upload your own logo by Logo Image Upload field, click to save from top and You are done! From file manager Go to specific template's folder -> images here is a file called logo.png Just need to replace this file with yours but file-name should remain the same.
Built-in Classes pull-left class used to float element/div/module in left side. It also generates margin-right of 15px. pull-right class used to float element/div/module in right side. It also generates margin-left of 15px. nopadding class will remove all paddings from your element/div/module. In order to remove padding from any specific side for example left need to add nopdding-left class. nomargin class will remove all margins from your element/div/module. In order to remove padding from any specific side for