Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Disappearing Text Box

    tcustomgolf,

    What are all of these stylesheets that you load? The /css directory is auto loading and it looks like you have a lot of extra stylesheets in there that could be causing issues ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    Dec 2005
    Location
    NY
    Posts
    188
    Plugin Contributions
    0

    Default Re: Disappearing Text Box

    I did answer most of the questions in your post before the above, with the exception of if it had worked before....and I don't know because this was the first time I tried the "display only" attribute.

    I know some of the stylesheets are for mods, like the lightbox and un_classic (for the wishlist mod). But I think I do remember trying to delete the stylesheet-old.css and it causing problems with my site. So is anything in that dir autoloading? I thought naming it -old will not let it load.

    So, port/update whatever is in the -old stylesheet to stylesheet.css and then delete stylesheet-old.css?

  3. #13
    Join Date
    Aug 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Disappearing Text Box

    - Still doesn't work
    - This is the first time I've tested it, so I'm not sure
    - Zen Cart 1.7.3.1, from official site
    - Clean install
    - Followed install instructions
    - No upgrade yet

    Quote Originally Posted by Ajeh View Post
    What happens if you switch to Classic Template?

    Has this ever worked for you?

    What version Zen Cart and from where?

    Clean install or an upgrade?

    How did you install?

    How did you upgrade?

  4. #14
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Disappearing Text Box

    tcustomgolf,

    I cannot repeat this with any combinations ...

    Renaming a stylesheet is difficult for non-loading ... usually something like:
    OLD_stylesheetname.css_OLD will keep it from loading and conflicting ...

    Do a view source to see all the stylesheets that are loading ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #15
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Disappearing Text Box

    crimson090,

    What happens if you switch to the Classic template? Does it start working for you?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #16
    Join Date
    Aug 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Disappearing Text Box

    Quote Originally Posted by Ajeh View Post
    crimson090,

    What happens if you switch to the Classic template? Does it start working for you?
    Nope, still the same problem unfortunately!

  7. #17
    Join Date
    Dec 2005
    Location
    NY
    Posts
    188
    Plugin Contributions
    0

    Default Re: Disappearing Text Box

    I renamed the .old stylesheet per Ajeh's post, so it no longer shows auto-loading. Also renamed all stylesheets that are loading, one by one, including the default "stylesheet.css" so they do not auto-load, and box still disappears.

    Per one of my earlier posts, after a fresh install got it working, I imported my existing db into the fresh install and the box disappeared. Could something in the db be causing this?

    crimson090, I noticed the link you included earlier is working. The description box remains. Anything you did to correct?

  8. #18
    Join Date
    Aug 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Disappearing Text Box

    Quote Originally Posted by tcustomgolf View Post
    I renamed the .old stylesheet per Ajeh's post, so it no longer shows auto-loading. Also renamed all stylesheets that are loading, one by one, including the default "stylesheet.css" so they do not auto-load, and box still disappears.

    Per one of my earlier posts, after a fresh install got it working, I imported my existing db into the fresh install and the box disappeared. Could something in the db be causing this?

    crimson090, I noticed the link you included earlier is working. The description box remains. Anything you did to correct?
    Hey, you're right! I didn't even notice! Very odd. I believe I only made two changes to my product page recently:

    1) Changed the size and number of attribute images displayed each row. I doubt this had anything to do with it.

    2) I had two "Add to Cart" buttons, one of which was above all of my attribute fields. I removed this due to other reasons, but I wonder if that might have been effecting it? I checked your product page though and didn't see that button anywhere above your attributes, so I'm not sure what might be causing the problem on your site.

  9. #19
    Join Date
    Dec 2005
    Location
    NY
    Posts
    188
    Plugin Contributions
    0

    Default Re: Disappearing Text Box

    Thanks crimson....if you do figure out what it was, please post. Still thinking it could be something database related as it went kaput as soon as I loaded my clean install with my db.

    I will search some more for an answer, but unfortunately will have to forgo this feature until 1.3.8 comes out and I can do a clean upgrade.

  10. #20
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Disappearing Text Box

    I realize this is a very old thread, however, I have yet to find a fix posted to solve this issue and have found a number of people asking.

    The problem stems from a database issue that occurs on some installs of third party mods. Some of them inadvertently deleted a few records from the db, and that is the cause of the problem. To correct the mysterious disappearing text box on zen cart run the following lines of code from within your Admin (SQL Patches) area.

    If you get "duplicate" error messages just disregard. It means that a line or two of those being inerted was already present (which is ok) in the db.

    Run this and you should see the boxes stay put on the page now.

    PHP Code:
    INSERT INTO `configurationVALUES ('''Product option type Select''PRODUCTS_OPTIONS_TYPE_SELECT''0''The number representing the Select type of product option.'0NULL'2007-03-19 17:57:39''2007-03-19 17:57:39'NULLNULL);
    INSERT INTO `configurationVALUES ('''Upload prefix''UPLOAD_PREFIX''upload_''Prefix used to differentiate between upload options and other options'0NULL'2007-03-19 17:57:39''2007-03-19 17:57:39'NULLNULL);
    INSERT INTO `configurationVALUES ('''Text prefix''TEXT_PREFIX''txt_''Prefix used to differentiate between text option values and other option values'0NULL'2007-03-19 17:57:39''2007-03-19 17:57:39'NULLNULL);
    INSERT INTO `configurationVALUES ('''Image Handler Version''IH_VERSION''2.0''This is used by image handler to check if the database is up to date with uploaded image handler files.'0100NULL'2007-06-06 16:47:03'NULL'zen_cfg_textarea_small('); 
    This concept was pulled form an old post by Ajeh found here:
    http://www.zen-cart.com/forum/showpo...8&postcount=10
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v139h Disappearing Text
    By soapboxco in forum General Questions
    Replies: 4
    Last Post: 16 Feb 2015, 08:43 PM
  2. Replies: 9
    Last Post: 19 Jul 2011, 06:27 AM
  3. Disappearing Information text
    By timghetta in forum General Questions
    Replies: 2
    Last Post: 9 Jun 2009, 03:22 AM
  4. Disappearing Box
    By webmam in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 26 Jun 2008, 08:26 PM
  5. Stumped on Disappearing \ Reappearing Text
    By ThePatch in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Apr 2007, 12:49 AM

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