Yups Posted April 1, 2010 Share Posted April 1, 2010 Some help needed cause iam kinda new.i did everything from the read me file only the last step i dont understand. the url of my site is http://www.goodlookingjeans.nl/ but if u look at it the bottom page and stuff isnt correct? can some one help me out to fix this step by step?btw the orginal = http://grainmagique.free.fr/ipnotik/ Link to comment Share on other sites More sharing options...
Yups Posted April 1, 2010 Author Share Posted April 1, 2010 first pic problem is resolved only dunno why newsletter doesnt show up!!!! second picture still trying to remove that text left up and how to repair those block right Link to comment Share on other sites More sharing options...
ysco Posted April 1, 2010 Share Posted April 1, 2010 Hello Yups,To remove the text, sitemap,contact,ect on the left you go to,Back office/ modules/ scroll down to Blocks/ and here you disable the module "Permanent links v0.1 Adds a permanent block on the left shows (like sitemap, contact, etc.) to "If you disable then you won`t have it on Front office anymore.To place the account/register/cart correct or want it in the middle for example then do this,On your server go to http://yoursite.com/public_html/themes/your theme/ css/and open global.css with notepad++ or dreamweaver or a other editor.Go to line 889 and add this lines, /*+placement:shift -341px -24px;*/ position: relative; left: -341px; top: -24px; So it looks like this, from line 880 till line 893 you see this code after adding the above lines, #header_user UL { float: right; clear: right; margin-right: 0.9em; text-align: left; font-size: 11px; background: #2D2823; font-size: 9px; /*+placement:shift -341px -24px;*/ position: relative; left: -341px; top: -24px; } Place with the variables left: and top to place it where you want in the header.Hope this helped a bit.ysco.. Link to comment Share on other sites More sharing options...
Yups Posted April 1, 2010 Author Share Posted April 1, 2010 ok gonna try it out Link to comment Share on other sites More sharing options...
Yups Posted April 1, 2010 Author Share Posted April 1, 2010 fixed 1 Link to comment Share on other sites More sharing options...
ysco Posted April 1, 2010 Share Posted April 1, 2010 So problems solved ??If so then please add in your thread ysco.. Link to comment Share on other sites More sharing options...
Yups Posted April 1, 2010 Author Share Posted April 1, 2010 not everything yet but thx u very much for so far:http://grainmagique.free.fr/ipnotik/category.php?id_category=3 and mines is http://www.goodlookingjeans.nl/category.php?id_category=4 hmmm need to fix that to:and 2th:see screenshot possible to get that borring line away? or other color3th i need the newsletter in the rightbox then iam done Link to comment Share on other sites More sharing options...
ysco Posted April 1, 2010 Share Posted April 1, 2010 What boring line do you mean exactly ?The horizontal or the vertical line ?ysco.. Link to comment Share on other sites More sharing options...
Yups Posted April 1, 2010 Author Share Posted April 1, 2010 line on featre products Link to comment Share on other sites More sharing options...
ysco Posted April 1, 2010 Share Posted April 1, 2010 Hello mate,The line is a .gif file so if you want to change color then you need to change the .gif file in photoshop and upload it again.If you want to remove the line you comment out this line, /*.blocknewproducts H4 { background: url(../img/bg_similar_products.gif) repeat-x bottom; width: 278px; padding-bottom: 1em; }*/ This you can find in yourtheme/ css/ then global.css on line 1421This way you don`t delete it but just disable the code.ysco.. Link to comment Share on other sites More sharing options...
Yups Posted April 1, 2010 Author Share Posted April 1, 2010 thx you very much again i already found it myself lol iam learning this system pretty fast but its sometimes still hard to fix things. Link to comment Share on other sites More sharing options...
ysco Posted April 1, 2010 Share Posted April 1, 2010 Well i also learn everyday and with the correct tools you can find out a lot.Best regards,ysco.. 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