Home › Forums › Mikmag WordPress theme › Products and category page issues
- This topic has 1 reply, 3 voices, and was last updated 12 years, 2 months ago by Maurice St. Aude.
-
AuthorPosts
-
-
at #9274Bjorn HolmbergMember
Main shop page and category pages.
The product and category page does not honour the settings I do in woo-settings.
1, No matter what I set on woocommerce, settings, pages regarding columns, the theme still shows 3 columns (right now my settings are 6 columns 20 products) also all product images in different sizes.
2,Category are shown on product page but settings in woo unticked, if I tick the “Show sub categories at shop page” in woo settings I end up with same category twice , I don’t want categorys on main product page so how do I get rid of it?
3, No sorting filter are shown on the pages.
4, Why are the first product name added above the “All products” hedder? this makes no sense.Where do I store edited Mikmag theme files?
http://test.naturkliniken.info/vara-produkter/ -
at #9304Maurice St. AudeMember
I have managed to get four columns however I am having the same issue with images being differing sizes is there a fix for this in the next upgrade and when can we expect the next upgrade roughly? I would like to be able to use the sliders but because I have the site in a sub-folder I have not been able to do that either.
-
at #9315adminKeymaster
Hi Bjorn and Maurice,
I see that you already fixd your issues.
For your images to display correct you need to regenerate the thumbnails, you can use this plugin: http://theme-dutch.compresents/notime/home-example-2/After you have installed the plugin, look below tools and regenerate all the images. The images will be resized to the settings in your Media settings. You can also regenerate a single image, go to the Media Library and select a single image and regenerate.
Good luck,
PS. we are working on a update and will be available somewhere next week
-
at #9320Bjorn HolmbergMember
Well, yes and no.
I have made several changes directly to the theme files to make things work.
Regenerating the thumbnails is not the answer (I have done that), the theme don’t shrink the previews to fit so I had to set the previews to 100 x 100 for them to be equal.1, The column thing are unsolved, I had to do a hack in content-product.php:
I changed: if ( empty to if ( !empty and added the columns I wanted. It’s like it’s not reading from “Column Count” in woo settings.
// Store column count for displaying the grid
if ( !empty( $woocommerce_loop[‘columns’] ) )
$woocommerce_loop[‘columns’] = apply_filters( ‘loop_shop_columns’, 6 );Product Count works.
2, I could not get rid of the extra category in main shop page so now I don’t use it, I use only category pages.
I have set it to not to show category on main shop page in woo but they were still showing.
If I had them to be shown, every category showed twice.
3, The sorting filter was set to not show in CSS (Opacity 0)
4, I had to rip out the code for the hedder to get rid of the first product name that was showing above the “All products” hedder.
-
-
AuthorPosts
- You must be logged in to reply to this topic.