Page 11 of 18 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 173
  1. #101
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Quote Originally Posted by deepcreeksurvival View Post
    Ok, It looks like I didn't upload the header.php file in the /languages/english/ folder. That corrected it, but the

    define('HEADER_TITLE_CCONTENTS', ' Items In Cart');

    in the header.php file isn't updating like the others. It still shows:

    0HEADER_TITLE_CONTENTS on the actual store front.

    Rather than what I changed it to from what was original, it still doesn't update on that link.

    Thanks for the help.

    Note:

    define('HEADER_TITLE_CCONTENTS', ' item(s) in cart'); has a typo in the define . There are two "C"s in code. I downloaded these from the ichoze.net, so you may want to amend your files, testuser. That's why it's showing up 0HEADER_TITLE_CONTENTS on the actual store front.

    Again, it looks like it should now...

    Thanks!
    Corrected.

  2. #102
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Hi all,

    I have some IE and FF issues concerning the search header and ezpages (www.clickyshop.com/shop). I read through this post and correct me if I am wrong there was a similar issue in post # , but at the end no real solution. In testuserīs forum there was this problem mentioned and it was said that there is a <br clearboth /> in tpl_header which has to be deleted, but I dont have this in the mentioned place, so nothing to delete...

    Also

    http://www.clickyshop.com/shop/index...=shopping_cart

    looks different in IE and FF.

    Can anyone give me a hint please?

    thanks a lot.

    regards,
    kruna

  3. #103
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    oh...sorry I forgot to mention one more thing, sorry...

    There is no way to get MY ACCOUNT and SHIPPING at the top on the right side, I tried evrything possible in styelsheet to adjust .back , but no way this part gets moved...

    Any idea?

    regards,
    kruna

  4. #104
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Quote Originally Posted by Kruna View Post
    Hi all,

    I have some IE and FF issues concerning the search header and ezpages (www.clickyshop.com/shop). I read through this post and correct me if I am wrong there was a similar issue in post # , but at the end no real solution. In testuserīs forum there was this problem mentioned and it was said that there is a <br clearboth /> in tpl_header which has to be deleted, but I dont have this in the mentioned place, so nothing to delete...

    Also

    http://www.clickyshop.com/shop/index...=shopping_cart

    looks different in IE and FF.

    Can anyone give me a hint please?

    thanks a lot.

    regards,
    kruna
    Add this to the #navMainSearch is your stylesheet:

    Code:
    display:inline;
    Quote Originally Posted by Kruna View Post
    oh...sorry I forgot to mention one more thing, sorry...

    There is no way to get MY ACCOUNT and SHIPPING at the top on the right side, I tried evrything possible in styelsheet to adjust .back , but no way this part gets moved...

    Any idea?

    regards,
    kruna
    Make the right definition in #navMainWrapper 2em instead of 20em.

  5. #105
    Join Date
    Jan 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    hi there. finally registered for the forums just for this question :)

    is there anyway to change the default size of the fonts for the information pages?

    basically i want to change to a larger font for the gift certificate faqs and the sitemap. also i would like to make the product price slightly bigger and bold at both the center boxes for new products and the product listing.

    i understand that i have to edit it from the stylesheet.css and i have tried tinkering around with it to no avail.

    will be thankful for any guidance i'm really just at my first week of experimenting around with zencart. so apologies for the newbie questions.

    thanks!

  6. #106
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Hi fanaticonz,

    is there a link please?

    is there anyway to change the default size of the fonts for the information pages?
    which pages do you exactly mean?


    regards,
    kruna

  7. #107
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Quote Originally Posted by fanaticonz View Post
    hi there. finally registered for the forums just for this question :)

    is there anyway to change the default size of the fonts for the information pages?

    basically i want to change to a larger font for the gift certificate faqs and the sitemap. also i would like to make the product price slightly bigger and bold at both the center boxes for new products and the product listing.

    i understand that i have to edit it from the stylesheet.css and i have tried tinkering around with it to no avail.

    will be thankful for any guidance i'm really just at my first week of experimenting around with zencart. so apologies for the newbie questions.

    thanks!
    Read this post ...

    http://www.zen-cart.com/forum/showpo...8&postcount=27


    The same can be done by page name ...

    So instead of naming the CSS files by category as in the above post, you'd use what follows the "main_page=" in the URL.

    If your URL is:

    The name of your CSS file would be:

    products_new.css
    Remember to include only the changes that you need in the new CSS file or just those styles that need to differ from your main stylesheet.

  8. #108
    Join Date
    Sep 2006
    Posts
    126
    Plugin Contributions
    0

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Hi
    I installed the template everything is working fine except that there is line coming 0HEADER_TITLE_CCONTENTS I checked everyhting but cant figure out problem
    any suggestion please

    thanx
    read the faq and tutorials and they will help u solve little problems
    www.goshoppinglive.com

  9. #109
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Quote Originally Posted by rajeev83 View Post
    Hi
    I installed the template everything is working fine except that there is line coming 0HEADER_TITLE_CCONTENTS I checked everyhting but cant figure out problem
    any suggestion please

    thanx
    Change the header.php file languages folder.

    define('HEADER_TITLE_CONTENTS', ' item(s) in cart');

    Should be :

    define('HEADER_TITLE_CCONTENTS', ' item(s) in cart');

  10. #110
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Today Atheme ... Tomorrow - Clean & Professional

    Quote Originally Posted by rajeev83 View Post
    Hi
    I installed the template everything is working fine except that there is line coming 0HEADER_TITLE_CCONTENTS I checked everyhting but cant figure out problem
    any suggestion please

    thanx
    The download has been fixed as well, so you could just re-download it if you wanted.

 

 
Page 11 of 18 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. Facebook upgrade today & like icon not working on google chrome
    By maynuk in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Feb 2011, 02:42 PM
  2. Site & Admin Being Super Slow Today
    By DPM in forum General Questions
    Replies: 2
    Last Post: 24 Apr 2008, 12:24 PM
  3. Clean Business Template & Firefox Problem
    By adnimas5 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 22 Jan 2008, 05:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg