wonderg Posted December 8, 2010 Share Posted December 8, 2010 please see the attached file. i changed my theme from matrice to black and white them by 2links and there are few problems with the front page. if you see the attached file, there are numbers. for 1 = the welcome and login text are covered, not in proper position. and for 2 = how can i edit the text???? i know that i can edit the pictures through editorial, but how about text shown below?? or is there any way to remove that??? i want to remove the text only. please help me with kind, and easily. I'm new comer here.. Link to comment Share on other sites More sharing options...
wonderg Posted December 9, 2010 Author Share Posted December 9, 2010 any one please...................................?????i now know how to edit #2, but my Welcome | login is still misplaced.... Link to comment Share on other sites More sharing options...
razaro Posted December 9, 2010 Share Posted December 9, 2010 For 1) It seams you are missing few modules in top so it doesn't look OK. Check hooks.jpg to compare positions of modules and see what you missingFor 2) in install.txt that comes with theme says to change the editorial contenant : just edit the file "yourshop/modules/editorial/editorial.tpl" So try to do this edit or delete this lines for each slide <span class="slide_caption"> {l s='Free Home Slideshow module' mod='editorial'} <a href="http://dgcraft.free.fr/blog/index.php/category/free-prestashop-modules/"> {l s='for Prestashop' mod='editorial'} </a> </span> Also check other install steps and screen-shots that comes with theme. Link to comment Share on other sites More sharing options...
wonderg Posted December 9, 2010 Author Share Posted December 9, 2010 hello razaro, thanks for the reply!!!Yes, i noticed that for the original black and white theme, there are currency and language blocks. but i do not need them in my website. that's why i did not install those two modules. is there any other way to put those welcome and login in a proper position??regards, Link to comment Share on other sites More sharing options...
razaro Posted December 9, 2010 Share Posted December 9, 2010 Maybe you just need to change some css.I suspect there is problem with this code because you removed those 2 blocks. .header_links { background: url("../img/header_links.gif") no-repeat scroll right center transparent; float: left; margin: -1.9em 12em -1.9em 0; padding-right: 1.6em; } global.css (line 236) Than top margin value of -1.9em could be where is problem.This code is from B$W demo. Link to comment Share on other sites More sharing options...
wonderg Posted December 9, 2010 Author Share Posted December 9, 2010 we have different code in line 236 of global.cssthis is my code between 226 and 244.is this wrong????/* block top user information */#header_user {color:#C3C0BB; text-transform:uppercase;}#header_user span { font-weight:bold; color:#ff6600;}#header_user div {float:right; clear:right; text-align:left; font-size:11px; font-size:9px;}#header_user li {float:left; color:#C0C0C0;}#header_user .shopping_cart {background:url('../img/cart.gif') left no-repeat; height:14px; padding:0.7em 0 0 2em; float:right}.shopping_cart b { color:#ff6600}.shopping_cart h4 { margin-right:0.5em; color: #6a5d4a; font-weight:bold; font-size:11px; text-transform:uppercase; float:left}.shopping_cart li {margin-top:0.15em}.shopping_cart p { float:right; margin-left:0.5em}.shopping_cart a { margin-left:0.3em; color:black}.shopping_cart strong {color:black}.shopping_cart .ajax_cart_product_txt {color:black; font-weight:bold}.shopping_cart .ajax_cart_product {color:#c0c0c0; font-weight:bold}.shopping_cart span {color:#ff6600; font-weight:bold}.shopping_cart a:hover {color:#ff6600; text-decoration:underline;}.header_links {margin:-1.9em 0; float:left; background:url('../img/header_links.gif') right no-repeat; padding-right:1.6em; margin-right:13em}.header_links li a {color:#555; margin:0 0.5em 0 0.5em; text-decoration:none}.header_links li a:hover {color:#333; text-decoration:underline} Link to comment Share on other sites More sharing options...
wonderg Posted December 9, 2010 Author Share Posted December 9, 2010 i think they are just same..so you are suggesting me to change that 1.9em to any value numbers and see the changes???for upper part(not written in the post), there is also codes for block languages and block currencies. shall i delete them all?? or i will just leave them?? please help me to solve this problem..got a lot of problem with my website.! Link to comment Share on other sites More sharing options...
razaro Posted December 9, 2010 Share Posted December 9, 2010 Code was from theme demo. But you need to this change this line .header_links {margin:-1.9em 0; float:left; background:url(’../img/header_links.gif’) right no-repeat; padding-right:1.6em; margin-right:13em} to something like .header_links {margin:1em 0; float:left; background:url(’../img/header_links.gif’) right no-repeat; padding-right:1.6em; margin-right:13em} So I changed value from -1.9em to 1em but you enter value that best fits your website.Also you maybe could change margin-right:13em. Link to comment Share on other sites More sharing options...
wonderg Posted December 11, 2010 Author Share Posted December 11, 2010 i tried to change from 0 to 100 but nothing happens.... what shall i do? got other solution? Link to comment Share on other sites More sharing options...
razaro Posted December 11, 2010 Share Posted December 11, 2010 I went to your website and just changed this margin: -1.9em 13em -1.9em 0; to this margin: 0.9em 13em -1.9em 0; And it looks OK to me.See image Link to comment Share on other sites More sharing options...
wonderg Posted December 11, 2010 Author Share Posted December 11, 2010 but nothing happened to me even if i change to the numbers you wrote......header_links {margin:0.9em 13em -1.9em 0; float:left; background:url('../img/header_links.gif') right no-repeat; padding-right:1.6em; margin-right:13em}this is the code i edited.please check my website and codes if you dont mind.... please.. www.wondergshop.com Link to comment Share on other sites More sharing options...
wonderg Posted December 11, 2010 Author Share Posted December 11, 2010 and can i ask what program are you using for editing codes if you dont mind again..? im currently using dreamweaver cs5 and cant view the codes with website.... Link to comment Share on other sites More sharing options...
razaro Posted December 11, 2010 Share Posted December 11, 2010 Strange, css file is in themes/blackwhite/css/global.css and there is still old value -1.9em. How do you edit that file ? Link to comment Share on other sites More sharing options...
razaro Posted December 11, 2010 Share Posted December 11, 2010 That is Firebug plugin for Firefox but that is just for test, on fly editing so nothing is saved.I use FilleZilla and Notepad++ most of the time.So check if file you are editing in DW is transferred to your server. Link to comment Share on other sites More sharing options...
wonderg Posted December 11, 2010 Author Share Posted December 11, 2010 Yes, i transferred the edited file to server..i always overwrite the new file to old one......... ow, notepad++ is easy to use?? and works fine?? Link to comment Share on other sites More sharing options...
razaro Posted December 11, 2010 Share Posted December 11, 2010 It is great text editor.But check permissions for black and white theme folder. Link to comment Share on other sites More sharing options...
wonderg Posted December 11, 2010 Author Share Posted December 11, 2010 the permission number for the css file is 0644 .. Link to comment Share on other sites More sharing options...
wonderg Posted December 11, 2010 Author Share Posted December 11, 2010 now guess i know why..i was transferring file to CSS folder under prestashop folder.not under black&white;theme.,,, now i fixed it! thanks a lot!!!!! hehehe Link to comment Share on other sites More sharing options...
razaro Posted December 11, 2010 Share Posted December 11, 2010 Yes I thought that could be the case and I checked gloabal.css in prestashop folder but it seamed different. :-)And please edit first post add [sOLVED] in front of topic title. Link to comment Share on other sites More sharing options...
wonderg Posted December 11, 2010 Author Share Posted December 11, 2010 yes, guess that happened because I'm new to these kind of works, building websites.! hehereally, thanks a lot.!!! hehehe. Link to comment Share on other sites More sharing options...
Mayramay Posted April 4, 2013 Share Posted April 4, 2013 any one please...................................????? i now know how to edit #2, but my Welcome | login is still misplaced.... Please , how did you solve the #2??? 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