MrLee Posted October 17, 2005 Share Posted October 17, 2005 I can't believe it...but i'm almost there!! I only have two things to change, then i can go live!! The first is: How do i change the font colour of the items for sale? I'm using a dark bown colour and everything is fine....I click on the category, then the sub category and i see the item i want to click on (thats all fine and the text is the right colour) but when i click on the item itself, it's displayed in the stock grey colour.....does anywhere know where the file is? I've looked everywhere, but can't locate it. I've also looked at a few of the live stores and it seems that quite a few of the nearly stock stores have the same problem. The second thing is: On the index page, AFTER someone has signed in, the first line of text invites them to "see which new products are available".....how do I get rid of this? The main reason is that when you click on the link, you are presented with every product on the site in the order that i added them along with the date itself. This would be great for some, but it's really not great for me. I hope someone can help me out. Thank you Link to comment Share on other sites More sharing options...
MrLee Posted October 17, 2005 Author Share Posted October 17, 2005 Can anyone help me? Link to comment Share on other sites More sharing options...
MrLee Posted October 17, 2005 Author Share Posted October 17, 2005 Please help....i'm looking like a Mexican hairless dog here, I just don't have much more hair to pull out :( Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 17, 2005 Share Posted October 17, 2005 I can't believe it...but i'm almost there!! I only have two things to change, then i can go live!! The first is: How do i change the font colour of the items for sale? I'm using a dark bown colour and everything is fine....I click on the category, then the sub category and i see the item i want to click on (thats all fine and the text is the right colour) but when i click on the item itself, it's displayed in the stock grey colour.....does anywhere know where the file is? I've looked everywhere, but can't locate it. I've also looked at a few of the live stores and it seems that quite a few of the nearly stock stores have the same problem. The second thing is: On the index page, AFTER someone has signed in, the first line of text invites them to "see which new products are available".....how do I get rid of this? The main reason is that when you click on the link, you are presented with every product on the site in the order that i added them along with the date itself. This would be great for some, but it's really not great for me. I hope someone can help me out. Thank you you want to get rid of the new products display? or just a link in the text? A screenshot with that part marked would help visualizing what you want to do. As for font color, view the source code and it shows you the class used. Then adjust the class color in the stylesheet. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
MrLee Posted October 17, 2005 Author Share Posted October 17, 2005 Thank you for the reply. I'm refering to the top of the homepage after somebody has logged in...it reads Welcome back Brian! Would you like to see which new products are available to purchase? the words "new products" are a link to page products_new.php and there are around 10 0f them ie. "products_new.php?page=4" I have already deleted the New Products box from the right/left side (can't remember which) and I really don't need this link, yet I can't find where I can edit it. As for the css.stylesheet...I've managed to change everything, except this last part. The text I mean is; Home>Cards>Birthday Cards>Bear Card When you click on "Bear card" or any of the cards, you go to the product page and that is the text colour I wish to change ie. "happy birthday bear card....$3" as this is still in the greyish/blue original colour. I hope you understand what I am trying to say I've been scouring the css.sheet and just about every page there is, but I can't locate it....nor canI find the exact page to edit to remove the "new products" link. Any help will be greatly appreciated MrLee Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 17, 2005 Share Posted October 17, 2005 Thank you for the reply. I'm refering to the top of the homepage after somebody has logged in...it reads Welcome back Brian! Would you like to see which new products are available to purchase? the words "new products" are a link to page products_new.php and there are around 10 0f them ie. "products_new.php?page=4" I have already deleted the New Products box from the right/left side (can't remember which) and I really don't need this link, yet I can't find where I can edit it. As for the css.stylesheet...I've managed to change everything, except this last part. The text I mean is; Home>Cards>Birthday Cards>Bear Card When you click on "Bear card" or any of the cards, you go to the product page and that is the text colour I wish to change ie. "happy birthday bear card....$3" as this is still in the greyish/blue original colour. I hope you understand what I am trying to say I've been scouring the css.sheet and just about every page there is, but I can't locate it....nor canI find the exact page to edit to remove the "new products" link. Any help will be greatly appreciated MrLee catalog\includes\functions\general.php //// // Return a customer greeting function tep_customer_greeting() { global $customer_id, $customer_first_name; if (tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id')) { $greeting_string = sprintf(TEXT_GREETING_PERSONAL, tep_output_string_protected($customer_first_name), tep_href_link(FILENAME_PRODUCTS_NEW)); } else { $greeting_string = sprintf(TEXT_GREETING_GUEST, tep_href_link(FILENAME_LOGIN, '', 'SSL'), tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); } return $greeting_string; } referencing text in english.php define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?'); define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are not %s, please <a href="%s"><u>log yourself in</u></a> with your account information.</small>'); define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); as for that font, have you tried to alter the class pageHeading? I'm not 100% sure we mean the same, but try it! :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
MrLee Posted October 17, 2005 Author Share Posted October 17, 2005 You've helped me before a couple of times while I was searching through the forums....so I must say a Big Thank You!! I just deleted the text you showed me and it worked just fine. As for the text I am talking about, well I can't find it on the stylesheet.css or product_new.php I'm sure I've been staring at this screen too long!! I'll keep looking Thanks again MrLee Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 17, 2005 Share Posted October 17, 2005 You've helped me before a couple of times while I was searching through the forums....so I must say a Big Thank You!! I just deleted the text you showed me and it worked just fine. As for the text I am talking about, well I can't find it on the stylesheet.css or product_new.php I'm sure I've been staring at this screen too long!! I'll keep looking Thanks again MrLee hmmmmmmm I think I was talking about product info page and you about product listing? have a link? I'm sure that's easy to change :-) thanks for the sweet compliments, loved hearing it!!! :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.