Ok. This is the issue: I created twenty seven posts with featured images. The carousel displayed only seven of them.
This is the question: Does the carousel has a limit of posts it will display? If it does, can I modify it?
Your guidance is appreciated. Thanks!
Related
I'm building configurable products on my Magento site (a simple way of showing each of our textiles with the swatches of the different colors of the same item under the main product image) and I have associated simple products for each individual color.
I don't seem to be able to obtain the desired behavior from the site and I'm writing to ask if you have a suggestion that might solve my problem.
At the moment I experience this behavior: when filtering products through color-level attributes I get both the simple and configurable products in my result set. Once I do that if I click on a simple product I find myself the simple product detail page, which doesn't show the box with the other color swatches.. while I would like every product detail page to show the other colors of the same item.
The intended usage is very basic really but I can't figure out if Magento can achieve that on its own or if it will require extra code; what I need is:
1) all product detail pages to show all the color swatches
2) the result list when filtering by the color attribute (for example "whites") should show the correct color images of the individual colors, without duplicates (and not the main image for that product, which would probably be in the wrong color)
Do you have a suggestion of maybe know of a plugin to achieve this?
Thanks a lot,
Sergio
Sergio,
There are two features in particular that might help you solve your problem.
First:
Click to expand the Shopping Cart section. Then, set Configurable Product Image to one
of the following:
l Product Thumbnail Itself
l Parent Product Thumbnail
Second:
To prevent the associated products from being listed individually in the catalog, set Visibility to “Not Visible Individually.” Or in your case, you may decide to do it the other way around.
Please be aware that I was not able to get this feature to work myself.
Having trouble figuring this one out. My webpage here: http://www.the-shirt.co.uk/magento (sorry about the loading times. I have not got round to optimizing this yet)
the category product view shows the item picture, the price and a boarder which is far to big!
what i am trying todo is just have a picture. I dont want to display any price, name or boarder. How do i do this?
Thanks
Jon,
I gave an answer for your issue over here
http://www.magentocommerce.com/boards/viewthread/307687/
I hope this helps!
In my blogs home page, where all the posts are listed shows posts with featured images that I've added while posting. The quality of featured images are too bad. It didn't improve much even after increasing image quality or image size. But after going to a post, the image is just fine.
Now, I want to show the images in my home page's post list as it is displayed in the individual post. That is, I don't want wordpress make featured image of my posts and show them exactly as I upload them.
My blogs address is, www.gadgetshift.com
Compare this with www.bgr.com Their home page images are very high quality and looks exactly as inside the post.
If you go to this address, you would realize my problem. Some featured images are blurred. But inside the post, it shows correctly.
Please help me guys with this issue.
Thanks in advance.
to resole this problem , try to select "full image" when selecting featured image in Admin Panel , this should help increase the quality of the image
I have the site set to display 3 items per page and I would like to set only one category to display all items in one page. Any help would be appreciated. I tried the solution suggested in Product grid 4 columns and certain pages 5 column with two rows of full products, how? and it didn't work for me. Any help would be greatly appreciated.
Thanks,
Chesky
Each category has it's own handle. So for example for category with id 10 you will have
category_10
handle.
SO I suggest to write a specific handle and custom template or layout updates.
<category_10>
....<!-- Here you should specify template which will show all rpoducts or specify custome layout xml settings. -->
</category_10>
I'm having trouble finding a joomla module that displays articles on rows and columns, each article with a thumbnail and a title or a small description. For e.g. I want to put it on my first page with 3 columns and and 5 rows, for a travel agency website.
Does anyone know of such module? Could anyone help me find it?
If not, any idea of how I could build it? (very last resort)
Thanks!
Since native Joomla articles do not support thumbnails out of the box you are probably better off using a CCK to accomplish what you want. I know at least Zoo and K2 support images related to an item without any extra code and both have the ability to display content as you have described.