How to make Joomla k2 item listing with pagination? - joomla

I want o make a item listing from joomla k2 module with pagination option but cant make with pagination for items its only for categories. Is any way? or free
plugins..?
Example of I want to make.

Follow these steps:
Goto- components-> K2-> Categories-> Select your category-> on right side select "category item layout"
->other layout option-> pagination->select auto-> pagination results-> select Show.
For pagination example visit this link

Related

Joomla 3 module only a menu-page, not subpages

How can i make a module only be loaded on a specific menuitem, but not on all subpages to this item.
I'm using Joomla 3.8.4, with K2. running on PHP7
Menu structure is:
frontpage
category 1
Item 1
Item 2
Item 3
When i am on Menu1 i want to show a fullpageslider.
Beneath this slider there is a Gavick News Pro Gk5, where i have a couple of k2-items listed.
When i click on these items i dont want to show the fullpageslider again that is being showed on the Item1-page
The URL on item1 is: example.com/category1/item1
The URL on the k2 items under item1 is: example.com/category1/item1/k2category1/k2itemalias
Im thinking of a solution where i templateoverride the item1-page, where i include the existence of the moduleposition only to be inside that, so that the subitems have a different layout, but im looking for a solution directly in Joomla.
Hope someone can help
I suggest using Regular Lab's Advanced Module Manager. You can set multiple criteria so assign to menu item but exclude showing on a specific type like K2 item.
https://www.regularlabs.com/extensions/advancedmodulemanager

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.

Combine list.phtml & view.phtml together

Hello all i need to display product detail page right under category page so as you click on the category image it will display the same product details right under the same page.Also when user clicks on any category it comes with all products & with details of first item in list. Is it possible in magento & if yes then how can i do it. I am new in magento but it seems to me a great framework to work with. Please help me Thanks
To show product detail page on category page you have to make ajax request and get the whole detail and insert into div located at bottom of category page.
Follow this link
Magento - AJAX Call Product Page Elements to Category Page. Select Box Not Populated

Joomla Menu Subcategories only showing 4 items

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

Magento:- Add Grid in Admin Form

Iam generating a form in Magento Adminhtml.
I have two list boxes Category and SubCategory which are populated cascadingly.
Now after click or change event of subcategory list i want to display magento grid(grid with paging filtering) JUST below that subcategory list.
I dont know which block to use to show that grid.
Help appreciated.
-Thanks
Hemant
Try to look in Mage files , magento already using grid into form,
look in this file : core/Mage/Adminhtml/Block/Catalog/Category/Tap/Product.php
Product.php is a grid , to check the result from back-office, check catalog->manage categories then click on category products tab
There are many tutorials on creating a grid.
Maybe this one will help?
http://www.webspeaks.in/2010/08/create-admin-backend-module-in-magento.html

Resources