There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
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.
#2
Sep 15, 2009, 05:18 PM
Flynn
3,768 posts · Oct 2008
Munich, Germany
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 {
...
}
#3
Sep 15, 2009, 06:18 PM
Sakshin
66 posts · Aug 2009
Amsterdam, Netherlands
Thanx Flynn. That was the one. It works great and I can style it any way I want!