Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] How to import a widget' into %bar1 or 2 ? (http://forum.bytesforall.com/showthread.php?t=3384)

Sakshin Sep 11, 2009 04:48 AM

[SOLVED] How to import a widget' into %bar1 or 2 ?
 
I want to import 'global translator' widget into my %bar1. This plugin shows a lot of small flags and I would like to show them on one line in the %bar1.
How should I do this? I'm running atahualpa 3.4.2.
I saw a thread about how to create links in the bar but that thread goes way above my league and was not wat I'm looking for. :confused:

Flynn Sep 15, 2009 05:18 PM

Does the widget have any template tags? You can put HTML and PHP into the text area at "Configure Header Area". Instead of using %bar I'd create a new DIv for this

<div style=".....">
PHP or HTML code for the plugin
</div>

or

<div class="global-translator">
PHP or HTML code for the plugin
</div>

plus CSS Insert

div.global-translator {
...
}

Sakshin Sep 15, 2009 06:18 PM

Thanx Flynn. That was the one. It works great and I can style it any way I want! :)


All times are GMT -6. The time now is 04:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.