adiii50
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] Breadcrumbs and sidebar problemwaiting for solution
Forum: Plugins
In reply to: [WP Catalogue] Breadcrumbs and sidebar problemThanks 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
https://sunsteelworks.com/product/8×6-ms-switch-box/
https://sunsteelworks.com/product/7×4-ms-switch-box/looking forward for the solution
Forum: Plugins
In reply to: [WP Catalogue] Breadcrumbs and sidebar problemwaiting for the reply .
i getting more than one image on product catalog on first load.
https://oi41.tinypic.com/207vxxj.jpgForum: Plugins
In reply to: [WP Catalogue] Breadcrumbs and sidebar problemi 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
Forum: Plugins
In reply to: [WP Catalogue] Allignmentcould not find wp catalogue in your site
Forum: Plugins
In reply to: [WP Catalogue] Friendly Seo Links & Categories DescriptionYes, you can change it in the code:
In wpc-product.php file located in wp-content/plugins/products/ find line 126 where it reads:
‘rewrite’ => array (‘slug’ => ‘wpccategories’, ‘with_front’ => false),Replace wpcategories in the above line with the name you want to use for your category slug.
Now find this in line 24:
‘rewrite’ => array (“slug” => “wpcproduct ‘)…and replace wpcproduct with the name you want to use for the product slug.
Names in line 126 and line 24 must be different.
Then, just resave your site permalinks via Settings > Permalinks *this bit is important.
—
See https://www.ads-software.com/support/topic/changing-base-slug?replies=7 and https://www.ads-software.com/support/topic/product-urls?replies=13 for more extended discussion on this topic. Thanks
just copied from https://www.ads-software.com/support/topic/change-for-sef-url?replies=6
Forum: Plugins
In reply to: [WP Catalogue] Breadcrumbs and sidebar problemThanks 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.