I have fixed this (just some general wonkiness I had going on) but any info on my other questions would be great!
thanks.
Printable View
I apologize for my ignorance - I am not very familiar with php. (If this was HTML, I could do this in a heartbeat.)
In what doc do I remove the padding?
I created the header image and hotspots in Fireworks and exported it from there. What doc would have it's relative information?
Thanks for the fix everything is working great now
http://shoppingbasics.com
Well, the hotspots shouldn't require any php skills, you just need to find the HTML code for the image map (I'm assuming its done via an image map). If that hotspot image is in action on a regular web site perhaps you can view the source of the page and copy the coding, and paste it in tpl_header.php.
Any styling is done in the stylesheet files, which are found in includes/templates/cherry_zen/css, the padding in question is in stylesheet.css.
I'm not familiar with Fireworks, so I can't help you there. :smile:
Thanks again for all of your help.
I removed the padding.
I do have the code for the image map anad have experimented with placing it into the tpl_header.php page, but thus far I can only get it at the top of the page. I am really not sure where to place it in the code.
I will keep working with it. Thanks!
I don't think it matters too much where the actual map portion goes in the code. I've also put it below the footer on a zen cart site before. But you can hard code the logo so that you can add the usemap portion. So instead of this:
<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) . '</a>'; ?></div>
You'd do something like this:
<div id="logo"><a href="http://miss-crow.com/shop/"><img src="includes/templates/cherry_zen/images/logo.gif" alt="ALT TEXT HERE" width="999" height="336" usemap="#name_of_map_here" /></a></div>
It worked! Thanks so much for all of your help. Again, Cherry Zen is a terrific template!
Have you tried turning off short description? What I'm trying to do is understand what is different about your site than mine, then turn off whatever is different. This issue hasn't happened on any other site I've seen with the cherry_zen template so far....
I turned off the short description mod, then it worked correctly. Then I did some experimentation. I set the short description mod to 1, then the description worked fine, but the images appeared in duplicates. Then I set again the number to 4, this time, the images and the descriptions worked fine, but the prices appeared in duplicates. I set it back to the original 3, it was back to duplicate descriptions.
It's really strange. But there is no such problem in my current template Arch Shoppe.
Is there any solution to this?
thanks,
Isvara dasa.
I was suspicious that that was the issue (thanks for finally trying to turn it off, LOL). It is apparent that Column Layout Grid and Short Description are not compatible. You'll need to delete this file: includes/modules/cherry_zen/product_listing.php, so that your zen cart uses your old product_listing file which should be the one that came in the short description mod. (includes/modules/product_listing.php).
Once you do that, you'll no longer be able to see the product in the column layout, they will only show up in rows one on top of the other like you have now. If you'd like to delete the option in the admin to choose columns (since you won't be able to use them), you can run this code below in "tools", "install sql patches":
If you really want the columns, you'd need to either ask the short description creator to update the mod to work with column layout grid module, or turn off the short description. :smile: But the column layout mod is NOT required to run cherry zen.Code:delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
I've updated this template to version 1.2. This is an important update!
The only change in this update is the inclusion of a missing file. If you've downloaded version 1.0 and 1.1, you need this file:
includes/languages/english/extra_definitions/cherry_zen/order_steps_defines.php
Without this file, your order steps at the order process will not have an image, and will only show the ALT TEXT of the order steps.
All you have to do, if you already have Cherry Zen installed, is download the update, and add that one file to your site.
Sorry guys! :hug:
Hi,
I have the template on my site and am having a terrible time getting it the way I want it :(
My logo is not right on there I want it to be the length of the white part (body) I also would like to change the color from white have not tried to do that yet.
I know I need to change something to make the logo correct, but I don't know what to do. I changed the width and everytime I do that and upload the stylesheet, all the categories in red DISAPPEAR on me.
I have dealt with this for about an hour now and just can't figure it out.
Can anyone please help me?
Thanks
Sandra
Oh my site is http://www.the-unique-boutique.com
Also how do I ad links to the top of my site like http://www.thegemtree.com/ has? If it isn't too much of a problem to do.
I like that.
Thanks again
Your logo is narrower than the site... that's why its not the length of the site. What I would do if I were you is keep your logo the size it is. Then, make a background image that is the same as the textured background of your logo. Make that the background image of #logoWrapper. That way, as your site stretches, it give the illusion that your logo is filling the entire space. You'll first need to remove this from #logo in your stylesheet:
That will make your logo centered. Then add the new background image to logo wrapper, like this:Code:float:left;
padding-left:15px;
#logoWrapper {background: url("../images/name-of-image.gif") repeat;}
You'd upload the image to includes/templates/YOUR_TEMPLATE/images/ folder.
That's what I was referring to when I mentioned you can add ezpages, and turn them on in the header. Those are ezpage links. Go to "Tools" "Ezpages" in your admin, add an ezpage, and turn it on in the header. It will show up there.
Thank you :) I am liking my site now!
I did more research and changed the whole thing. lol But you did help me alot in telling me how to get it all to work.
Can you tell me how to get rid of the gray on the categories?
I want to change them to another shade I don't like the gray.
Thanks for all the help
Sandra
http://www.the-unique-boutique.com
Sure, you can open up includes/templates/cherry_zen/images/sidebox.gif and change it to a new color, and re-upload. :-)
Love the bubbles! Blue based sites always appeal to me. Though, I would just make text of the logo white, amongst a blue background... it looks rough as a transparent gif. And i might make it a tad smaller... but that's just an opinion. :P
Thank you so much! :)
I have it all done now. Just need to finish adding product to the site :clap:
I did do just white, but I was doing it on a transparent image and it wasn't working :( So I had to do it on a blue surface. I think it came out great :)
Thanks again for all the help
Sandra
http://www.the-unique-boutique.com
Hi,
First off, awesome template!
I like the search box in the header position (left side). It was fine until I added some text to the main page. Now the search box appears in the header position and also appears in the category box (in a random position, over the category box text). Any settings I need to change?
Also, how do you get your pictures to pop up the larger pic image when you do a mouse over?
The site I'm using this template on is wheelspacersonline.com
Sorry if I missed any of these answers in an earlier post, I did a search but could not find anything on them.
Thanks and great work!
Can I see your site please? There is a search sidebox that you can turn on or off in Layout Boxes Controller, but I don't know if that is what you are talking about. Since you said the error occurred after you added text to the home page, make sure that you closed all <div>'s and <p>'s and such. Perhaps you left something open and that messed things up.
The larger image hover is from the ImageHandler mod (see the readme.txt).
Thank you,
Ok I have it up and running now.
Ummm... I take that back, I just blew it up. I'm going to reinstall the template.
Sorry for the multiple posts, I could not edit.
Ok I just reloaded the template and made no modifications aside from enabling the search box in the header. It still shows twice.
Aweswome, that did it. Thank you.
Great template and thanks for all your time.
I have just added Lightbox 1.3 and now I have a white box with a shadow below the image on a product page.
How can I get rid of that box?
http://anythingwooden.co.uk
No, that's part of my template, though the box is only supposed to be around the image, not the larger image link. I'm guessing that lightbox 1.3 modifies includes/templates/YOUR_TEMPLATE/templates/tpl_main_product_image.php.
But anyway, details on how to remove the drop shadow are in the readme.txt. All you have to do is remove the section of css that controls it (bottom of the main stylesheet).
Yeah the two tpl_modules_main_product_image.php file are different, I need the merge the two but what parts?
Before Lightbox
PHP Code:
?>
<?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?>
<div id="productImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<?php echo '<div id="productMainImage"><a href="javascript:popupWindow(\\\'' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '\\\')">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '</div><br class="clearBoth" /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');
//--></script>
<noscript>
<?php
echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
?>
</noscript>
</div>
After adding Lightbox
PHP Code:
?>
<?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?>
<div id="productMainImage" class="centeredContent back">
<!-- begin zen lightbox v1.3 aclarke 2006-10-20 -->
<script language="javascript" type="text/javascript"><!--
document.write('<?php echo '<a href="' . zen_image_lightbox_IH2_url($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' . addslashes($products_name) . '">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');
//--></script>
<!-- end zen lightbox v1.3 aclarke 2006-10-20 -->
<noscript>
<?php
echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
?>
</noscript>
</div>
Hello Jade, or anyone that can help fix this:smile:
1st off, just wanted to say great template. I really like it a lot!!!
My problem is when the shopping cart is empty and the checkout button is clicked both the left and right columns combine into the center content. This is only happening on "main_page=time_out" and after looking at code for several days I'm at a loss for what might be causing this problem.
The only mods done besides the ones already support in the cherry zen template readme file are:
1. time zone offset fix
2. Supper Tracker
Both of which are mainly admin mods, so don't think they are causing this problem. Any and all help would be appreciated, please check it out at:
http://sexy4you.us/index.php?main_page=login
Email: ########@sexy4you.us
Password: testing
Regards,
Mike
Whenever the site *does that* that means there is a missing closing </div>. I'm guessing you made changes to includes/templates/YOUR_TEMPLATE/tpl_time_out_default.php
Lines 13-19 should look like this:
Code:<div class="centerColumn" id="timeoutDefault">
<?php
if ($_SESSION['customer_id']) {
?>
<h1 id="timeoutDefaultHeading"><?php echo HEADING_TITLE_LOGGED_IN; ?></h1>
<div id="timeoutDefaultContent" class="content"><?php echo TEXT_INFORMATION_LOGGED_IN; ?></div>
</div>
You're saying that you can't see the differences between the two, and then combine them? In mine, I simply add the <div id="productMainImage"> before the image link, then I add the </div><br class="clearBoth" /> after the image height section. Simply add that to the lightbox code.
Hello. Another fan of this new template - so professional looking with just a touch of class, nice. I'm getting close to open my new site with this design and am so excited!
I saw the bubbles site and want to do the same with the horizontal menu but have asked that question in the appropriate spot.
However I do have some problems I need help in solving:
We're not open on this site yet as the secure socket layer is missing for credit card protection.
- How do I move the template up in the window, the extra space about the main wrapper is begging to be reduced by half to my eye.
- On the listing page of products how do I move the price down next to Add to My cart instead of hugging the image.
- On the product descriptions page it's a total mess, on my site. Click on any product and you will see what I mean.
http://smockingbooks.com/index.php?main_page=
Thanks for your assistance, when I'm done I'll be donating. :hug:
Beth-Katherine
1. open your stylesheet (includes/templates/cherry_zen/css/stylesheet.css) and change the margin-top here:
body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}
2. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.
3. As per the readme.txt:
It looks like you currently have your product image width at 0, I would change it to width: 150, height 150, that way your tall and narrow images will still only go to 150 tall, and your wide and long ones will only go to 150 wide.Quote:
"The width of the image, tell a friend/reviews, and add to cart section is defined by your product image width. Please keep your product image width at 220 or less. If it is made wider than that, the layout will break. The width of the product information image can be adjusted in your admin, under "Configuration", "Images", "Product Info - Image Width".
# 1 is fixed
# 3 is fixed
Thank you. But I'm confused about how to do what you suggested on the following
2. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.
Is this the price chunk which sits at line 113
<< <!--eof Product Name-->
<!--bof Product Price block -->
<h2 id="productPrices" class="productGeneral">
<?php
// base price
if ($show_onetime_charges_description == 'true') {
$one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
} else {
$one_time = '';
}
echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
?>
</h2>
<!--eof Product Price block -->>>
and I move it WHERE? Before Line 77 or after Line 106
Beth-Katherine
Love your template! Just what I was looking for.
I would like to change the referral code during new customer signup into a How did you hear about us? box. Any ideas?
Thanks
I've never done that, but there is a download for this:
How Did You Hear About Us
My template doesn't address the create_acount page. Perhaps you didn't upload all pertinent files? You did change all instances of YOUR_CUSTOM_TEMPLATE folders to your template folder name, right?
This shouldn't have anything to do with cherry_zen, try the How Did you Hear About Us Support thread.
I'm an idiot. Thanks so much for your help and your template.
www.educatorsbookbag.com/store
I'm still lost as to how to move the price from next to the product image to below on the products page just like it is on the new products page.
and for some reason I lost the vertical lines inbetween the columns of products.
http://smockingbooks.com/index.php?m...&cPath=158_168
Beth-Katherine
almost open but no secure socket layer yet so no orders please
So sorry, I misunderstood you. Upload the original (from my template) includes/templates/cherry_zen/templates/tpl_product_info_display.php.
For the product listing, if you turn on the product name (in your admin, under "configuration", "Product Listing", that problem will go away, OR if you don't want the product name under the image, add this to your stylesheet:
.listingPrice {display:block;}
For the missing horizontal lines... does your includes/templates/cherry_zen/common/tpl_columnar_display.php have 5 lines that look like this:
Code:$r_params = str_replace(" back", "", $r_params);
$r_params = str_replace("50", "98", $r_params);
$r_params = str_replace("33", "98", $r_params);
$col_width = str_replace("50", "48", $col_width);
$col_width = str_replace("33", "31", $col_width);
Thanks so much for this contribution, your definitely on the list for donations when I hit it big!
I'm only getting 1 error when I run it through the w3.org validation test and it is the following on my home page
I believe it's something in the header search bar, but haven't been able to fix it myself (tried unsuccessfully)Quote:
1. Error Line 28, Column 349: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
…cb8eede5c31a9a" /><input type="search" name="keyword" id="searchTop" size="20
✉
The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
Thanks so much for anyones and everyones help!
Hello, First off "Nice temp!" Ok, my first question of many. I installed the template and everything worked great but, I wanted my catigories and product tables from another website so I inported them into the cherry_zen database. well needless to say it moved some settings and I cant figure out which ones. I included a .zip of the items it moved. Im sure its a setting in the admin but which one? Thanks!
BTW I ran http://www.cherryzen.jadetrue.com/ through the HTML validator at w3.org, and it produces the same error if that helps.
Ok, that worked now problem 2. I have link manager and when installed I now have a pink box in my catagories section with the words "Link Heading" and there is now a dot next to "all Products" I check the code for the "Link Heading and it points to stylesheet_categories_dressing.css and here is the code.
Why am I getting this? Thanks!!!Code:.catBoxHeading1 {stylesheet_catego... (line 12)
background-color:#FF66FF;
color:#335511;
display:block;
font-family:'times new roman',serif;
font-size:1.4em;
font-weight:bold;
margin-bottom:2px;
margin-top:2px;
padding:0.3em 0.4em;
I fixed it! To be honest I have no clue as to where that file came from... But it caused a whole lot of trouble!
Hello, I have a question? If I remove the right column and change the .inner to 120% to go to the edge of the .outer would that effect the way smaller screens view the site? I just wanted to have a left column... Thanks!
Hi Jade,
Firstly, let me say thanks for all of the effort you have put into all of your conribs. I really like this template!
I would like to round off the top corners of each sidebox heading. How would I go about doing that? Is that setting adjustable so I can dial in the rounding over that suits my taste?
Thanks!
Matt
I wonder if anyone else has this issue.
If you click on checkout with an empty cart (logged in), the left and right sideboxes combine and overlap each other.
Whenever that happens, that means there is a missing closing div somewhere. Not too long ago I replied to someone else that had the same issue. See if this helps:
http://www.zen-cart.com/forum/showpo...&postcount=137
I've played around with it in photoshop and have attached the result. One thing that I noticed, at least on my monitor, is that the color is now a little darker than original but now it seems to have depth to it? Does anyone else notice that or is it just me looking too long at a monitor? :smile: I guess I will apply the same treatment if I can to the rest of the red images. Or see if I can make it match the other red images...:smile:
Matt
So I got everything changed over and color matched, I've attached a screenshot. (Ignore the layout, I am just getting everything installed and de-bugged before I change the layout of elements to the final setup) :smile:
What I did was basically compressed the tabrightE image to 32 pixel height for all of the header elements and then changed the widths to match the original images. I did the same for the sideboxbg image, making it the same dimensions as the original image. It's interesting how it compressed and intensified the colors, I wasn't expecting that when I started. And for some reason the white divider lines got lost in the header. I ended up getting rid of the 3 tab images since the hover was making the red srtipe not line up with the static part of the stripe unless the mouse was over the link. I would like to switch the hover to a different type of effect if possible, if anyone has any suggestions and code changes please feel free. :D
I can post the image files if anyone is interested.
My question now is where the image file is for the column images, I want to round off the ends of them, too, if possible.
Jade, how would I go about making a flyout catagory sidebox match your template? I am just getting a grasp on coding and need some explicit directions of where to go and what to change. I don't want to use the catagory sidebox that is already on there, I think that I want to use the CSS menu but I would have to completely change it to match your template. I'm still learning about what to look for in changing the CSS of a page.
Thanks!
Matt
I'm still having difficulties getting the price to sit below the images on the listing page just like it does on the new products page but may just have to live with it.
However I have noticed an odd situation with the page resizing itself to a larger font size whenever I click a link on my categories list. I have my browser set to normal size but then when I click a link the new page comes up with a larger font size. Any ideas as to why?
Beth-Katherine
The code on my tpl_time_out_default is the same as above, which is the stock template in the template_default folder. I get the same error when clicking on checkout in the header without any content in the cart and there aren't any missing<div> or </div> tags.
There isn't a checkout link in the classic template without going through the shopping cart so I can't compare, but is there a way to write a function like "if shopping cart contents=0 then checkout link redirects to homepage(or some other page), if shopping cart contents= >0 then link goes to checkout"? It seems as if having a link to checkout with nothing in the cart breaks the template. Perhaps a function could be written to only show the checkout link in the header if there are items in the cart?
Matt
jettrue, did you have trouble adding Image Handler 2 to this template? Everything installed good and there is a little + in the images but when I mouse over them I get no pop out? Thanks!
Love this template! It's one of the best I've used so far.
Question....
I have added the bettercategoriesEZinfo mod and it works great with one exception... the padding on the left of the sideboxes.
I found the CSS code and was able to correct it for the category sideboxes, but can't seem to adjust it for the Information, More Information or EZ pages sideboxes. I need the padding to be 5px instead of 10px.
If you can tell me what I need to add or where I can adjust, I'd really appreciate the help.
Thanks!
The column images... do you mean the grey background? The problem with rounding that off is that it is designed with a 150px by 1px wide image that repeats. There would be no way to round it and have it repeat, and if you uploaded a large image that was rounded, it wouldn't expand as the site got taller, know what I mean? Or maybe you're talking about something else entirely.
Why not use the css sidebox category that is in the download section, and go from there? You could adjust its css. Coding it from scratch would be very detailed, and I couldn't give you explicit directions on doing so....
No, you don't have to live with it, its not a hard fix. Did you paste this code in your css:
.listingPrice {display:block;}
Or turning on the product name on that page will fix the problem instantly. I would think you might want the name below the image? If not, the above code should fix the issue, if not, just let me know, and we'll figure it out. I can't look at your site to help you now, as it is down for maintenance. If you turn it back on I can see the font issue.
That's what I was meaning, I want to use the CSS menu that is in the downloads but I am still working through understanding what all of the different CSS codes are, some are obvious and some aren't. I wasn't meaning to try to code a flyout menu from scratch, I just wanted some advice about what needs changing to match your template.
I see about the gray heading box for the monthly boxes. I am assuming that it makes for small page file sizes and faster loading times. I had thought about making rounded end caps for the gray boxes and letting the middles float inside them. Is that a workable solution? Or am I just being as thick as a tree trunk?:smile: Where is the image located and what's it's name? I might just change the color.
Thanks!
Matt
That worked perfect!
One more question :lookaroun
I widened the left sidebox to 165px (image too).
I need to increase the padding between the left sideboxes and the centerbox contents. The centerboxes are now off center (to the left) and the text is too close to the edge of the left side column.
I've tried changing two or three things in the CSS file that 'looked right' but it didn't work. I know this is another one of those simple changes I'm just over looking. :laugh:
I added a screenshot to show what I'm talking about on the centerbox part.
Ah, I was confused, as you said "I don't want to use the category sidebox that is already on there" and I thought you meant you didn't want to use the sidebox contribution. As far as getting it to match, I don't have specific instructions, but I'm assuming mostly you'll just need to adjust colors.
Ok, again, I think we're talking about two different things, because I'm talking about the grey color behind the sideboxes, and you are talking about a heading image for designer monthly boxes. That is not an image. The background color is set here:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {
background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}
and the border is set here:
h2.centerBoxHeading {
margin:5px auto;
padding:.5em 0;
text-align:center;
border:1px solid #bababa;
line-height:normal;
width:100%;
}
As far as setting an image there, that will be a problem, since the center section is designed to expand and contract.
Since you changed all instances of 150px to 165px, you need to adjust the paddings by 15px as well.
For example, here is the original .outer:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
If you changed your padding-right:above to 165px, then you also need to increase padding-left from 165px to 180px.
There are three instances of 165 that need to be 180. :cool:
Well, I did not design the IH2 contribution, so I have absolutely no control over what goes into it's readme file. However, if you GO to configuration/images, and read some of the options, you'll see one of them is this:
IH zoom small images
Make sure it is set to yes.
Beyond that, please see the IH2 thread for support. This template has no way to "stop" image handler if all the files are installed correctly. AGAIN, make sure ALL FILES are uploaded to the RIGHT FOLDERS. Remember that now that you are using a new template, you'll have to also upload the includes/templates/jscript and includes/templates/css and includes/templates/popup_image_additional files for image handler to the correct cherry_zen folder.
I can't see any issue like this on my test site. Try here:
http://www.cherryzen.jadetrue.com/
does the same thing happen?
Could I see a link please?
Hello, I don't you know if you can help me with this problem.
When someone order and pay with credit card, the payment goes through, and I get confirmation from my payment gateway. However, the order itself doesn't show in my Zen Cart admin panel. Which means I receive the customers payment notification from the payment gateway, but the order itself is not registered on the store, so I don't receive the order. However, this is only happening with the credit card order, the orders by check or money shows perfectly on the admin. window.
Ok site's back on now.
I added in the code above and nothing changed. Perhaps I put it in the wrong spot?
I just tested the problem with the changing font size and it seems to occur when I click on a category to sub-category the change occurs.
Beth-Katherine
Oh my daughter said "sweeeet" when she saw your new template. A compliment from a 20 something.
I just uploaded it to a live test server to try it out, thinking that maybe it was a quirk with the xampp home server. I found out that it only did it on my local test site if I was logged in as a user, it was fine if not logged in. I went to your test site and registered and tried to checkout without anything in the cart and it displayed the time out page normally. So I thought, well it must be a funny xampp server issue. But, on my live test site hosted on a remote server it does the same thing. Go to www.globalcustomdrums.com and log in as mattlong AT example DOT com password: password then click the checkout link in the header and tell me what happened. Maybe it's some weird quirk on my browsers? It does the same thing in IE7 and FF2.0.0.2.
Matt
I promise, you are missing a </div>, like I mentioned before. It's an error in zen cart, I even posted it in the zen cart bug report section a while back.
Open up templates/tpl_time_out_default.php, and change this:
<h1 id="timeoutDefaultHeading"><?php echo HEADING_TITLE_LOGGED_IN; ?></h1>
<div id="timeoutDefaultContent" class="content"><?php echo TEXT_INFORMATION_LOGGED_IN; ?></div>
<?php
} else {
?>
to this:
<h1 id="timeoutDefaultHeading"><?php echo HEADING_TITLE_LOGGED_IN; ?></h1>
<div id="timeoutDefaultContent" class="content"><?php echo TEXT_INFORMATION_LOGGED_IN; ?></div>
</div>
<?php
} else {
?>
I guess I should include this file in the template, since 1.3.7 has this bug.
Hello, how would I create a spot on the right side of the tagline to place an image just like the logo on the left side? Im new to this so please explain...:blush: Thanks!
i need a hep here. When I turn off: Categories - always show on main page, in layout seetings, instead of my welcome message, there is HEADING-TITLE, that is always showing. i tried different ways to edit it out from the index.php, but it will not go away.
You can see my website now at www.touchstonemedia.com, you will see what I mean.
thanks,
Isvara dasa
I think and im not sure ,you just delete whats in between the ' whatever text was there' leave the ' ' there dont delete the whole line.
The bottom of your index.php should look like this (this is blank):
} elseif ($category_depth == 'top') {
// This section deals with the "home" page at the top level with no options/products selected
/*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', '');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', '');
}
?>
Hi Jade,
Thanks for correcting me! I guess I should have looked a little closer at the code when I checked it the other day, I totally missed the fact that there is a <div> missing it's </div> even though I looked at it several times over. :blush: Problem now solved! Thanks again for your help.
Matt
Jade, Please help me get this issue resolved. I opened the tpl_header.php and copyed the logo code:
Then I pasted it a few lines below:PHP Code:
<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) . '</a>'; ?></div>
Now I have two header images. I then opened the stylesheet.css and removed the #logo { padding-left:15px;} which broght the left logo to the left edge of the main wrapper. Then I had to change the width % of the #taglineWrapper to width:71.65%; so everything fit in the #logowrapper. I then changed the logo image to the same image I used for the sidebox.gif. Now everything is almost the way I want it except for now I want to place my banner/logo in the center where it says Your logo could be wider here, Sales Header.... How do I acomplish this? everything im trying is not working out. I also want to get rid of the link thats in the logo....Thanks! I added an attachment of what it looks like as of now :blink:PHP Code:
</div>
<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) . '</a>'; ?></div>
<?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
</div>
<!--eof-branding display-->
I'm not really following fully what you're trying to do. From your first question, it sounded like you just wanted a banner image next to your logo. Now from your image, it looks like you are trying to do much more than that. Do you want the red portions to be there on the left and right of the logo section? Why?
Anyway, I'm not really following you, but if all you want to do is have a banner next to your logo, first of all return the tpl_header.php to original.
Then:
1. remove the sales text. Instructions to so this are found in the readme_or_else.txt:
2. Add a banner in the Tools, Banner Manager sectionCode:...open up includes/languages/english/cherry_zen/header.php, and remove this text:
Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?
3. Go to "Configuration", "Layout settings" and enter the banner group name you added your banner to in this section:
Banner Display Groups - Header Position 2
(so if you added your banner to the group "BannersAll", you'd enter "BannersAll" in the Header Position 2 section).
That should be it!
Why is the register details and contact us page spaced out
http://www.wholesaledirectgifts.com/create_account.html
like between the fields
Thanks! that works... I didnt even know there was an option like that!
I have another question for you, Jade.
I'm trying to add another link in the header. I've found where to add it in mytemplate/common/header.php but when I add it another link drops off as if there is a setting to allow only 5 links or for the links to span only a certain amount of the header. I see that at a monitor resolution of 800 there is no room for another link, but since I have the minimum width set to 1000px in the stylesheet there looks to be ample room for more than 1 extra link. I'm sure there is something very logical that is staring me in the face but I'm missing it I guess. :smile:
If it's no doable to add another link the way it's spaced now, how would I move the links closer together so there's room to add one more link?
Thanks again for your time!
Matt