when I am trying to show a product list (through JM_products/list) in a tab, the format of the products is lost.
I have the following result.
Attachment 33407
where can I modify the format of displaying JM-products specifically for this case?
9 answers
Hi izyshoes,
Did you make any change to the code? On your site, I dont see the error as your attachment.
Please try again to configure the static block of product list as [URL="http://www.joomlart.com/documentation/magento-themes/jm-sporty#sec6"%5Duserguide/URL%5D.
Please let us know if you have any concern.
thanks linhtd.
you have to select the second tab from tabs display in my site to see the problem.
In English version you can choose the "Selection" tab.
The code is copied from documentation. The only change is that instead of JM-Products/Slider I am using JM-products/list in this tab. I done this change because I have to disable jm-products/slider cause it is making site too slow to load and practically useless. I am waiting for a new version of products/slider that will load in an acceptable time span in order to reactivate.
@ izyshoes,
As you see in the demo of this theme, by default under the tabs is Jm productslider extension, not Jm products. So it’s better if you display the Jm productslider there instead of Jm productlist, otherwise a lot of styles/css rules would be needed to get it displayed properly.
@ Sherlock Holmes,
thank you for your answer but as we have already told in another thread the site become useless if we activate JM-products slider.
It is obvious that the visual result with products slider is much better that products list, but no customer will wait for our home page to refresh without leaving it and go somewhere else for shopping.
We have to find a solution because product list shall be used in several pages since standard magento widgets like "catalog new products", "recently compared" and "recently viewed" are not adapted with the theme change and we can not use them.
@ izyshoes, please correct me if I am wrong, now you will not to use the JM product extension?
@ Sherlock Holmes,
thank you for your help.
Actually I am using Jm-Product/list in many instances in my site, just because I can not use neither JM-products/Slider nor standard magento widgets. It is impossible to present selected products if the extension is not fixed.
At this moment I am using JM-Product/lists
1. in the bottom of my home page to show selected product (lets say best buy or most viewed)
2. within the 2nd tab (selection) of JM-products tab instance in my home page
3. in arrivals page (selected from menu), trying to present the last 50 arrived product (?Newest)
For all test you can choose the UK flag to have navigation and tab names in English
Hi izyshoes,
For the mentioned issue you can try the following:
Open the skin/frontend/default/jm_sporty/css/styles.css file, and add css rule below:
HTML Code:
.jm-tab-subcontent .listing-type-grid, .jm-tab-subcontent .category-products { margin:0}
Hope this helps.
@ Sherlock Holmes,
Probably we have also to change Z-index to make the instance appear in front of the one bellow.
Attachment 33695
Could you tell me how to do it?
@ izyshoes,
You can open the skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/style.css file, at line 40 you will see this rule:
HTML Code:
.sporty.jm-tabswrap .tabs_content { margin-left: -8px !important; margin-top: -20px; padding-left: 9px; padding-right: 0; padding-top: 60px; width: 1080px; }
Please change it to:
HTML Code:
.sporty.jm-tabswrap .tabs_content { margin-left: -8px !important; margin-top: -20px; padding-left: 9px; padding-right: 0; padding-top: 60px; width: 1080px; height:505px !important; }
Hope this helps.