I developpe a multilangual website for the first time and I meet some problem with superfish menu. I have two menu, one in french and an other in english.
Superfish block display the french menu entierly, but when I switch to the english menu, the english menu displays only entry with neutral language.
I want a full menu in both languages. I had follow unsuccesfully this tutorial http://renaudjoubert.com/en/article/setting-multilingual-menus-d7.
Can someone help me ? :)
thanks
Related
I has some problem, can anyone help?
how to change DNN 7 Mega2DNN to Standard DNN menu.
so it is one column going down
Thanks
The DDR Menu uses templates to conteol its behavior. Mega2DNN is one such template?
Assuming that the template is specified in your skin file, that's where you replace Mega2DNN with another template. Look at a skin file from the Gravity skin as an exmaple.
You will find a small collection of templates at http://dnnddrmenutemplates.codeplex.com/
The DNN Wike has a section on the DDR Menu, including a discussion of creating and configuring templates.
You may find it easy to modify an existing template, or you can create one from scratch. As for getting started, the ULTokens template creates a simple unordered list of links that you can style. The Superfish template creates a horizontal menu with dropdowns.
DNNCreative.com, a subscription site, has a nice tutorial
I have T3 framework on my site (build by unreliable freelancer) and one of requested features was Mega Menu that is included in this framework. I have to use v. 1.2.1 because when I upgrade, I have problems with layout, javascript etc. so let's stay with this old version.
My problem is, that I realized that the site has no structure, all links are in root and that's because Mega Menu uses modules which show separate menus in them. I can fix site structure by moving all separate "sub" menus into main menu and create nice menu tree, I can modify modules to show only portion of menu, but when I do this, I get Mega Menu AND dropdown menu in same dropdown (2 rows, first is unwanted dropdown - classic menu, second row is full of menu modules that should be visible).
Can you please guide me, how to remove dropdown menu? Classic Menu has option to show only 1 level of menu, but I can't find something similar for Mega Menu :(
I've looked better into megamenu configuration in database and fixed the menu by removing unnecessary rows on top of submenus :)
I know that it's easy to edit megamenu in backend, but with 1.2.1 I'm getting error with paths to t3-assets etc. - well, this is fixed in 1.4.3 of course, but when I upgrade to 1.4.3, my menu is flickering (I don't want any slide/fade effects, just stay open while moving between menu items).
I had something like this:
{\"item-103\":{\"sub\":{\"rows\":[[{\"item\":342,\"width\":12}],[{\"position\":108,\"width\":4},{\"position\":107,\"width\":4},{\"position\":109,\"width\":4}]]}
and just removed unnecessary row to make it like this:
{\"item-103\":{\"sub\":{\"rows\":[[{\"position\":108,\"width\":4},{\"position\":107,\"width\":4},{\"position\":109,\"width\":4}]]}
but anyways, thanks for support
I am in the process of learning WPF so please keep the answers as basic as possible. I am mediocre with VB.NET and an absolute beginner with WPF.
I am attempting to build a light Catering Kiosk Application using WPF for a Special Needs School. It will have 3/4 tabs at the top for the courses(Starter, Mains, Dessert) depending on the day of the week. Each Tab will change the Menu Options which is a horizontal picture list on the screen. On Selecting a Menu Option, it should populate a picture list on the right hand side of the screen acting as a summary of orders. On pressing the menu option, an audio should play in the background (Name of the item for visually impaired).
The menu is decided at the beginning of the day by people not very used to PC's so I am considering to build the app to read the days menu from a Directory where 3/4 folder depending on the number of courses for that day. Each Folder would contain Sub Folders with the name of the Menu Item and an Image and Audio File within it.
I am hoping that the Application on Load would check the Directory for how the it is arranged for the day and would populate the contents accordingly.
Some WPF snippets that have caught my eye are :
'itemsControl Class', 'Style Resource'
Thanks for all your responses in advance,
Ajmal
Personally, I'd just make it a VB app, Windows Forms Application and code the functionality you describe in your post. Use the TabControl for the (Starter, Mains, Dessert). Look at the PictureBox control to show an image on the right side etc. Side note, you working with the special needs kids is quite admirable!
Kinda new to Silverlight and have some experience with WPF but I'm doing a project with a group for a class making a game for WP7. I am currently in charge of the menu system for the game and I had a few ideas for "flashy" menu transitions. I got some going for the main menu but I wanted to do something cool for the options submenu.
Anyway my idea is to either fashion an expander or to have sort of a variation of a dialog box. But the way I envisioned it would be in either case the menu items blur but are still visible while the expanded menu is displayed or while the dialog is active. If I'm being confusing sorry :) but think of Windows 7 glass effect on the menu while other options are available.
What I'm getting at is I want to give this a shot but I have no idea how I would go about doing something like this. Could anyone point me in the right direction or outline some key steps for me to build off?
I tried finding something like this on Google but no such luck.
I would recommend taking a look at the many items available in the Education Catalog over on the AppHub - http://create.msdn.com/en-US/education/catalog/?contenttype=0&devarea=65&platform=54&sort=1
I'm building a wp7 Silverlight app. I need a list that is able to switch into "edit" and "not editing" mode. In "editing" mode, the list slides over, revealing icons that the user can tap to remove items from the list. At the bottom of the list is a "add" icon that lets users add new content.
Is there a standard control to use for this, or should I roll my own?
This control is a roll your own at the moment.. unless of course somebody decides to implement and publish the solution.
This is implemented as part of the August 2011 Mango updated toolkit.