Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
Exonize
Hello, i have some problems running the SQL Command.
Im running the SQL that i got with the template, when i run it i get this error: #1146 - Table 'xblnorge_sys.configuration' doesn't exist
And when i run this:
Code:
## The following can be run via phpMyAdmin, or by Admin->Tools->Install SQLPatch:
## The following is used only to remove this mod:
#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
INSERT INTO xblnorge_configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');
INSERT INTO xblnorge_configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);
I get this error: #1062 - Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 'unq_config_key_zen'
I am using the newest version of Zen Cart. Please help me.
Sorry for my bad english, im from Norway.
This just means that you already have the column layout grid sql installed. You just have to turn it on in admin--product listing.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
I still have the same problems :no:
Here is the link: http://xblnorge.net, i have tried to activate "Product Listing - Layout Style" but it did not work. Do you have any other solutions?
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
Exonize
I still have the same problems :no:
Here is the link:
http://xblnorge.net, i have tried to activate "Product Listing - Layout Style" but it did not work. Do you have any other solutions?
If you read the readme.html file included with the template package you will see that you need to reset the sideboxes and add products before you can see them in a grid format.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
Getting this setup on my test server and have one quick question. the rest will come later.......
With FireFox 3.6.16 everytime I try and click the logo image to return to home the page drops down a 1/4" then pops back to the top.
Doesn't do it with IE 8 or Chrome.
Did I miss a setting?
I am having that issue, too, but my main question is this...how do I get my Home and Logo links to go back to the main page? I set my shop up to have these link to the Featured Products somehow, and I want to change it back, but have NO IDEA how to do that!
Any help would be appreciated! :)
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
charmedniki
I am having that issue, too, but my main question is this...how do I get my Home and Logo links to go back to the main page? I set my shop up to have these link to the Featured Products somehow, and I want to change it back, but have NO IDEA how to do that!
Any help would be appreciated! :)
If you post a link to your site I can take a look.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
tgotch
2 quick questions:
1. I added a paragraph of text on the main page below the slider. The text is formatted like
<div id="home-text">
<p>
blah...blah...blah
</p>
</div>
The issue is that the text only goes about 3/4 of the way across the template. How can I fix?
2. Can I move the Facebook and Twitter icons from the footer, into the header on the right side, opposite the logo?
Quote:
Originally Posted by
picaflor-azul
Change:
Code:
#home-text {font-size: 120%;width: 550px;}
to:
Code:
#home-text{font-size:120%;width:700px;margin:0 auto;}
Thanks,
Anne
Hello i too am struggling to fix this issue id like the text to reach all the way across in the single side bar option.
Does the Does go in the div in the page or in the CSS somewhere?
Your help would be greatly appreciated as this is my 1st site with a cart.
Thanks
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
tubbyandtattooed
Hello i too am struggling to fix this issue id like the text to reach all the way across in the single side bar option.
Does the Does go in the div in the page or in the CSS somewhere?
Your help would be greatly appreciated as this is my 1st site with a cart.
Thanks
The div is already in the define_main_page.php file.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The div is already in the define_main_page.php file.
Thanks,
Anne
Thanks for the help ive got it working now :)
And i must say its a brilliant template Anna
Thx :clap:
Re: Avonlee Contempo Template Support Thread
hi anne, i have a dilema that i do not understand. when i goto my cart: http://ecogearunlimited.com/shop i see a blank page.
i then tried to log into the admin area, i see the following error repeated on the page: Deprecated: Function ereg() is deprecated in /home/ecogearu/public_html/shop/includes/classes/db/mysql/query_factory.php on line 177
i have no idea what this means. i had not made any changes for over two weeks and i had logged in to the admin during that time. does this look like a hack attempt?
Re: Avonlee Contempo Template Support Thread
[QUOTE=tubbyandtattooed;1093802]Thanks for the help ive got it working now :)
And i must say its a brilliant template Anna
Thx :clap:[/QUOT
I am happy to hear that ;-)
Thanks,
Anne