Zen Cart Logo
Forums / Addon Templates / Apple Zen Support Thread

Apple Zen Support Thread

Views: 855,625

Results 1,881 to 1,900 of 3,042
18 Apr 2008, 9:21 PM
#1881
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Apple Zen Support Thread

alillowr:

I would like mine to be wider but I have not found any instances of "width"68em" in the specified stylesheetcss file. which lines of code should I be looking for?

I've adjusted the template since then, the 68 is now 70, and the 69 is now 71.

19 Apr 2008, 1:04 AM
#1882
kot1978 avatar

kot1978

New Zenner

Join Date:
Apr 2008
Location:
Brooklyn,NY
Posts:
25
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hello.

I am having difficulty with W3C CSS Validator results.
Please help with this:

W3C CSS Validator results for http://example.com/ (CSS level 2.1)
Sorry! We found the following errors (5)

URI : http://example.com/includes/templates/apple_zen/css/stylesheet.css
281 * html #centerColumnWrapper2b, * Parse Error *html #centerColumnOuter{ border:1px solid #999999; border-top:none; }
285 * html #centerColumnWrapper2b, * Parse error - Unrecognized *html #centerColumnOuter { border-bottom:none; }

URI : http://example.com/includes/templates/apple_zen/css/stylesheet_header_menu.css
2 body Property behavior doesn't exist : url(includes/csshover.htc)
41 div#dropMenu li Parse Error *width:16.649%;
42 div#dropMenu li Parse error - Unrecognized }

19 Apr 2008, 1:12 AM
#1883
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

kot1978:

Hello.

I am having difficulty with W3C CSS Validator results.
Please help with this:

W3C CSS Validator results for http://example.com/ (CSS level 2.1)
Sorry! We found the following errors (5)

URI : http://example.com/includes/templates/apple_zen/css/stylesheet.css
281 * html #centerColumnWrapper2b, * Parse Error *html #centerColumnOuter{ border:1px solid #999999; border-top:none; }
285 * html #centerColumnWrapper2b, * Parse error - Unrecognized *html #centerColumnOuter { border-bottom:none; }

URI : http://example.com/includes/templates/apple_zen/css/stylesheet_header_menu.css
2 body Property behavior doesn't exist : url(includes/csshover.htc)
41 div#dropMenu li Parse Error *width:16.649%;
42 div#dropMenu li Parse error - Unrecognized }

You can ignore those, the template has special "hacks" in the css to make it cross browser compatible. This template is not designed to validate with the css, and my test site does the same exact thing. No worries.

19 Apr 2008, 1:55 PM
#1884
alillowr avatar

alillowr

New Zenner

Join Date:
Apr 2008
Posts:
32
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

This section from the readme can help you:

** STEP 5. To use your own logo, simply overwrite "logo.gif" that is located in includes/templates/apple_zen/images/ and upload. You can create an image that is larger than it is designed to be viewed, so that when someone increases their font size, the image will enlarge also. If your logo is a lot wider or narrower than the one I designed, you may need to adjust this section in the stylesheet (includes/templates/apple_zen/stylesheet.css):

#logo {

width:19.1em

}

To keep your logo from resizing, remove

#logo img {

width:100%;

}

Now I have the image reletively the size that I would like at 30embut now the problem is that it looks fairly distorted. If you right click on the image and view it it is nice and clear. What am I doing wrong. The website is decaldreams.com I also have tried to put in 50.7em which should be the same size of the graphic itself but it is still not clear in that size.

19 Apr 2008, 2:36 PM
#1885
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

alillowr:

Now I have the image reletively the size that I would like at 30embut now the problem is that it looks fairly distorted. If you right click on the image and view it it is nice and clear. What am I doing wrong. The website is decaldreams.com I also have tried to put in 50.7em which should be the same size of the graphic itself but it is still not clear in that size.

Yes, it will look distorted in IE, this can't be fixed. But you can instead save the image the size you want it to be, and remove both these:

#logo {
width:30em; /* To prevent the logo from resizing, simply delete or comment out this section */
}

#logo img {
width:100%;
}

19 Apr 2008, 9:50 PM
#1886
alillowr avatar

alillowr

New Zenner

Join Date:
Apr 2008
Posts:
32
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Yes, it will look distorted in IE, this can't be fixed. But you can instead save the image the size you want it to be, and remove both these:

#logo {
width:30em; /* To prevent the logo from resizing, simply delete or comment out this section */
}

