Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    137
    Plugin Contributions
    0

    Default new products for [month] not showing

    Hi,
    there is no text/title in the new products for the month box that floats in the main page

    what file do I add this text line too?

    thanks

  2. #2
    Join Date
    Oct 2006
    Posts
    137
    Plugin Contributions
    0

    Default Re: new products for [month] not showing

    duh, it is there, just white
    now to find how to change that colour...

  3. #3
    Join Date
    Oct 2006
    Posts
    137
    Plugin Contributions
    0

    Default Re: new products for [month] not showing

    can someone please help me get the graphics that are in the top of the sidebar boxes into the title of the new products for [month] box (the pretty green bits)?

    http://tanyasmart.com.au/store/index...ain_page=index

    thanks

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: new products for [month] not showing

    I can't help you, unless you upgrade! Okay, I'm joking... I will help, but I seriously recommend upgrading though.

    I'm guessing between two stylesheets, search in your stylesheet_new.css and find;
    Code:
    h2.centerBoxHeading, .productListing-rowheading {
    	margin: 0em;
    	background-image:  url(file:///Sri%20Jahnava%20Devi/Users/tanyasmart/Desktop/images/tile_back.jpg);
    	font-size: 1em;
    	color: #ffffff;
    	padding: 0.5em 0.2em;
    	border-bottom: 1px solid #9a9a9a;
    	}
    However that red highlighted line got to be there... it won't work as it's calling for a locally stored image. Rather, replace the above with;
    Code:
    h2.centerBoxHeading, .productListing-rowheading {
    	margin: 0em;
    	background-image: url(../images/tile_back.jpg);
    	font-size: 1em;
    	color: #ffffff;
    	padding: 0.5em 0.2em;
    	border-bottom: 1px solid #9a9a9a;
    	}
    Give that a shot and let me know how it went.

  5. #5
    Join Date
    Oct 2006
    Posts
    137
    Plugin Contributions
    0

    Default Re: new products for [month] not showing

    that seems to be the problem as that local file is for the #navEZPagesTop too and neither work

    but I can't get it to work with the new code
    I have tried to add the whole url of where the file is located, just the file directory and neither are giving me any love, probably something in the code
    file:///home/tanyasma/public_html/store/includes/templates/tanya/images/tile_back.jpg

  6. #6
    Join Date
    Oct 2006
    Posts
    137
    Plugin Contributions
    0

    Default Re: new products for [month] not showing

    now i have error 500

 

 

Similar Threads

  1. v151 New Products for MONTH - showing really old ones.
    By imfsub12 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 10 Jul 2013, 07:48 PM
  2. v150 Help Products for Month Not Showing After 1.50 Upgrade
    By liamb2001 in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 19 Sep 2012, 02:24 PM
  3. Unavailable products showing in new products for month
    By GeekWorkz in forum General Questions
    Replies: 2
    Last Post: 9 Jan 2012, 04:25 AM
  4. New product for (month) not showing FF
    By dealman876 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 May 2010, 04:15 PM
  5. New Products For (month) showing disabled products
    By sublime19 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 10 Nov 2008, 06:55 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