Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Sep 2018
    Location
    Las Vegas
    Posts
    12
    Plugin Contributions
    0

    Default Category Page Issue

    Site URL: https://lucky7laundry.com/index.php?...=index&cPath=8

    The site is not up as yet so you need to use this link to get to the page.

    The issue: The Category description shows up on the page to the right of the Category name and not under it. My other pages list just fine with the description showing up under the Category name.

    Why? Ans how do I change this. The way the page is now, the description shows up only on the right of the page.

    Click image for larger version. 

Name:	Capture.jpg 
Views:	29 
Size:	16.5 KB 
ID:	20775

  2. #2
    Join Date
    Sep 2018
    Location
    Las Vegas
    Posts
    12
    Plugin Contributions
    0

    Default Re: Category Page Issue

    I want to add this is version 1.5.5f. I have tried creating a new page and the same issue comes up.

    I can't remember if the other pages were created first and then I made a change to something which makes all new pages behave this way.

    The other pages all look like this:
    Click image for larger version. 

Name:	Capture2.jpg 
Views:	19 
Size:	31.1 KB 
ID:	20776

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,444
    Plugin Contributions
    11

    Default Re: Category Page Issue

    First off, if you are really using 1.5.5, welcome to Window 95! That's seriously old.

    If you don't already have an override stylesheet, create a file called includes/templates/responsive_classic/css/stylesheet_zcustom.css. Add the following code and save the file:

    Code:
    #indexProductListCatDescription, #categoryDescription {    width: 80%;
    }
    Adjust the 80% up or down as needed.

  4. #4
    Join Date
    Sep 2018
    Location
    Las Vegas
    Posts
    12
    Plugin Contributions
    0

    Default Re: Category Page Issue

    Yes, 1.5.5. Have to for now. Have another site that has over 500 pages with Zen Cart using PHP 7.1. Not in the mood to have to mess with that one now with PHP upgrade required as this site is only a few pages.

    The issue is not with the width of the page text. It's the location where the text starts. As you can see, all the other pages start the text UNDER the page name. This one page starts the text NEXT to the page name thus causing the reduced text area. The longer the name of the page, the less text area available. Shorten the page name to one word, the text area is wider.

  5. #5
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,189
    Plugin Contributions
    63

    Default Re: Category Page Issue

    Code:
    <div id="indexProductListCatDescription" class="content"><p><a href="https://lucky7laundry.com/index.php?main_page=index&amp;cPath=8" target="_parent"><img alt="" src="https://lucky7laundry.com/images/ScheduleaPickup.jpg" style="float: right;" /></a>a a a a a a a a a a a a</p>
    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.

  6. #6
    Join Date
    Sep 2018
    Location
    Las Vegas
    Posts
    12
    Plugin Contributions
    0

    Default Re: Category Page Issue

    Quote Originally Posted by mprough View Post
    Code:
    <div id="indexProductListCatDescription" class="content"><p><a href="https://lucky7laundry.com/index.php?main_page=index&cPath=8" target="_parent"><img alt="" src="https://lucky7laundry.com/images/ScheduleaPickup.jpg" style="float: right;" /></a>a a a a a a a a a a a a</p>
    No help to me at all. I need to be able to have ALL pages show up correctly. Don't know why my first pages came out just fine and now I have this issue unless it's a Configuration setting I may have changed.

    I found "indexProductListCatDescription" in tpl_index_product_list.php. This isn't a product description issue as it is a Category Description issue.

    I just installed 1.5.6c as a test and as you can see, the same issue.
    Click image for larger version. 

Name:	Capture3.jpg 
Views:	14 
Size:	14.2 KB 
ID:	20779

    The longer the name of the Category, the less space available for text as the text does not start UNDER the Category Description as the other pages do but next to it.

    Which file is causing this issue and what do I need to change?
    If it's not in a php file, what Config Setting to I need to change?

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

    Default Re: Category Page Issue

    Quote Originally Posted by Leonard View Post
    No help to me at all. I need to be able to have ALL pages show up correctly. Don't know why my first pages came out just fine and now I have this issue unless it's a Configuration setting I may have changed.

    I found "indexProductListCatDescription" in tpl_index_product_list.php. This isn't a product description issue as it is a Category Description issue.

    I just installed 1.5.6c as a test and as you can see, the same issue.
    Click image for larger version. 

Name:	Capture3.jpg 
Views:	14 
Size:	14.2 KB 
ID:	20779

    The longer the name of the Category, the less space available for text as the text does not start UNDER the Category Description as the other pages do but next to it.

    Which file is causing this issue and what do I need to change?
    If it's not in a php file, what Config Setting to I need to change?
    Did you miss this part?

    Code:
    <img alt="" src="https://lucky7laundry.com/images/ScheduleaPickup.jpg" style="float: right;" />
    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.

  8. #8
    Join Date
    Sep 2018
    Location
    Las Vegas
    Posts
    12
    Plugin Contributions
    0

    Default Re: Category Page Issue

    I have no problem moving the graphic to the right side or the left.

    Look at the picture of the page above. Now look at this picture:
    Click image for larger version. 

Name:	Capture4.jpg 
Views:	12 
Size:	9.2 KB 
ID:	20780

    Same page as before except the long Name has been replaced with A. See where the text starts? Below the HOME :: A and to the RIGHT of the next A, NOT underneath it as it does on this page which is correct:
    Click image for larger version. 

Name:	Capture2.jpg 
Views:	10 
Size:	31.1 KB 
ID:	20781

    Graphic, no graphic, doesn't matter. This is what I need ALL my pages to do. Have the text begin UNDER the Category Name, NOT to the right of it.
    Last edited by Leonard; 25 Oct 2024 at 12:14 PM.

  9. #9
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,189
    Plugin Contributions
    63

    Default Re: Category Page Issue

    This

    Code:
    <img alt="" src="https://lucky7laundry.com/images/ScheduleaPickup.jpg" style="float: right;" />
    is not every going to give you same layout results for every page. The image's location depends on the volume of the text. Maybe move the image left & the text right for a more uniform layout.

    I would try
    Code:
    style="float:left;clear:left"
    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.

  10. #10
    Join Date
    Sep 2018
    Location
    Las Vegas
    Posts
    12
    Plugin Contributions
    0

    Default Re: Category Page Issue

    Why are you talking about GRAPHICS??? This has to do with TEXT LOCATION!!!
    See....
    Click image for larger version. 

Name:	Capture3A.jpg 
Views:	21 
Size:	19.0 KB 
ID:	20782

    Like this page:
    Click image for larger version. 

Name:	Capture2A.jpg 
Views:	10 
Size:	34.7 KB 
ID:	20783
    Last edited by Leonard; 25 Oct 2024 at 12:39 PM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. weird issue with master category in product page
    By willie bee in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 21 Nov 2011, 03:42 PM
  2. Category Landing Page issue
    By CompuWeb in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jan 2011, 09:01 AM
  3. 2 page URL in category issue with Simple SEO URL Manager
    By msladybug02 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 19 Nov 2010, 10:33 PM
  4. Contact Page issue and adding to cart issue...
    By techy-sult.com in forum General Questions
    Replies: 2
    Last Post: 1 Oct 2009, 04:45 AM
  5. category and sub category list issue
    By ary in forum General Questions
    Replies: 7
    Last Post: 4 Feb 2007, 03:30 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR