ZEF078 wrote:
Hi,
I need to display in rotation 5 different cities.
Does this opportunity will be offered in the very near future?
Thanks
Yes, this is included in our ToDo List.
Meanwhile, there's a trick that you can use to display various cities. For this, you will need Tabs Manager GK3 component and GK Weather module.
Example:
I want to display 2 cities with slide animation.
First, create 2 GK Weather module, each one with unique ID and set on a module position available on templateDetaisl.xml file, but not on index.php.
You can add module positions on templateDetails.xml file as many as you want.
Let-s imagine that i set them on tab1 and tab2 module position. Them, i configurate the modules, publish and assign to all menus.
Now, go to Tabs Manager and create a group.
Add 2 tabs as module type and select those module positions (tab1 and tabs2)
Next, go to Modules Manager and configurate tabs module to display the group that you created on component. Select auto animation option and publish tabs module.
On frontend you can see 2 GK Weather module sliding on each tab. But, here's the final touch. You can remove tabs style, so it seams like only one module working there:
- Code: Select all
#tabmix1 ul.gk_tab_ul-style1 {
display: none}
Let me explain the code:
#tabmix1 is the unique module ID
ul.gk_tab_ul is the tab element
-style1 is the tab suffix to style1
Cheers