format of Jm-Products lost when showing in a tab

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

izyshoes 0.00 $tone January 30, 2014
Public

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.

http://www.joomlart.com/forums/showt…-site-too-slow

#2
Profile photo of Sherlock 0.00 $tone February 2, 2014
Public

@ 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.

#3
izyshoes 0.00 $tone February 2, 2014
Public

@ 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.

#4
izyshoes 0.00 $tone February 5, 2014
Public

@ 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

#6
Profile photo of Sherlock 0.00 $tone February 6, 2014
Public

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.

#7
Profile photo of Sherlock 0.00 $tone February 7, 2014
Public

@ 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.

#9

Please login or Register to Submit Answer

Written By

Comments