Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Several questions on how toos for thos ewilling helpers

    Hi all.

    I have everal questions on how to do somethings. I am using the latest version (downloaded today)

    Here is the list of things I would like to do, but cant work out how to do them.

    1. Remove the "New Products for " from base of main index page.
    2. Change the font and size in menus, headers, navigations, all accross.

    I am simply modifying the default template to suit my needs for this client who wants it simple and clean.

    Can anyone advise me on how to do the above, I am sure I will have more but for the time being these have me stumped.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Several questions on how toos for thos ewilling helpers

    1. Admin->Configuration->Index Listing->New Products Show on Main Page = 0

    2. You'll need to edit various settings in your stylesheet to change font-sizes etc... starting with h3.leftBoxHeading, h3.rightBoxHeading etc
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Several questions on how toos for thos ewilling helpers

    Darn it, I cant believe its that obvious, I lookede everywhere but index listings, lol.

    Thanks.

    I have looked at the default style sheet in default template and its not got those listed, however the one in classic does, so would I be right in assuming the classic one is also used with the default template?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Several questions on how toos for thos ewilling helpers

    from template_default stylesheet:
    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a {
    	font-size: 1em;
    	color: #ffffff;
    	}
    
    .leftBoxHeading, .centerBoxHeading {
    	margin: 0em;
    	background-color: #FF6699;
    	padding: 0.5em 0.2em;
    	}
    
    .leftBoxContainer {
    	border: 1px solid #ffffff;
    	margin-top: 1.5em;
    	}
    
    .sideBoxContent {
    	background-color: #ffffff;
    	padding: 0.4em;
    	}
    
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1.1em;
    	color: #FFFF00;
    	}
    
    .rightBoxHeading {
    	margin: 0em;
    	background-color: #663366;
    	padding: 0.2em 0em;
    	}
    
    h3.leftBoxHeading a:hover {
    	color: #FFFF33;
    	text-decoration: none;
    	} 
    
    h3.rightBoxHeading a:hover {
    	color: #FF0000;
    	text-decoration: none;
    	}
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Several questions on how toos for thos ewilling helpers

    I noticed those.

    Question.

    the site i am working on - www.spottedhaggis.com/macrozen

    Note the top of the left column has a gap, where as the right does not?

    I see in the css a leftboxcontainer, but no right one?

    (just added this in)

    aha, I copied the leftboxcontainer, changed it to right and its now the same

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Several questions on how toos for thos ewilling helpers

    Your flash header causes all sorts of chaos in Firefox...
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Several questions on how toos for thos ewilling helpers

    interesting. Am I right in when you g to the site all you get is a huge flash image?

    Could be because I am using this to give the blue to white colour

    HTML Code:
    <DIV ID="oFilterDIV" STYLE="position:relative; width:100%; height:140px;
     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffffFF', EndColorStr='#0000ff')">
    anyone know a solution?

  8. #8
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Several questions on how toos for thos ewilling helpers

    Firefox seems to struggle with Iframes as well, so to be honest I am not bothered. It still appears to be buggy in support for standard things.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Several questions on how toos for thos ewilling helpers

    Quote Originally Posted by spottedhaggis
    Firefox seems to struggle with Iframes as well, so to be honest I am not bothered. It still appears to be buggy in support for standard things.
    I'm not so sure that's a good approach to take, unless you're a Microsoft employee.
    Whether FF does the things you want IE to do or not isn't relative in online shopping. The important thing is whether a customer can use your site. If they can't use it, you don't make sales. Period.
    Secondarily, if search engines can't get your content, you don't get ranking ... and iFrames and Flash objects generally aren't indexed. So, using them does nothing for your rankings, so be sure you don't have important spider-food hidden in those less-necessary constructs.

    I assume you sorted out your alignment/CSS issues?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Several questions on how toos for thos ewilling helpers

    Hi again.

    Thanks for the info, sadly there is not realy any other way to achieve this graded effect withut the us of MS scripting unless you know another way. I already tried using images, but the resized on a larger monitor loked terrible so went with this instead.

    I did manage t figure out the CSS. as it happens I had never had much of a fiddle with css, I had always loaded css files into notepad, however loading it into DW allows me to see all the variable options at first glance I can use which changed the entire way I thought, and subsequently have been able to achieve a hell of a oad moe with css than I could before, when I simply applied a border or added a background to make a table lok the way I wanted.

    Thanks for the help on that.

    The box cut off issue turned out to be something very weird indeed, but is also resolved.

    The nly problem I am struggling with now is the shipping.

    I am using the free shipping module. but cannot get past stage 1 of checkout.

    The way the shipping needs to work is this.

    Cart value up to £29.99 = shipping £2.95
    Cart value £30.00 or greater and shipping is free.
    Since shipping is free after £30 the shipping is not offered, hence this appears to be the issue that I cannot get round.

    I have read loads of threads where others had similar issues and checked all the things they tried, and it all loks perfect.

    Do yuo have any ideas on this, is it possible that as I uploaded many of the mods available (before modifying the store) that I have a corruption somewhere?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Several simple(not for me) questions
    By DKunev in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jun 2011, 09:25 PM
  2. Several Questions
    By seiki73 in forum General Questions
    Replies: 1
    Last Post: 12 Jul 2010, 10:26 PM
  3. several questions
    By puggy in forum General Questions
    Replies: 0
    Last Post: 19 Sep 2007, 03:04 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