booccsn Posted May 25, 2010 Share Posted May 25, 2010 Hello i got a problem on the theme display :in the display on products by category, i cannot see the black box on which we can reas price end details (see on screenshots with the original one and mine, you'll see the difference) ; how the get the original display ?thanks for your answers ?he're is a bettet screenshot Link to comment Share on other sites More sharing options...
booccsn Posted May 27, 2010 Author Share Posted May 27, 2010 nobody use this theme or are you so much busy to help community people ? Link to comment Share on other sites More sharing options...
razaro Posted May 27, 2010 Share Posted May 27, 2010 Dont know why there is difference maybe 1.1 version of theme change that.You need this code in global.css around line 630 #center_column .categorie_product span { background:url("../img/transparent_bg.png") repeat scroll 0 0 transparent; color:white; font-weight:normal; margin-top:12.5em; padding:0.4em 0.6em 0.8em; position:absolute; text-align:left; width:197px; } instead of #center_column .categorie_product span{color:white; font-weight:normal; width:197px; padding:0.4em 0.6em 0.8em 0.6em; text-align:left} Link to comment Share on other sites More sharing options...
booccsn Posted May 27, 2010 Author Share Posted May 27, 2010 thanks you very much for your answer ; really thanks youi pasted the code in global.css as you ; you were right it was the good code.but the result is not yey like the original one ; did i miss something or a mistake ? have a look to the new screenshot ; here is the modified as your suggest here is the modified code : #center_column .categorie_product span {background:url("../img/transparent_bg.png") repeat scroll 0 0 transparent;color:white;font-weight:normal;margin-top:12.5em;padding:0.4em 0.6em 0.8em;position:absolute;text-align:left;width:197px;} thanks for your help Link to comment Share on other sites More sharing options...
razaro Posted May 27, 2010 Share Posted May 27, 2010 That css code is OK but it is not working because in product-list.tpl there is no span to which that style should be applied.I found correct file from first version of theme, it is in attachment.Backup first then replace product-list.tpl.I also placed global.css for reference only.Don't use it because I change original. bw.zip Link to comment Share on other sites More sharing options...
booccsn Posted May 27, 2010 Author Share Posted May 27, 2010 i'm going to test it and give you feedbackthanks you very much Link to comment Share on other sites More sharing options...
booccsn Posted May 27, 2010 Author Share Posted May 27, 2010 you're great.it works !thanks a lot for all your help Link to comment Share on other sites More sharing options...
razaro Posted May 27, 2010 Share Posted May 27, 2010 You are welcome :-)And add [sOLVED] to topic title. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now