I want to translate the navigation part of a plone website with LinguaPlone but it doesn't work (or at least I don't know how to do that).
How can I show the navigation in the correct language whenever the user switches the language?
I have tried to edit the folder in the other language but then both languages have the newly translated navigation entry.
Thanks
You did not specify which part of the navigation you mean (tabs, sitemap, etc.)
Plone+LinguaPlone navigation items are picked up by
By the current active language
Items which Language is set to "Language neutral"
Navigation is populated with "Title" of the content from the current language
Site map, top tab bar, etc. navigation portlets should be automatically translated. No special tricks needed, so you are doing something wrong.
Related
I want to create a multi language WordPress page (i-e: only page not the all content): it should have a drop-down button after clicking.
I need to choose language for translating on that language and display in translated result on page.
Ideally you should look at something like WPML https://wpml.org/ but I understand that might be overkill for your needs - instead then try this https://wordpress.org/plugins/custom-content-by-country/ and make use of the shortcodes it uses. You can build your own dropdown switcher to trigger which bit of content gets shown.
I just purchased and installed UberMenu plugin version v3.2.1.1, followed the setup exactly the way they described, and I'm able to see the Ubermenu instance in my front page, as it should be.
However, I can't access the customization area of the menu, and therefore I can't tweak it my own way.
When I go to Appearance -> Menus and click on the Uber button on any menu item, all I get is an empty options popup, just like the image below. None of the tabs present any content, it's just like the plugin scripts weren't being loaded.
However I see that blue popup in the lower right end of the screen saying it was being loaded correctly, and it's gone properly when it ends the job.
What can I do to enable/load correctly the configuration options for this plugin?
Thanks!
There are generally 2 possibilities that can make this happen:
A PHP error occurs (for example, a memory limit exception), preventing the page from loading the content critical to the menu item settings panel. You can check if that's the case by viewing your Menus Panel page source and seeing if you have a closing HTML tag.
or
The theme alters the admin menu structure via a custom Walker, resulting in the plugin not being able to find the appropriate data within the admin menu items to generate the settings panel. This is not very common, but can happen with themes that offer their own custom menu item settings within the Appearance > Menus Panel, as they alter the standard item markup to suit their needs.
If you need assistance, just Submit a Support Ticket over at sevenspark.com and we'll help you get it sorted out :)
Have a great weekend!
I'm sure this is a very simple question, but I'm new to Drupal and haven't found a solution by the traditional methods of Googling and searching the Drupal home site, so please indulge me.
I've just installed Drupal 7 and am using the Bartik theme.
When I click Structure > Blocks there are a bunch of blocks at the bottom of the page which you can drag to a position corresponding to a region of the page template (Footer, Sidebar 1 etc).
However, when I assign a block to a region, whether by dragging, using the dropdown menu or using the configuration menu against the block, it does not save the assignation.
The block does not appear in the assigned region and when I return to the blocks page, those blocks are back at the bottom of the page, not assigned to a region.
The only blocks that I can make stick are ones that I create myself.
Can anyone point me in the right direction for a solution?
Thank you.
You wrote:
However, when I assign a block to a region, whether by dragging, using
the dropdown menu or using the configuration menu against the block,
it does not save the assignation.
It sounds as if you didn't click "save blocks" after assigning a block to a region - did you? There is a button on the bottom of the page - just below the blocks.
I am new in WordPress world (before now I always used Joomla and some other old CMS)
Now I am testing WordPress and I have some doubts about how create a navigation menù in my WP Site.
This is my test site (that at this time have not content but only a template): http://www.scorejava.com/WPTest/
I plan to create articles organized by category and I would have an horizontal top menù like this WP blog: http://viralpatel.net/blogs/
As you can see in this second WP site there is an horizzontal top menù that contains some voices, like "Java", clicking on this voice appear a page showing all the Java posts preview.
As you can see this menù work also with submenù, for example, moving the mouse curso on Java appear the "Java EE" subvoice.
What can I do to have something like this in my Word Press?
And if I want a similar vertical menù in my right sidebar?
Tnx
Andrea
It's just a matter of using the "menus" screen from the Dashboard (when you're there, click on "Screen options" and enable all the possible item sources you want to use). Once you've created your menu, assign it to whatever area your theme designates for the top menu.
If you want to add it to a sidebar, just use the "widgets" screen and pick the "custom menus" item.
I think it would help if you read some of the introductory documentation from the Codex.
I am new to Drupal (3 weeks) so if I am not clear just ask and I'll clarify.
I have an English Drupal 6 site. The Primary Links menu has 4 items. A-B-C-D. They all work etc. Now we have added several language domains and translated content through translation dashboard etc.
Now in the menu for international users we want the Menu to be A-Z-B-D.
So if a user goes to mydomain.com they see A-B-C-D. If they goto mydomain.com/fr they see A-Z-B-D.
What we ended up doing was making menu item C visible to English only. We then added 1 menu item (Z) for the different languages and translated the menu text. The menu shows properly for each domain.
So what's the problem?....2 things.
The menu links, regardless of domain, are in English. What I mean is that the menu text may be in French but when you hover the mouse over the link the target url displayed (lower left) is still in English.
We could correct #1 by adding a whole lotta menu items, setting the menu link title to the text for that language, and making display language rules for all of them.....seems like a cluttered mess just waiting for an opportunity....
So what I would like is ideas on how to have the fewest number of menu items, yet have complete translations including the menu link titles.
TIA
JB
You should not mix menus with different languages.
Create new menu for each language and place then in the same region but define language per menu.