X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Editing home page in 4.4.1 (https://forum.x-cart.com/showthread.php?t=57613)

gb2world 01-19-2011 04:49 PM

Re: Editing home page in 4.4.1
 
Unfortunately - it will be difficult unless you have some basic html/css/smarty knowledge. You can get some basic help from the people on this forum - or some quick work done by posting in the pro-help-services request forum.

Hint - if you remove the img inside the div class="welcome-top" - you have to account for the css that was placing it in the layout, if you want your new content to be in the same place. If you look with Firefox/Firebug at the original image, you will see something like this:
img.welcome {
float: right;
height: 262px;
margin-left: 20px;
width: 580px;
}

So, whatever you replace it with, will need similar styles to sit in the same location. You might have to creaate a div with the same style as the image you replaced, and put your $lng.txt_welcome inside of it. At any rate - using Firebug - you can change css on the fly until it is how you like it - then commit it to your code.

---

herniarelievers 01-20-2011 09:31 AM

Re: Editing home page in 4.4.1
 
I have used Firefox and Firebug and still no success. I have not removed the image yet so that is not the issue. X-cart responded with the same methods I have already tried. If someone has successfully modified their home page using the Fashion Mosaic them please help me.


All times are GMT -8. The time now is 12:15 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.