Results 1 to 7 of 7

Hybrid View

  1. #1

    Default Main page content showing up on every category page

    For some reason the content that I have on my main page is showing up in most of my main category sections. What could be causing this?
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  2. #2

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Main page content showing up on every category page

    You have a few new divs and tables that contain this and only you know where/what files these were inserted into as they are not from any default code
    Code:
    popover-category-name
    popover-grouping
    siteDirectory
    Zen-Venom Get Bitten

  4. #4

    Default Re: Main page content showing up on every category page

    I removed the css code I added but that didn't work.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Main page content showing up on every category page

    I removed the css code I added but that didn't work.
    css only controls the styling of elements that exist in the code
    Zen-Venom Get Bitten

  6. #6

    Default Re: Main page content showing up on every category page

    I pretty sure the problem is the FAQ module I installed some time ago, I read somewhere of someone with the same exact problem and when they removed it everything went back to normal.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  7. #7
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: Main page content showing up on every category page

    In /public_html/includes/open-operations/faq_application_top.php

    Find the following and add the bold commenting.

    Code:
    // calculate faq_category path
      if (isset($_GET['fcPath'])) {
        $fcPath = $_GET['fcPath'];
      } elseif (isset($_GET['faqs_id']) && !zen_check_url_get_terms()) {
        $fcPath = zen_get_faq_path($_GET['faqs_id']);
      } else {
        if (SHOW_FAQ_CATEGORIES_ALWAYS == '1' && !zen_check_url_get_terms()) {
          //$show_welcome = 'true';
          $fcPath = (defined('FAQ_CATEGORIES_START_MAIN') ? FAQ_CATEGORIES_START_MAIN : '');
        } else {
          //$show_welcome = 'false';
          $fcPath = '';
        }
      }
    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 

Similar Threads

  1. v151 Main page displaying text from define editor on every category page
    By Canvas101 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jun 2014, 02:47 AM
  2. Main page content showing on category pages
    By SethF in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Dec 2011, 01:26 PM
  3. Main page shows in every category which has a subcategory
    By bangsters in forum General Questions
    Replies: 5
    Last Post: 20 Jul 2011, 02:07 PM
  4. Main page content showing on Category->Subcategory
    By AndyCZ in forum Customization from the Admin
    Replies: 2
    Last Post: 19 Oct 2010, 05:06 PM
  5. Main Page Content Showing On All Pages
    By bluedotted in forum Basic Configuration
    Replies: 4
    Last Post: 4 May 2009, 03:40 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