1 Attachment(s)
Re: Aberdeen Neutral Template Support Thread
the template zip file did came with other folders such as admin, cache, docs, download etc... I've attached a snapshot for your review...
I will upload includes folder as per your suggestion... let's see what happens then...
Thanks again for your assistance...
Re: Aberdeen Neutral Template Support Thread
The template does not come with admin, cache, docs, download etc. The only folder included in the template package is includes. When you unzip the package you will see: includes, install.txt and license.txt. Download a fresh zip file and unzip it to an empty temp directory.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Hi Anne,
I have installed this template and I am working on changing varous colours etc. I have however come to a small problem after following all the directions and I was hoping that you could help me.
When going to the admin panel Configuration -> Product Listing I do not have Product Listing Layout Style or Product Listing - Columns per 3 so that I can change these.
I do have 3 columns on front page, new products. specials but I have a single column for the products which I assume would be rectified if I could make the changes in the Admin-> Configuration.
Below is the link to my website
www.spiritconnectionart.com/catalogue
Can you please tell me where I have gone wrong in setting this all up.
Thanks :D
Re: Aberdeen Neutral Template Support Thread
Did you add the sql for the column layout grid mod? It's step 2 of the install.txt file:
Code:
===================================================
2. SQL File for Column Layout Grid Module (Optional)
====================================================
Run the following SQL commands into your database.
The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.
INSERT INTO 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 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);
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Hi,
I've recently installed the template... May I know how to:
1) Get the currency converter on the top
2) Get search box beside the top bar
3) Replace the set of scrolling set of pictures in the middle of the page
4) Bring the categories section to the left of the page
Thanks in advance
Re: Aberdeen Neutral Template Support Thread
Quote:
Hi,
I've recently installed the template... May I know how to:
1) Get the currency converter on the top
2) Get search box beside the top bar
3) Replace the set of scrolling set of pictures in the middle of the page
4) Bring the categories section to the left of the page
Thanks in advance
All questions are answered in the install.txt file.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
how to get rid of blue column on the right hand side...
instructions are not in the install.txt file... plus, seems like whenever someone has asked this question through this blog they are referred to the install.txt file...
Thanks
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
tparvaiz
how to get rid of blue column on the right hand side...
instructions are not in the install.txt file... plus, seems like whenever someone has asked this question through this blog they are referred to the install.txt file...
Thanks
I've found the solution... it's one of the check boxes...
Thanks
Re: Aberdeen Neutral Template Support Thread
May I know how to increase the size of the "category" text...?
Thanks
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
tparvaiz
how to get rid of blue column on the right hand side...
instructions are not in the install.txt file... plus, seems like whenever someone has asked this question through this blog they are referred to the install.txt file...
Thanks
Ummm.. yeah they are.. The reason you are referred to the install.txt file is because Anne has created a VERY complete installation file.. If you follow ALL the instructions in the install.txt file TO THE LETTER and don't gloss/skip over any steps, her templates install PERFECTLY..
From the install.txt file (please note the section you apparently overlooked):