patrickb42 Posted February 26, 2008 Posted February 26, 2008 Hello, I have a website with Ultimate SEO Urls installed and Lightbox for the product_info.php page. I have a curious problem : Lightbox works fine with SEO only when SEO does not rewrite the category in the Url. For example I have category A with a sub-category B and the products. Ultimate SEO looks like http://www.mywebsite.com/categoryB/myproduct.html and when I click to zoom the image with the Lightbox effect, the effect doesn't show. I have these lines in seo.class.php (around lines 798-800) : // $url = $this->make_url($page, $this->get_product_name($p2[1]), $p2[0], $p2[1], '.html', $separator); $url = $this->make_url($page, $this->get_product_category_name($p2[1]), $p2[0], $p2[1], '.html', $separator); for which it doesn't work But when I have : $url = $this->make_url($page, $this->get_product_name($p2[1]), $p2[0], $p2[1], '.html', $separator); // $url = $this->make_url($page, $this->get_product_category_name($p2[1]), $p2[0], $p2[1], '.html', $separator); it works great but I have my Url like this : http://www.mywebsite.com/myproduct.html OK, this Url http://www.mywebsite.com/myproduct.html looks pretty good for SEO but it could be better with http://www.mywebsite.com/categoryB/myproduct.html Did anyone had this problem ? And did anyone get the fix for that ? Thanks Patrick
patrickb42 Posted February 26, 2008 Author Posted February 26, 2008 Anyone already got this problem ? Maybe Chemo could answer this if he ever visits the forum. Thanks Patrick
Guest Posted February 26, 2008 Posted February 26, 2008 Anyone already got this problem ? Maybe Chemo could answer this if he ever visits the forum. Thanks Patrick For a start, what version of ultimate seo do you have installed. Chemo can't answer even if he wanted to. The last version by FWR Media works, so have you tried that?
patrickb42 Posted February 26, 2008 Author Posted February 26, 2008 My version of Ultimate SEO Urls is v2.1 d. Tis version works. Does FWR Media version work for my problem ? For a start, what version of ultimate seo do you have installed. Chemo can't answer even if he wanted to. The last version by FWR Media works, so have you tried that?
patrickb42 Posted February 28, 2008 Author Posted February 28, 2008 Hello, Has anybody got theis problem with LightBox not showing correctly when you you have a rewritten Url with Ultimate SEO Urls v21.d like this : http://www.mysite.com/sub-category/my-product-p-.html ? Thanks My version of Ultimate SEO Urls is v2.1 d. Tis version works. Does FWR Media version work for my problem ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.