Page 206 of 305 FirstFirst ... 106156196204205206207208216256 ... LastLast
Results 2,051 to 2,060 of 3042
  1. #2051
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    No, h1-h3 wouldn't do anything, since the menu doesn't use h1-h3 at all. You can view the source of your site to see what that section DOES use (for example, you'll seen the menu is wrapped by <div id="dropMenu"></div> so then you can use:

    #dropMenu {font-size:.9em;}
    Sorry, I am still not sure how to correct this. it is in zencart/includes/templates/apple_zen/common/tpl_drop_menu.php

    I tried the following:

    1. <div id="dropMenu">
    #dropMenu {font-size:.9em;}
    <ul class="level1">
    2. <div id="dropMenu" font-size:.5em>


    both are not working. the site is fx.pcmfx.com

    thanks, -dale

  2. #2052
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    For my site fx.pcmfx.com, the feedback I got is it is too scattered. I want to make it more packed like radioshack.com. If we can make it packed, the font size issue could be solved as well. Could you suggest how to achieve this?

    Many thanks, -Dale

  3. #2053
    Join Date
    Jun 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    hi, Does anyone know how to display a row of category images like Jade did on
    http://www.zencart137.jadetrue.com/ ?

    Many thanks.

  4. #2054
    Join Date
    Apr 2008
    Location
    Brooklyn,NY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    where do i tweak the settings to make a background image under the product picture???
    i checked CSS, but i think that is only to tweak text settings.


    i want to set a background image underneath the product picture and product name.

    Please help.

  5. #2055
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Re: Apple Zen Support Thread

    Hi Jade,
    I'm still have some unanswered posts but will try with this question as it is pretty blaring to visitors. I know it has been addressed but can not get the solutions to work for me.

    Problem: java applet covering drop down menu.
    Some suggestions from Old Thread: Problem W/ Css Category Fly Out & A Flash Object

    Placeing the
    Code:
    <param name="wmode" value="transparent">
    in my applet looks like it should work but does not.

    So I took Dr Byte's suggestion
    Potential Solution:
    1. set z-index:1; ... likely best by adding a new selector:
    Code:
    div#nav-cat ul.level1 {
    /*position: absolute; */
    z-index:1;
    }
    and looked at your stylesheet_header_menu.css for a place to put it and realized you have many z-index set to 1000. Which should I change to "1"? Changing them all to 1 did not make any difference.

  6. #2056
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Idea or Suggestion Re: Apple Zen Support Thread

    Just wanted to add this note for those trying to figure out where to put their images for flash or a java applet to work on the intro page...in the main folder. It is index.php that calls for the images coded in define_main_page.php.

    Jade...i've been reading all over the web and just don't think this is fixable. I've moved my applet out of the way of the slideshow. Still would like to know of a fix if I missed it, though. Some folks have gotten it to work.

  7. #2057
    Join Date
    May 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by silkhouse View Post
    hi, Does anyone know how to display a row of category images like Jade did on
    http://www.zencart137.jadetrue.com/ ?

    Many thanks.
    I too would like to know how to display category listings to wrap horizontally instead of in one single column...I would like my category and subcategory listings to look just like the "New Products, Featured Products, Specials, etc" listings. Any help would be greatly appreciated!

    I have been searching this thread for the past hour and have found some related questions, but not related answers...

    Again, any help would be greatly appreciated.

  8. #2058
    Join Date
    May 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Subcategory images issue:

    You changed this:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}
    to this:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:center;
    	}
    A) There's no such thing as float:center;, B) When you have a list of css things like the above, never change all of them, only change the one you actually want changed. SO, if you want the logo to no longer be "float:left", simply remove #logo from the above list, like this:

    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}
    Then the other stuff that NEEDS to float:left, will still float:left.

    1) admin, "configuration", "product listing"

    2) same as #1, change next/prev to bottom

    3) Add to css:
    #productDetailsList {float:right}

    4) "catalog", "product types" edit the product general layout
    Okay, I was able to get everything accomplished except for the Category/Sub Category listings. I changed the code as you pointed out, but that seemed to only affect my main logo so I am not sure what it has to do with the layout of the Category and Subcategory images.

    To repeat my request...I would like my Category and Subcategory listings to wrap horrizontally accross the page, just like the "featured, or new product" listings do. Is this possible? If so, how do I accomplish it.

    Thank you very very much for your help! I hope you get paid somehow for all the time you put into this template!

  9. #2059
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Idea or Suggestion Re: Apple Zen Support Thread

    Say, I solved it! My applet, as simple a script as it was and better,...but I found a java script equivalent and it works like a charm. No obstruction of the submenu.

  10. #2060
    Join Date
    Aug 2004
    Posts
    17
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    did some searches and didn't find an answer, so I'm going to ask here. I just installed Apple zen template following the readme. Once installed, I reset the layout box controller. I don't see any sideboxes. Did I miss anything? I went ahead and turned off the ones I don't want, but I don't see any.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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