Jump to content

[SOLVED] Black and white theme problem.


Recommended Posts

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..

:)

34815_yg6HBpDtL0VaBs04mEQC_t

Link to comment
Share on other sites

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 missing
For 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

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

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

we have different code in line 236 of global.css

this 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

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

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

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

  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...