#logo img {
width:100%;
}

So I commented out the section, resized the image to what I think I would like and I open up firefox and alright it looks good. Now when I open up IE it looks all blown up and just not right. What should be my next step? This is a lot more difficult than I thought it would be. :huh:

20 Apr 2008, 4:20 AM
#1887
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

alillowr:

So I commented out the section, resized the image to what I think I would like and I open up firefox and alright it looks good. Now when I open up IE it looks all blown up and just not right. What should be my next step? This is a lot more difficult than I thought it would be. :huh:

It's an issue in the way you commented that section out... just DELETE it from the stylesheet.

20 Apr 2008, 3:18 PM
#1888
alillowr avatar

alillowr

New Zenner

Join Date:
Apr 2008
Posts:
32
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

It's an issue in the way you commented that section out... just DELETE it from the stylesheet.

I had found a way to solve my problem for my logo issue.

After deleting the section that was mentioned the problem did not change for me, so what I ended up doing was made the changes in header.php to the exact pixle size and all is well now.
:D

Now off to do a search on how to change the highlight color of the drop down menu when you mouse over it. Wish me luck.

20 Apr 2008, 5:14 PM
#1889
kot1978 avatar

kot1978

New Zenner

Join Date:
Apr 2008
Location:
Brooklyn,NY
Posts:
25
Plugin Contributions:
0

Re: Apple Zen Support Thread

"search box" dissappered from #navMainWrapper
WHAT DID I DO WRONG?
did in turn it off in ZEN-ADMIN menu by mistake???
Help.Thankx:lamo:

20 Apr 2008, 5:39 PM
#1890
kot1978 avatar

kot1978

New Zenner

Join Date:
Apr 2008
Location:
Brooklyn,NY
Posts:
25
Plugin Contributions:
0

Re: Apple Zen Support Thread

kot1978:

"search box" dissappered from #navMainWrapper
WHAT DID I DO WRONG?
did in turn it off in ZEN-ADMIN menu by mistake???
Help.Thankx:lamo:

fixed. Answer for other users reading this: check in Admin Layout settings.

20 Apr 2008, 5:43 PM
#1891
kot1978 avatar

kot1978

New Zenner

Join Date:
Apr 2008
Location:
Brooklyn,NY
Posts:
25
Plugin Contributions:
0

Re: Apple Zen Support Thread

general question.

My store is set up by default to http://expample.com (when a user types in https://www.example.com - the page loads and displays "http://example.com", loosing "www.")
if i want to change it to http://www.example.com, where in config do i add "www."

thanx

20 Apr 2008, 10:56 PM
#1892
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

kot1978:

general question.

My store is set up by default to http://expample.com (when a user types in https://www.example.com - the page loads and displays "http://example.com", loosing "www.")
if i want to change it to http://www.example.com, where in config do i add "www."

thanx

Check your .htaccess file in the root of your site:

## Add these to your .htaccess file so that only one way to your site exists, either http://yoursite.com and http://www.yoursite.com ... the following adds the www if it's missing:


RewriteEngine On
RewriteCond %{HTTP_HOST} ^yoursite.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]

## If you'd like your site to go to http://mysite.com instead of http://www.mysite.com, add these changes instead:

##RewriteEngine On
##RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
##RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]

## the following makes sure the correct mime type is sent for the .htc file

AddType text/x-component .htc

Then once you have that fixed, check both admin/includes/configure.php and includes/configure.php and make sure you have the www entered.

21 Apr 2008, 1:45 AM
#1893
english_1969 avatar

english_1969

New Zenner

Join Date:
Apr 2008
Location:
Raleigh, NC
Posts:
34
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi,

I've recently discovered both Zen cart and the apple zen template, which is GREAT! I am slowly working on an online floral shop and the apple zen template has a lot of what i've been looking for.

One question, however:

I would like to inquire about how to modify the category/link CSS display so that:

a) the categories are displayed horizontally in using the CSS menu style with sub categories being displayed as the vertical component (instead of the horizontal listing with just top category links).

b) the information items (about us, my account, etc.) is displayed somewhere else (maybe in a box on the right).

This is my html mock-up/design for the site:
http://tegflorist.com/indexmain.php

Any suggestions/help would be appreciated.

Thanks,
W

21 Apr 2008, 10:53 AM
#1894
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

english_1969:

Hi,

