Hi David,
My site is working find all this while. Out of sudden, it is missing. When open my web browser it nothing there. my site is {link saved}. Is it something wrong with the scripts.
thanks jack
thanks david, hv informed my hosting company. btw, how can i change the text description on featured page:
1. to a small font size cos' some times it is very long or another option is
2. to disable the text description on featured page. (if so doing, will it affect seo).
thanks again,
jack
Hi,
The product description is displayed on the main product page by this code in html/product.php
<p><?php print $mainProduct["description"]; ?></p>
The easiest thing to do is just to add SMALL tags to that code; for example:
<p><small><?php print $mainProduct["description"]; ?></small></p>
To disable that description, just delete the above line; but it could have consequences on the SEO, to have a think about that before deciding to remove it.
Cheers,
David.
Hello Jack,
There is no DNS working for your domain.
Assuming that it has not expired; I would suspect a temporary problem with the registered DNS servers, so if you contact your hosting company they should be aware of the problem, or be able to resolve it for you.
Cheers,
David.