Re: Apple Zen Support Thread
Quote:
Originally Posted by
ephemol
1. I figured out the images thing on the general forums.
2. I did as you said but now there is a comma in front of what I want, and tried deleting it but it just results in an error.
// page title
define('TITLE', ' ');
// Site Tagline
define('SITE_TAGLINE', 'Veerman Exclusive - A Luxurious Online Expirience');
3. Perfect solution! Your answer made me smile because it is so simple!
4. Where do I add that
#centerColumnWrapper2 {
background:#ffffff!important;
}
.centerColumn {
float:left!important;
width:95%!important;
}
which file?
I actually like not having side boxes, big reason I chose this template, that and it is by far the best one in terms on looks.
5. I got a new problem, my logo now appears EnOrMoUs in internet explorer, any idea what would cause this?
http://www.veerman.ca/justin/test/in...mages/logo.gif
is the logo and the pic it says it is, but it goes really huge.. I hate IE :(
I love it when people post with numbers for their questions, LOL, thank you~
1. Great!
2. There's supposed to be a comma, at least in the code in the language files. Do you mean a comma is showing up online? I wouldn't leave the Title portion blank, make the Title portion "Veerman Exclusive", and the tagline option "A Luxurious Online Experience".
3. :D
4. includes/templates/apple_zen/css/stylesheet.css, where else? :P
5. if either of these are still in your stylesheet (seems like your site is down at the moment), remove them:
#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}
#logo img {
width:100%;
}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
I love it when people post with numbers for their questions, LOL, thank you~
1. Great!
2. There's supposed to be a comma, at least in the code in the language files. Do you mean a comma is showing up online? I wouldn't leave the Title portion blank, make the Title portion "Veerman Exclusive", and the tagline option "A Luxurious Online Experience".
3. :D
4. includes/templates/apple_zen/css/stylesheet.css, where else? :P
5. if either of these are still in your stylesheet (seems like your site is down at the moment), remove them:
#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}
#logo img {
width:100%;
}
1. Did as you said but there is still a comma in front of Veerman Exclusive.
2. That code you gave me that you said I was missing fixed the logo. :)
3. New general question, http://www.veerman.ca/justin/test/in...mages/logo.gif is my logo. When it's on my website though it is resized smaller and doesn't look as clean, how do I fix this?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
ephemol
1. Did as you said but there is still a comma in front of Veerman Exclusive.
2. That code you gave me that you said I was missing fixed the logo. :)
3. New general question,
http://www.veerman.ca/justin/test/in...mages/logo.gif is my logo. When it's on my website though it is resized smaller and doesn't look as clean, how do I fix this?
1. Actually, if you put "Veerman Exclusive in the Title section, the comma should be after it, but you can remove the comma here in meta_tags.php:
// Define Tertiary Section Output
define('TERTIARY_SECTION', ', ');
3. Remove the logo css I mentioned in my previous reply.
Re: Apple Zen Support Thread
Hey jettrue,
I appreciate all this help, this has made everything so easy for me.
1. On my homepage, there is an autoresized lindt jpg image for my product. It is pixelated, and I know you fixed that problem with my logo so what should I do to get rid of the auto resize?
Do you work for zen cart? or this just a hobby?
Re: Apple Zen Support Thread
[FONT=Arial]I want to add a TITLE in the top NAV BAR in.
Currently it is:
HOME
CATEGORIES
INFORMATION
CONTACT US
MY ACCOUNT
SHOPPING CART
How do i add COMMUNITY?
I want it as a drop down menu item:
UNDER COMMUNITY
Chat Room
Forums
Gallery
ETC..
I also want to add the word SHOP as a pull down.:smile:
[/FONT]
Re: Apple Zen Support Thread
[FONT=Arial]FAQ MANAGER
IM HAVING TROUBLE ON THE INSTALL WITH FAQ MANAGER
It is installed and shows up under EXTRAS
Ive hunted around but cant solve this one
I installed all folders in correct places i think.
Any ideas on this one?:lookaroun
I GET THIS MESSAGE
[/FONT]146 Table 'XXXXXX_XXXXXX.faqs' doesn't exist :oops:
in:
[select count(*) as count from faqs where faqs_status = '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
ephemol
Hey jettrue,
I appreciate all this help, this has made everything so easy for me.
1. On my homepage, there is an autoresized lindt jpg image for my product. It is pixelated, and I know you fixed that problem with my logo so what should I do to get rid of the auto resize?
Do you work for zen cart? or this just a hobby?
1. (I like that you used a number, even though you only have one question, LOL!) It does not look pixelated to me, so I have no idea.
I do not work for zen cart, I have a web design business, though now that I have a full time job, web design has been relegated to stolen moments, so more like a hobby now. :P
Re: Apple Zen Support Thread
Quote:
Originally Posted by
DezineJunkie
[FONT=Arial]I want to add a TITLE in the top NAV BAR in.
Currently it is:
HOME
CATEGORIES
INFORMATION
CONTACT US
MY ACCOUNT
SHOPPING CART
How do i add COMMUNITY?
I want it as a drop down menu item:
UNDER COMMUNITY
Chat Room
Forums
Gallery
ETC..
I also want to add the word SHOP as a pull down.:smile:
[/FONT]
You'd have to add them manually, in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php.
If you view the source of your site, you can copy the formatting for a drop down menu item, and use that to model a new addition to the drop down menu.
If you want to add more than one drop down however, I think you will not have the room. You'll also need to open includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and adjust the 16.667% to be your new percentage (100% divided by number of drop down menu columns).
Re: Apple Zen Support Thread
Hi! Love the theme and I'm planning on using it for my new store but I have an 'issue' with the "Add to Cart" button.
When I have any attributes displayed, the button floats in the center (on the right) of the listing. The first item (Manufactured by:) follows directly after product description but anything else is forced below the button.
It's really a visual issue since everything else works.
Example :
http://shopping.mikomi.com/index.php...&products_id=2
Re: Apple Zen Support Thread
Quote:
Originally Posted by
mikomi
Hi! Love the theme and I'm planning on using it for my new store but I have an 'issue' with the "Add to Cart" button.
When I have any attributes displayed, the button floats in the center (on the right) of the listing. The first item (Manufactured by:) follows directly after product description but anything else is forced below the button.
It's really a visual issue since everything else works.
Example :
http://shopping.mikomi.com/index.php...&products_id=2
I'm not sure what the problem is... Attributes last is how I have it setup. How would you like it?