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: respond to font change + source code in header + images corporate template

#9215

Hi Asparuh

1) one of the languages on the site is bulgarian and the theme doesn’t look to respond to any font change from the typographic options. Also tried with cyrillic fonts, but with no success. Any other suggestions?

==> Its working fine here in our theme. The theme font we have provided is there listed. For more options of font we will think about it in our comming version.

2) I would like to add the source code of a Transposh translation widget in the header. Here is the code:

<?php if(function_exists(“transposh_widget”)) { transposh_widget(array(), array(‘title’ => ‘Translation’, ‘widget_file’ => ‘flags/tpw_flags.php’)); }?>

Where is the right place to paste the code in?

==> if you are good in coding then you can change but we still not recommend you not to change it. Because while updating to our new theme then your customization code will be lost.

If you really want to paste the code then. You can create a side bar.

The sidebar is located inside wp-content\themes\clean-retina-pro\library\widgets\cleanretina_widgets.php

you can add code to create the sidebar.

and to paste this code
<?php if(function_exists(“transposh_widget”)) { transposh_widget(array(), array(‘title’ => ‘Translation’, ‘widget_file’ => ‘flags/tpw_flags.php’)); }?>

Goto wp-content\themes\clean-retina-pro\library\structure\sidebar-extensions.php

Create the function with add_action() function hook and you can call this function inside header.php using do_action();

You can also research add_action() hook in wordpress.org

3) Can i change/replace the form of the circle images in the corporation template with some other “normal” images?
==>

To change change/replace the form of the circle images Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.services-item .service-icon,
.services-item .service-icon img {
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px; 
 height: inherit;
 width: inherit;
}

Regards
Sunil