PDA

View Full Version : I cant read the description



nubbyless
28-02-2012, 20:23
hi i cant read the description of my product shouldnt it have a white background i did the store files as css fix in osc_shop file and it fixed the boxes but i still cant read description unless i have to do the fix in a another file
site is here www.cbjunkies.com there is just 1 product there to look at

Greystoke
28-02-2012, 23:10
Hi,

I've had a look at your site and the product description looks fine.

Is this the part you are talking about.

http://img688.imageshack.us/img688/4640/74442933.jpg

nubbyless
29-02-2012, 00:32
yepp thats it i found the area in the css to fix it but now i have a new problem when i put the mod rewrite rule RewriteRule ^packages/shop - [L,NC] at the top of my other rewrite rules as the readme says my profile link stops working it kills the members rewrite rule when i comment it out it start working again
if i add that tag at the bottom of my rewrite rules everything is normal as it should be can i leave it here is there a way i can test the newly added rule the cart seems to be working no 404s yet

thanks
fred

Greystoke
29-02-2012, 01:04
Hi,

Yes, placing it at the bottom will be fine.

nubbyless
29-02-2012, 02:31
just to check with you it turns out it wasnt top or bottom it just seemed to matter if it was under or over this RewriteRule ^.*$ - [NC,L] on top doesnt work under does
this is what i have now does this look ok my forum is installed in the root
thanks
fred

RewriteRule ^.*$ - [NC,L]
RewriteRule ^packages/shop - [L,NC]
RewriteRule ^widget/config/([0-9]+) widget.php?r=config/$1&{QUERY_STRING}
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^content/(.*) content.php?r=$1&%{QUERY_STRING}

Greystoke
29-02-2012, 02:38
Hi,

The rewriterule was added due to vBulletin rewriterules stopping the images loading in the shop.
Where you have it looks fine.

nubbyless
29-02-2012, 13:02
Ok great looks like its ready to go then its a great product thanks

Greystoke
29-02-2012, 18:19
Your welcome