I've recently discovered both Zen cart and the apple zen template, which is GREAT! I am slowly working on an online floral shop and the apple zen template has a lot of what i've been looking for.

One question, however:

I would like to inquire about how to modify the category/link CSS display so that:

a) the categories are displayed horizontally in using the CSS menu style with sub categories being displayed as the vertical component (instead of the horizontal listing with just top category links).

b) the information items (about us, my account, etc.) is displayed somewhere else (maybe in a box on the right).

This is my html mock-up/design for the site:
http://tegflorist.com/indexmain.php

Any suggestions/help would be appreciated.

Thanks,
W

a) try using the "Pauls Version" of the css drop down menu, you'll find it in the downloads section in "other modules"

b) Turn on the ezpages sidebox, and add any pages you'd like (you can link to the about us page, my account page, etc.), under "Tools", "Layout boxes controller", then add the ezpages under "Tools", "Ezpages".

21 Apr 2008, 5:57 PM
#1895
1st4advertising avatar

1st4advertising

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi just a quick question,

How can I edit the Gift Cert. page? I have changed the breadcrumb bit already

21 Apr 2008, 10:03 PM
#1896
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

1st4Advertising:

Hi just a quick question,

How can I edit the Gift Cert. page? I have changed the breadcrumb bit already

includes/languages/english/YOUR_TEMPLATE/gv_faq.php

23 Apr 2008, 3:05 PM
#1897
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

I have a site which I built using apple zen some time ago and it has worked just great. The client now wants to offer items for sale in different currencies. I've switched on sideboxes/currencies in layout box controller and set it to OFF, LEFT, 0, 0, ON as I would like it to appear next to the search box.
This hasn't done the trick though. How do I get them to display?

23 Apr 2008, 9:55 PM
#1898
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

high2K:

I have a site which I built using apple zen some time ago and it has worked just great. The client now wants to offer items for sale in different currencies. I've switched on sideboxes/currencies in layout box controller and set it to OFF, LEFT, 0, 0, ON as I would like it to appear next to the search box.
This hasn't done the trick though. How do I get them to display?

You have to add the code for the currencies sidebox in includes/templates/YOUR_TEMPLATE/common/tpl_header.php

<?php require(DIR_WS_MODULES . 'sideboxes/currencies.php'); ?>
24 Apr 2008, 9:05 AM
#1899
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jettrue,
Thanks for your help. But where do I put this code? The page code up to EZPAGES_STATUS header is as follows:

?>
<?php
  // Display all header alerts via messageStack:
  if ($messageStack->size('header') > 0) {
    echo $messageStack->output('header');
  }
  if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
  echo htmlspecialchars(urldecode($_GET['error_message']));
  }
  if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
   echo htmlspecialchars($_GET['info_message']);
} else {

}
?>
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<div id="headerWrapper" class="clearfix">
  <div id="headerWrappera">
    <div id="headerWrapperb">
      <div id="headerWrapperc">
        <!--bof-navigation display-->
        <div id="navMainWrapper" class="clearfix">
          <div id="navMain">
            <div id="navMainLinks">
              <ul class="back2">
                <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<?php if ($_SESSION['customer_id']) { ?>
                <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
<?php
      } else {
        if (STORE_STATUS == '0') {
?>
                <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<?php } } ?>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
                <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php }?>
              </ul>
            </div>
            <div id="navMainSearch">
              <?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
            </div>
          </div>
        </div> 
        <!--eof-navigation display-->
        <!--bof-branding display-->
        <div id="logoWrapperOuter">
          <div id="logoWrapper">
            <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div>
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
            <div id="taglineWrapper">
<?php
              if (HEADER_SALES_TEXT != '') {
?>
              <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
<?php
              }
?>
<?php
              if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
                if ($banner->RecordCount() > 0) {
?>
              <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
<?php
                }
              }
?>
            </div>
<?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
          </div>
        </div>
        <!--eof-branding display-->
        <!--eof-header logo and navigation display-->
        <!--bof-header ezpage links-->

I'd like the currencies to display to the left of the search box. I tried putting the line of code you gave me directly before ```

<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
24 Apr 2008, 10:35 AM
#1900
jonm avatar

jonm

New Zenner

Join Date:
Apr 2008
Posts:
4
Plugin Contributions:
0

Re: Apple Zen Support Thread

I love the Apple Zen template it really looks good.

What is the best way to move an attribute up to the level of the Add to Cart, just under Shipping Weight?

Any help would be appreciated.