Results 1 to 9 of 9
  1. #1
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Help getting rid of unwanted text in header

    this is the text:

    [FONT=verdana,arial,helvetica,sans-serif]ABOUT US Sample Text ...[/FONT]
    This section of text is from the Define Pages Editor located under Tools in the Admin.
    You can use either the language-file in /includes/languages/english/MYTEMPLATE/about_us.php or this file separately for this page or, you can use both together.
    To remove the language file definition, do not delete the define statement, set it to be blank. Example: define('TEXT_INFORMATION', '');
    To remove this section of the text (which you're reading right now), delete it from the Define Pages Editor, located under Tools in the Admin.

    Now there is absolutely no file for about us anywhere on the server. We had tried to change templates and uploaded files for oxford dark but it will not behave in the live store at all so it got removed. The only sql that was installed for it was for the layout to be rows or columns and that has been taken out of tables too. I have checked and there is nothing in any of the tables for about us either.

    So can someone lease help us get rid of this small problem? I used view source and it does not show up in the source code either, needless to say I am at a loss totally.

    https://www.pennylanebridal.com.au/shop/

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: Help getting rid of unwanted text in header

    Why don't you find it using Developers Tool Kit? Use Look-up in all files, search for "ABOUT US Sample Text" and select "All Files - Catalog". That will show you where the text is located...

    But, the question is why it's coming up at all, you must have included the define page somewhere where it shouldn't be in the core files...

  3. #3
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Help getting rid of unwanted text in header

    Quote Originally Posted by balihr View Post
    Why don't you find it using Developers Tool Kit? Use Look-up in all files, search for "ABOUT US Sample Text" and select "All Files - Catalog". That will show you where the text is located...

    But, the question is why it's coming up at all, you must have included the define page somewhere where it shouldn't be in the core files...

    Trust me --- that is what has me yanking my hair out. I have used the Dev tools from admin several time at different times of the day and different computers (in case my browser was just not letting go of cache), deleted cache, rebooted the computer and even looked through all the tables in database and the text is not coming up ANYWHERE at all. The tool kit did not render any findings in each and every section.

    I will look through all the directories again tonight to see if that about us page is anywhere, I have since removed the template that was needing it and all its files associated with it in the directories it said to plop them in.

    This is so weird, I have never had this happen to me before---now clients tell me they have overwritten files or images and the old still show when they view but not for me I see their new stuff...I was really hoping this would be the same for this...wishful thinking.

    Thanks

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Help getting rid of unwanted text in header

    This is by no means a fix, but add this to a stylesheet so it doesn't display until you can find and delete it:

    #indexBody p {display: none;}

    Hard to believe it doesn't show up in the Developers Tool Kit. Try using the DTK to search for this section of text - you'll get several files returned, but one of them should be some file other than those in the html_includes folders.

  5. #5
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Help getting rid of unwanted text in header

    Quote Originally Posted by stevesh View Post
    This is by no means a fix, but add this to a stylesheet so it doesn't display until you can find and delete it:

    #indexBody p {display: none;}

    Hard to believe it doesn't show up in the Developers Tool Kit. Try using the DTK to search for this section of text - you'll get several files returned, but one of them should be some file other than those in the html_includes folders.
    I will try again in DTK, I tried looking for just about us and nothing showed I also tried to pick out several words and that did not work either.

    I added the code to stylesheet and now it is hidden leaving only adark gray section at the very top.

    will do the searching again later today and report back.

  6. #6

    Default Re: Help getting rid of unwanted text in header

    Following an upgrade from Zen-Cart 1.3.9 to 1.5.1, unwanted text has also been introduced into in the header of the Zen-Cart module section - (see below). Searches such as "grep -i -n -r 'com.apple.quarantineq' zencart/" are not coming up with any response. Suggestions?

    Name:  ZenCart.jpg
Views: 140
Size:  78.6 KB

  7. #7

    Default Re: Help getting rid of unwanted text in header

    Also a search through a mysqldump does not reveal any of the offending text.

  8. #8
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Help getting rid of unwanted text in header

    Seems like something corrupt on your site/server.

    If you posted a link there might be better answers from the ones with more knowledge...LOL

  9. #9
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: Help getting rid of unwanted text in header

    Quote Originally Posted by stevenjgarner View Post
    Following an upgrade from Zen-Cart 1.3.9 to 1.5.1, unwanted text has also been introduced into in the header of the Zen-Cart module section - (see below). Searches such as "grep -i -n -r 'com.apple.quarantineq' zencart/" are not coming up with any response. Suggestions?

    Name:  ZenCart.jpg
Views: 140
Size:  78.6 KB
    gotta luv mac...

    did you try
    Code:
    xattr -d com.apple.quarantine /path/to/YOUR_ADMIN/modules.php
    or maybe /path/includes/modules/payment/ALL_FILES
    or /path/includes/languages/english/modules/payment/ALL_FILES

    If that doesn't work, move to linux.

 

 

Similar Threads

  1. Unwanted text above header
    By g_force in forum General Questions
    Replies: 10
    Last Post: 28 May 2010, 09:41 PM
  2. Getting rid of this text
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 21 Dec 2007, 01:28 PM
  3. need help Getting Rid of header space please
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Apr 2007, 10:28 PM
  4. Getting rid of default text
    By isaiah36 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Jan 2007, 01:25 PM
  5. Getting rid of header catagories
    By spiked in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Sep 2006, 08:21 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