Always happy to help. I checked your site and found a few issues:
1. I think you have accidentally placed your shortcode within the <code> tags in the editor. This is why on your catalogue the text is in courier font and a few other layout issues.
2. You need to utalise the inner page template header and footer boxes on the WP Catalogue settings screen so that your inner pages of the catalogue use the correct layout.
3. The easiest way to remove the breadcrumb from WP Catalogue is to just disable it using CSS. Add this code to your theme:
.wp-catalogue-breadcrumb {
display: none;
}
Thanks for the great support
1) i removed the short-code from the code tag.
2) i disabled the theme breadcrumbs so that i can only have one breadcrumb
the only problem i am having is problem with layout of inner pages.
As stated in Faq and in previous post of yours i have to use template header and footer boxes but i am not sure what should i add in them.
if you can give example that will be greatly help me.
i just got the problem solved i.e fixed the inner page layout problem by finding the exact div required .
i facing a new problem on product cataloge page. . more than image is showing on first page load.
here is the screenshot
http://oi41.tinypic.com/207vxxj.jpg
waiting for the reply .
i getting more than one image on product catalog on first load.
http://oi41.tinypic.com/207vxxj.jpg
I checked your site at http://sunsteelworks.com/products/ and I can’t see any problem with the images. Is it a specific product which is doing this for you?
Also it could be a simple cache issue… are you running any caching plugin like W3Total Cache? If so please try disabling that, clear your cache and try again….
Thanks for the reply.
i was using W3Tota but now i have removed it, cleared all cache.
the problem is with some specific products .
here are the examples
http://sunsteelworks.com/product/8×6-ms-switch-box/
http://sunsteelworks.com/product/7×4-ms-switch-box/
looking forward for the solution
It may be something to do with the scale and crop function…. personally I find it is best to upload all my images at the exact same (and correct) size for best effects.
However I cannot replicate this error, and no-one else has reported it, so I think this is isolated to your site. To try to help you further we need to isolate the error. Please deactivate all your other plugins and switch to the default twentytwelve theme for testing. Does this resolve the problem? (it should)
Now reactivate things one by one testing in between until you find the conflict. Report back here so I can help further.
Thanks