Joomla Menu Subcategories only showing 4 items - joomla

I am able to show items in subcategories in a menu view in Joomla (finally - it was no easy task.)
But now it is only showing the first 4 of each subcategory.
Technically they are all secondary - and it should be showing all of them because I set max secondary on the subcategories to 100.
What am I doing wrong?

If I understand your question right below should work for you.
It's under Blog Layout Options in the Edit Menu Item panel. I think I had confused it with a similar option under Category Options, "Subcategory Levels" where the tip says "The number of subcategory levels to display."
Read more

Related

Magento Change Product Page Titles to only include catalog, level1 and 2

I have a rather long and complicated category-struktur up to 5 levels of subcategories.
It is all by standard added to product-html-title.
I would like it only to show catalog, level1 and level2 subcategories.
any suggestion how to fix this?
Thanks a lot.
Log into the Admin Pannel, and go to the "Catalog -> Manage Product" menu
From there select the item that you wish to update.
On the left side you will see a navigation menu with “Meta Information”.
The very first field is Meta Title. This is the field that you need to update to change the title of the Product Page to a SEO or alternative value.

How to show all sub-categories articles?

Choosing menu item type to "Category Blog,List All Categories, and Category List" would result all subcategories link not direct to all articles of sub-categories.
But I want to show directly the all articles of sub-categories.
main-category
sub-categories
cat-1
article
article
.......
cat-2
article
article
.......
cat-3
article
article
.......
Now, how to show all articles of main-category?
In Menu Item Settings: Blog Layout -> Choose Include Subcategories "ALL"
UPDATE
FYI: This behavior can be set also globally for all Blog Layout Menu Items.
In Article Manager Options -> Blog / Featured Layouts Tab -> Include Subcategories.
first, find the column params in your database table ###_extensions which row name is com_content.
update the inner value in the JSON string, "show_subcategory_content":0 to "show_subcategory_content":1 that mean for 1 level subcategory support.
This is a global configuration.
If you just want one menu item to support that, find the item in table ###_menu and add "show_subcategory_content":1 in params which works.

Order articles in joomla

I'm trying to order some articles from a category in joomla at this url:
http://www.dasphotonics.com/apps/joomla/en/products/electronic-intelligence-and-radar
After put the order at the administration panel, optical harmessing I have it on the fourth place but it appears at the 3rd place, why?.
Regards and thank you
The reason is that Joomla doesn't order the articles by the backend ordering by default.
There are two ways to change this.
Do this ordering Global
Set the ordering method in the Menu
The first one could be changed in the Article List->Options (Top Left Button)->Shared Options (Tab)->Article Order (Drop Down) - Change this to Ordering. This will change all Blog and Category views to this type of ordering.
The second option is in the Menuitem. On the right site you have a Slider called "Blog Layout" there is a Option "Article Order" change this to "Article Manager Order". This will change only this Blog or Category view to this type of ordering.

(Magento) Shop by category shows other category description than category page

At the moment I have a strange thing in magento. When I click on a category from the menu I see a description mentioned for the sub-category. But when I click on the category from the "Shop By" menu. I see the text from the root category.
I've noticed that when I click from the topmenu, the link is http://example.com/rootcategory/subcategory/subcategory.html but when i click from "Shop By" the link will be http://example.com/rootcategory.html/?cat=13 . I think this caused the other description text.
Has anybody a solution to this problem? I've searched google for the answer but I couldn't find anything.
Thank you in advance.
Roy
This is because you are still in the root category, it just filters the products by category. That is the way Magento's layered navigation works. To get rid of it, you can disable categories in the layered navigation and include a navigation block in the same place.

Magento Main menu custom links

In magento the main menu is working based on category list. Here I want the categories as well as I want to add two more links which are not category.
The links should leads to
1. CMS page link
2. Contact us link
If I add any category its become category page how can I insert my own links into category main navigation bar.
Although not free Advanced Menu can do this for you.

Resources