-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
landpepeland
Hi Anne,
This is quite a good template and all the info that goes along with it it´s very helpfull.
However I am stuck with one problema. I can edit the width of the dropdown menu size (submenú), however I cannot add more space for all the characters of categories to be displayed on the same row. It still goes to two different rows. I don´t know what do I have to edit.
Could you help me?
The webpage is
www.nativitysceneshop.com/
Thanks
I am happy that you like the template and have found the readme.html file ;)
I am a bit unclear about what you are trying to accomplish. I looked at the site and did not see any category names on 2 lines?
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Thanks for your answer.
For example if you go to shop/Corcho/Corck river with water it is shown like
corck river
with water (in two lines)
and I would like to know how to fix it so I can see it all into the same line like this
corck river with water.
What do I have to modify to be able to see the subcategory in one line?
Awaiting for your prompt response,
Arnau
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
landpepeland
Thanks for your answer.
For example if you go to shop/Corcho/Corck river with water it is shown like
corck river
with water (in two lines)
and I would like to know how to fix it so I can see it all into the same line like this
corck river with water.
What do I have to modify to be able to see the subcategory in one line?
Awaiting for your prompt response,
Arnau
Change the width on .mega-menu .levels a in the stylesheet_mega_menu.css
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Thanks for the info. I have been able to make the changes.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
landpepeland
Thanks for the info. I have been able to make the changes.
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Hi, Anne. Thank you for your work. glasgow_neat is great template and I'm using it on my live store now!
I have something that might help other people.
In the homeslider( Main flash image slider), you can show your new arrival items on the flash slider if you change some code.
in /includes/templates/glasgow_neat/common/tpl_home_slider.php
change line 15
PHP Code:
<li data-images="rm_container_1" data-rotation="-15"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" onclick="myFunction('<?php echo URL1 ?>')" alt="" /></li>
to
PHP Code:
<li data-images="rm_container_1" data-rotation="-15">
<?php $sql = " SELECT p.products_image, p.products_id, p.products_ordered, p.products_status, p.products_model, p.master_categories_id, p.products_date_added
FROM " . TABLE_PRODUCTS . " as p
WHERE p.products_status = '1'
AND p.products_quantity > 0
AND p.products_date_added BETWEEN DATE_SUB(NOW(), INTERVAL 30 DAY) AND NOW()
ORDER BY RAND()
LIMIT 1;
";
$NewImageResult1 = $db->Execute($sql);
$subject1 = $NewImageResult1->fields['products_image'] ;
$search1 = ".jpg" ;
$trimmed1 = str_replace($search1, "_500.jpg", $subject1);
?>
<img src="http://pnytrading.net/images/large/<?php echo $trimmed1; ?>" width="260px" onclick="myFunction('<?php echo zen_href_link(zen_get_info_page($NewImageResult1->fields['products_id']) . '&cPath=' . zen_get_product_path($NewImageResult1->fields['products_id']) , 'products_id=' . ($NewImageResult1->fields['products_id'])) ?>')" alt="" />
</li>
then this will allow you to take the pictures of new arrived items from "images/large" randomly. And every visit it will show another new arrived products on the flash to every customer. Also, if the customer click the products, it will bring the customer to the product info page.
its Easy trick.
my website is : http://pnytrading.net/ if you wanna see what difference can be made with this .
If you have other recommendation for this... please let me know .
Anyway Thanks Anne for your Great job!!
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
ahhs9162
Hi, Anne. Thank you for your work. glasgow_neat is great template and I'm using it on my live store now!
I have something that might help other people.
In the homeslider( Main flash image slider), you can show your new arrival items on the flash slider if you change some code.
in /includes/templates/glasgow_neat/common/tpl_home_slider.php
change line 15
PHP Code:
<li data-images="rm_container_1" data-rotation="-15"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" onclick="myFunction('<?php echo URL1 ?>')" alt="" /></li>
to
PHP Code:
<li data-images="rm_container_1" data-rotation="-15">
<?php $sql = " SELECT p.products_image, p.products_id, p.products_ordered, p.products_status, p.products_model, p.master_categories_id, p.products_date_added
FROM " . TABLE_PRODUCTS . " as p
WHERE p.products_status = '1'
AND p.products_quantity > 0
AND p.products_date_added BETWEEN DATE_SUB(NOW(), INTERVAL 30 DAY) AND NOW()
ORDER BY RAND()
LIMIT 1;
";
$NewImageResult1 = $db->Execute($sql);
$subject1 = $NewImageResult1->fields['products_image'] ;
$search1 = ".jpg" ;
$trimmed1 = str_replace($search1, "_500.jpg", $subject1);
?>
<img src="http://pnytrading.net/images/large/<?php echo $trimmed1; ?>" width="260px" onclick="myFunction('<?php echo zen_href_link(zen_get_info_page($NewImageResult1->fields['products_id']) . '&cPath=' . zen_get_product_path($NewImageResult1->fields['products_id']) , 'products_id=' . ($NewImageResult1->fields['products_id'])) ?>')" alt="" />
</li>
then this will allow you to take the pictures of new arrived items from "images/large" randomly. And every visit it will show another new arrived products on the flash to every customer. Also, if the customer click the products, it will bring the customer to the product info page.
its Easy trick.
my website is :
http://pnytrading.net/ if you wanna see what difference can be made with this .
If you have other recommendation for this... please let me know .
Anyway Thanks Anne for your Great job!!
I am happy that you are using the template for your live site ;) Thank you so much for posting your code so that the whole community can benefit.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Hi there,
Don't know why the product image can not Show again?
Here's the link
www.carousel301.com
Appreciate anyone can help thanks!
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
carousel1
Hi there,
Don't know why the product image can not Show again?
Here's the link
www.carousel301.com
Appreciate anyone can help thanks!
When I try to view one of the images it gives an error saying:
The image "http://www.carousel301.com/images/3.jpg" cannot be displayed because it contains errors.
I would recommend doing google research to find out the cause.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
What directory is the
rotating_image_slider.php file
i am trying to remove "our newest arrivals"
thanks
art
-
Re: Glasgow Neat Template Support Thread
Where did you find
rotating_image_slider.php file
what directory
i want to remove the "our lastest arrivals too."
art
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
milagromac
What directory is the
rotating_image_slider.php file
i am trying to remove "our newest arrivals"
thanks
art
If you take a look in the readme.html file you will find a list of all files in the module ;)
Thanks,
Anne
-
1 Attachment(s)
Re: Glasgow Neat Template Support Thread
Hello how do i remove or change the lore ipsum text on my website's about us tab? Please see attached image for details. Thanks. Attachment 12971
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
oliver18754
Hello how do i remove or change the lore ipsum text on my website's about us tab? Please see attached image for details. Thanks.
Attachment 12971
Instructions for this are in the readme.html file included in the template package.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Hi I am having an issue with the template when continuing to step 2 on the checkout of my website. There is a blank page when I proceed to the checkout payment. Here is what it says on Google Chrome:
The website encountered an error while retrieving https://gonebeachin.com/index.php?ma...b7682151f6eb0f. It may be down for maintenance or configured incorrectly.
Error code: 500
I am using version zen cart 1.5.1
plugins and addons: zen_lightbox-v1.6.4_1.5, stock_by_attribute, UPS_v15, and USPS_v15
I've spent countless hours on attempting to find the solution, so any help would be great. Thank you :)
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
gonebeachin
Hi I am having an issue with the template when continuing to step 2 on the checkout of my website. There is a blank page when I proceed to the checkout payment. Here is what it says on Google Chrome:
The website encountered an error while retrieving
https://gonebeachin.com/index.php?ma...b7682151f6eb0f. It may be down for maintenance or configured incorrectly.
Error code: 500
I am using version zen cart 1.5.1
plugins and addons: zen_lightbox-v1.6.4_1.5, stock_by_attribute, UPS_v15, and USPS_v15
I've spent countless hours on attempting to find the solution, so any help would be great. Thank you :)
I'm fairly positive your issue is not template related as it doesn't touch the page in question, but a hint, start by looking in your error logs folder, if you can't suss it out then best start a new thread with details of your error including the content of your latest error log when you replicate the problem.
-
Re: Glasgow Neat Template Support Thread
Oh and another thing, for your security, you shouldn't include your 'zenid1234567890' number in any post. Its basically your account details that your store uses to recognise you/your account. You'll notice it gets dropped once to navigate to another page once logged in, as your store now knows who you.
Just a friendly tip.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
gonebeachin
Hi I am having an issue with the template when continuing to step 2 on the checkout of my website. There is a blank page when I proceed to the checkout payment. Here is what it says on Google Chrome:
The website encountered an error while retrieving
https://gonebeachin.com/index.php?ma...b7682151f6eb0f. It may be down for maintenance or configured incorrectly.
Error code: 500
I am using version zen cart 1.5.1
plugins and addons: zen_lightbox-v1.6.4_1.5, stock_by_attribute, UPS_v15, and USPS_v15
I've spent countless hours on attempting to find the solution, so any help would be great. Thank you :)
This is not an issue with the template. Whenever you have a blank page or part of a blank page you need to check your /cache or /logs folder for error messages and correct the errors.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
I know this has to be really simple, but could you please tell me where I can add a background image to this template? I'm assuming I need to add the image as a background to some file but not sure which file. Thanks! :-)
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
CookieMonster
I know this has to be really simple, but could you please tell me where I can add a background image to this template? I'm assuming I need to add the image as a background to some file but not sure which file. Thanks! :-)
You will add it to the includes/templates/glasgow_neat/css/stylesheet.css file. Do a google search for how to add a background image in css if you need more direction ;)
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Thank you! I will try that now! :-)
Quote:
Originally Posted by
picaflor-azul
You will add it to the includes/templates/glasgow_neat/css/stylesheet.css file. Do a google search for how to add a background image in css if you need more direction ;)
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
I've tried a lot to find the answers I need in the read me file (which was very helpful) and the forum, but I am stuck on some things:
1. In the stylesheet_mega_menu.css, I was able to edit .mega-menu .levels a {display: block;width: 20em;font-weight:normal;} from 10em to 20em, which allowed the longer product categories to fit on one line. However, the off-white shadowing behind the words (that forms the box with the list) is now not quite wide enough. I have tried many of those px numbers in that same file to increase the width, but I cannot find the right one for the Quick Links and the Shop (product categories) drop downs. Please let me know which line I need to edit to make it wider.
2. How do I get rid of the footer entirely? I have tried the things I have read and nothing seems to be working, unless I am doing something wrong. In tpl_main_page.php, it said I could comment out lines to remove the footer, but I do not know what it means to "comment" out, and I tried a few things that did not work.
3. How do I remove "Useful Links" in the header drop-down menu? I turned on the EZ Pages Drop-Menu Header in Sidebox from Step 5 of the Read Me File, but when I go to "Tools, EZ-Pages, nothing is there, and I did not delete anything. (Maybe it should be empty. Maybe that is only for if I want pages under useful links. ???) I even went to Configuration, EZ Pages Settings, and turning that on and off does nothing, either. I have no need for Useful Links, so I would like to just entirely delete Useful Links in both the header and footer. If I get rid of the entire footer, that will cure that, but the header is a puzzle.
Thanks so much for any additional help. I love the template! :-)
-
Re: Glasgow Neat Template Support Thread
Okay, I answered my first question! :smile: I changed this line, .mega-menu .dropdown_1column {width: 145px;} to be 200 px.
Still need help with #2 & #3, though....
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
CookieMonster
I've tried a lot to find the answers I need in the read me file (which was very helpful) and the forum, but I am stuck on some things:
1. In the stylesheet_mega_menu.css, I was able to edit .mega-menu .levels a {display: block;width: 20em;font-weight:normal;} from 10em to 20em, which allowed the longer product categories to fit on one line. However, the off-white shadowing behind the words (that forms the box with the list) is now not quite wide enough. I have tried many of those px numbers in that same file to increase the width, but I cannot find the right one for the Quick Links and the Shop (product categories) drop downs. Please let me know which line I need to edit to make it wider.
2. How do I get rid of the footer entirely? I have tried the things I have read and nothing seems to be working, unless I am doing something wrong. In tpl_main_page.php, it said I could comment out lines to remove the footer, but I do not know what it means to "comment" out, and I tried a few things that did not work.
3. How do I remove "Useful Links" in the header drop-down menu? I turned on the EZ Pages Drop-Menu Header in Sidebox from Step 5 of the Read Me File, but when I go to "Tools, EZ-Pages, nothing is there, and I did not delete anything. (Maybe it should be empty. Maybe that is only for if I want pages under useful links. ???) I even went to Configuration, EZ Pages Settings, and turning that on and off does nothing, either. I have no need for Useful Links, so I would like to just entirely delete Useful Links in both the header and footer. If I get rid of the entire footer, that will cure that, but the header is a puzzle.
Thanks so much for any additional help. I love the template! :-)
2. You can add #footer{display:none;} to the stylesheet_footer_menu.css file.
3. If you post a link to your site I can take a look.
Thanks,
Anne
-
1 Attachment(s)
Re: Glasgow Neat Template Support Thread
Thanks for the footer help! :smile:
The tab I am referring to in the Mega Menu used to be called "Info" but I renamed it to "Customer Service." Where it says "TITLE_EZ_PAGES," it used to say "Useful Links," but I deleted out the title only leaving the ' and ' in the code. Of course, I forgot where I deleted the "Useful Links" title, so I will need to find that file again to put those words back. Regardless, I would like to be able to edit all those in the drop-down for that tab. I may want to delete "About Us" there, and I definitely want that third column, "Useful Links," gone. I think that is the last piece of my puzzle, but I just cannot figure it out! :smile:
-
Re: Glasgow Neat Template Support Thread
I think I found a way to "trick" it with resizing the Info Box. Good enough for me! :smile: However, last question, how do I remove the "Conditions of Use" from that drop-down menu I posted above? Thanks! :smile:
-
Re: Glasgow Neat Template Support Thread
Okay, I am figuring it out in a round-about sort of way, so no need to reply to my previous posts. Thanks for the help you gave me. :smile:
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
CookieMonster
Okay, I am figuring it out in a round-about sort of way, so no need to reply to my previous posts. Thanks for the help you gave me. :smile:
The easiest way to remove things from the menu is to edit the includes/templates/glasgow_neat/common/tpl_mega_menu.php file ;)
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Hi Anne, I just wanted to say thanks so much for this gorgeous template! I'm using it on http://www.librarymd.com/ with a Zen cart install for displaying a catalogue of products in Showcase mode.
Again Anne, superb job and your supplied HTML instructions were both detailed and crystal-clear. Thanks from Canada!
:hug:
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
dave5698225
Hi Anne, I just wanted to say thanks so much for this gorgeous template! I'm using it on http://www.librarymd.com/ with a Zen cart install for displaying a catalogue of products in Showcase mode.
Again Anne, superb job and your supplied HTML instructions were both detailed and crystal-clear. Thanks from Canada!
:hug:
Thank you so much for your kind words, I love to hear them ;)
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
First off, I want to say that I researched many different templates and none came close to the beauty and simplicity of the Glasgow Neat. Nice job!
This is my first Zen Cart installation so pardon what are probably simple questions (that I haven't been able to figure out myself).
1) I don't have a need for the rotating images at this point. How do I remove them from appearing on my site?
2) I'm having trouble with the order of the first two header items. I removed the currency and language sections but now the logo floats to the top of the web page followed by the navigation buttons (home - login - checkout). I want the navigation buttons to appear as they do in the demo, i.e., located at the top-right of the page. Then I want the logo to follow.
3) How do I center the logo?
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
yukionna
First off, I want to say that I researched many different templates and none came close to the beauty and simplicity of the Glasgow Neat. Nice job!
This is my first Zen Cart installation so pardon what are probably simple questions (that I haven't been able to figure out myself).
1) I don't have a need for the rotating images at this point. How do I remove them from appearing on my site?
2) I'm having trouble with the order of the first two header items. I removed the currency and language sections but now the logo floats to the top of the web page followed by the navigation buttons (home - login - checkout). I want the navigation buttons to appear as they do in the demo, i.e., located at the top-right of the page. Then I want the logo to follow.
3) How do I center the logo?
Scratch my question #1. I found the solution online...not sure how I missed it the first time I searched. :blink:
-
Re: Glasgow Neat Template Support Thread
Hi Yukionna,
How did you fix the problem with the logo and navigation buttons/search box?
:D
When I removed the currency and language sections, the menu for log in/checkout went to the top center, and same with the search box. I want these two to stay on the right side. My logo stayed in the left side, which I don't mind. :)
Any advice? Thanks
-
Re: Glasgow Neat Template Support Thread
I have other questions..
I wonder how I can add a banner on the right of the logo, without messing up with the search box, lol
The menu for quick links, shop, brands... is too close to the logo, how can I add a space between these two?
Another stupid question maybe... in the navigation (header), the "Home, Log In, Cart, Chekout", how can I change the title of "Log In" to "Log In/Register"?
And: I changed my background color, and noticed that above the footer, there is a long white bar. I want to customize this bar, I don't know where to locate the file for this...
Thanks for anyone who can help me. I'm far from being a programmer, but I'm a quick learner. I have to say, thank you Anne for this awesome template! I hope I'll succeed in customizing it to suit my website needs. x :smile:
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
yukionna
Scratch my question #1. I found the solution online...not sure how I missed it the first time I searched. :blink:
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
GabyWalker
I have other questions..
I wonder how I can add a banner on the right of the logo, without messing up with the search box, lol
The menu for quick links, shop, brands... is too close to the logo, how can I add a space between these two?
Another stupid question maybe... in the navigation (header), the "Home, Log In, Cart, Chekout", how can I change the title of "Log In" to "Log In/Register"?
And: I changed my background color, and noticed that above the footer, there is a long white bar. I want to customize this bar, I don't know where to locate the file for this...
Thanks for anyone who can help me. I'm far from being a programmer, but I'm a quick learner. I have to say, thank you Anne for this awesome template! I hope I'll succeed in customizing it to suit my website needs. x :smile:
These questions are just about all css related. If you want to make these changes to the template I would recommend the w3 schools css tutorial and using the firefox web developer tools to help you find what lines of the css files need to be edited.
You can use the admin--tools-developers toolkit to search for any text that you want to change. The toolkit will tell you which line of which file needs to be edited.
If you get stuck I don't mind helping out as long as you have put in the effort and legwork to learn the skills you need to know to make the changes that you need to make.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
picaflor-azul
These questions are just about all css related. If you want to make these changes to the template I would recommend the w3 schools css tutorial and using the firefox web developer tools to help you find what lines of the css files need to be edited.
You can use the admin--tools-developers toolkit to search for any text that you want to change. The toolkit will tell you which line of which file needs to be edited.
If you get stuck I don't mind helping out as long as you have put in the effort and legwork to learn the skills you need to know to make the changes that you need to make.
Thanks,
Anne
Hi Anne,
Thank you so much for your advice. I really appreciate it.
I'll search for the tutorials and try to learn how to customize my site (css is quite new to me, lol), hopefully I won't get stuck. Will keep you updated. Cheers!
-
Re: Glasgow Neat Template Support Thread
Problem with removing a header menu item --> I want to remove the header menu item called "Service".
I tried adding the following code to the file called, "stylesheet_mega_menu.css", but it doesn't work (I added all three lines hoping that one of them would work):
.service-li{display:none;}
.customerservice-li{display:none;}
.customer_service-li{display:none;}
Am I missing something?
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
yukionna
Problem with removing a header menu item --> I want to remove the header menu item called "Service".
I tried adding the following code to the file called, "stylesheet_mega_menu.css", but it doesn't work (I added all three lines hoping that one of them would work):
.service-li{display:none;}
.customerservice-li{display:none;}
.customer_service-li{display:none;}
Am I missing something?
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
Thanks,
Anne
Thanks for the quick response. Unfortunately, the installation is currently not on a publically accessible site so I can't provide a link. Can you tell me which file(s) or settings you would like to see and I will post that information here.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
yukionna
Thanks for the quick response. Unfortunately, the installation is currently not on a publically accessible site so I can't provide a link. Can you tell me which file(s) or settings you would like to see and I will post that information here.
When you get the site on a server where I can view it, I can offer you some help.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Hi Anne,
Could you please tell me in which file I can adjust the search box to the right?
Thanks
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
picaflor-azul
When you get the site on a server where I can view it, I can offer you some help.
OK, thanks!
In the meantime, I want to report what looks like a small defect in the navigation bar display if the currency and language boxes are turned off using Zen Cart Admin Tools-->Layout Boxes Controller. After installing the template, I went to the Layout Boxes Controller to modify the settings for two 'Box File Names':
a) sideboxes/glasgow_neat/languages_header.php
b) sideboxes/glasgow_neat/currencies_header.php
Changes made:
a) Change 'Single Column Status' to OFF
b) Change 'Single Column Sort Order' to 0
I tested in 3 places: iPhone 4S, Samsung tablet, IE 9. This change affected the navigation buttons at the top of the header by shifting everything on the screen upwards by a few pixels. The top of the navigation text buttons is now touching the top of the display screen in both IE and the iPhone 4S. The shift upwards is worse in the tablet as the top of the lettering in the navigation bar buttons is partially truncated.
At some point after I finish the main setup of the store, I will debug/fix the CSS. In the meantime, I'd love to hear about if anyone already has a solution for this.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
GabyWalker
Hi Anne,
Could you please tell me in which file I can adjust the search box to the right?
Thanks
Are you talking about the search box in the header?
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
yukionna
OK, thanks!
In the meantime, I want to report what looks like a small defect in the navigation bar display if the currency and language boxes are turned off using Zen Cart Admin Tools-->Layout Boxes Controller. After installing the template, I went to the Layout Boxes Controller to modify the settings for two 'Box File Names':
a) sideboxes/glasgow_neat/languages_header.php
b) sideboxes/glasgow_neat/currencies_header.php
Changes made:
a) Change 'Single Column Status' to OFF
b) Change 'Single Column Sort Order' to 0
I tested in 3 places: iPhone 4S, Samsung tablet, IE 9. This change affected the navigation buttons at the top of the header by shifting everything on the screen upwards by a few pixels. The top of the navigation text buttons is now touching the top of the display screen in both IE and the iPhone 4S. The shift upwards is worse in the tablet as the top of the lettering in the navigation bar buttons is partially truncated.
At some point after I finish the main setup of the store, I will debug/fix the CSS. In the meantime, I'd love to hear about if anyone already has a solution for this.
This template is not responsive and has not been optimized for mobile devices at all.
If you do not use the template as seen in the demo, then you will probably need to make adjustments.
Thanks,
Anne
-
1 Attachment(s)
Re: Glasgow Neat Template Support Thread
Hi Anne,
Yes, I'm talking about the search box in the header.
Now I discovered another problem, on Chrome. While the top menu and search box look normal on firefox and explorer, it's a mess on chrome, and I don't know why..
Attachment 13397
Thanks Anne.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
GabyWalker
Hi Anne,
Yes, I'm talking about the search box in the header.
Now I discovered another problem, on Chrome. While the top menu and search box look normal on firefox and explorer, it's a mess on chrome, and I don't know why..
Attachment 13397
Thanks Anne.
If you do not use the template as seen in the demo, then you will probably need to make adjustments. This will include cross browser testing again to make sure that your changes look ok on all browsers.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
-
Re: Glasgow Neat Template Support Thread
Hello there, I have altered my drop down columns to add extra pages, but my last 3 drop downs when they float the are going off screen... Can I change the direction of the drop down columns so I can see the the boxes with the text in them? my site is: http://www.highlandglass.co.uk/Store Hope I have explained my dilemma clearly enough and appreciate any help on this one. :-)
-
Re: Glasgow Neat Template Support Thread
Hi Anne,
Wonderful template. When I saw it, I quit looking. Anyway, my question is this;
Is there anyway to change the width of the site or make it dynamic so that you don't have the need to scroll from side to side on smaller screens, such as those found on tablets and laptops?
Thanks!
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
wtashby
Hi Anne,
Wonderful template. When I saw it, I quit looking. Anyway, my question is this;
Is there anyway to change the width of the site or make it dynamic so that you don't have the need to scroll from side to side on smaller screens, such as those found on tablets and laptops?
Thanks!
This template is designed as a fixed width template. It would need to be converted to a responsive design to be optimized on laptops, tablets, phones, etc.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Hi,
I LOVE this template. So far everything has been working perfectly. However, I am having an issue with the Wish list plugin. I can't get the Add to Wish list button to center.
This is the code that is supposed to go in tpl_product_info_display.php:
Code:
<!--bof Wishlist button -->
<!--<br class="clearBoth" />
optional depending where the code is added-->
<?php if (UN_MODULE_WISHLISTS_ENABLED) {
if ( $_SESSION['customer_id'] ) {
echo '<div id="productWishlistLink" class="buttonRow back">';
echo zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT, 'name="wishlist" value="yes"');
echo '</div>';
} else {
echo '<div>';
echo UN_BOX_WISHLIST_LOGIN_TEXT;
echo '</div>';
}
} else {}
?>
<!--eof Wishlist button -->
The button shows, and it works and all, but no matter what I try, I cannot get it to align in the center (directly below the Add to Cart button) Can anyone help me with this?
Thanks.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
wtashby
Hi,
I LOVE this template. So far everything has been working perfectly. However, I am having an issue with the Wish list plugin. I can't get the Add to Wish list button to center.
This is the code that is supposed to go in tpl_product_info_display.php:
Code:
<!--bof Wishlist button -->
<!--<br class="clearBoth" />
optional depending where the code is added-->
<?php if (UN_MODULE_WISHLISTS_ENABLED) {
if ( $_SESSION['customer_id'] ) {
echo '<div id="productWishlistLink" class="buttonRow back">';
echo zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT, 'name="wishlist" value="yes"');
echo '</div>';
} else {
echo '<div>';
echo UN_BOX_WISHLIST_LOGIN_TEXT;
echo '</div>';
}
} else {}
?>
<!--eof Wishlist button -->
The button shows, and it works and all, but no matter what I try, I cannot get it to align in the center (directly below the Add to Cart button) Can anyone help me with this?
Thanks.
I am happy that you like the template.
This is not a template related problem. If you post a link to the page with the problem I can take a look.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am happy that you like the template.
This is not a template related problem. If you post a link to the page with the problem I can take a look.
Thanks,
Anne
Hi Anne,
My signature is a link to my site (a work in progress still). You can see, when you click on any product, that even the words, "Log In to be able to add this product to your Wish List." is aligned to far to the left, just like the button is when you are logged in.
For quick refference, here is a link directly to a product: Click Here
Thanks.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
wtashby
Hi Anne,
My signature is a link to my site (a work in progress still). You can see, when you click on any product, that even the words, "Log In to be able to add this product to your Wish List." is aligned to far to the left, just like the button is when you are logged in.
For quick refference, here is a link directly to a product:
Click Here
Thanks.
You can center the text by adding #cartAdd p{text-align:center} to the stylesheet.css file.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can center the text by adding #cartAdd p{text-align:center} to the stylesheet.css file.
Thanks,
Anne
Yes, that does center the text, but it is not the text I am concerned with. I want to center the add to wish list button (the one you see when you log into the store) The add to wishlist button needs to be centered directly beneath the add to cart button.
-
Re: Glasgow Neat Template Support Thread
I have downloaded and installed this template, I love it, nice clean uncluttered and easy to browse through. I am just getting started with it. I have several plug ins installed and no issues, until I just installed IH4. Everything is as it should be on the Admin side, however on the catalog side I can not get the additional images to show, it is reacting as it always did with one product image.
I have read and understand how the additional images work, and I have additional images per line set for 3, yet I am not getting anything other than the original image.
It has to be a small change I have to make somewhere along the way, and given guidance I can manipulate .php files, I have done much of that in my webpage building, however I am no programmer or coder, I just follow instructions really well.
Does anyone have any idea what piece of code I have to alter to get my additional images to show? I know it can be done, because there are a couple sites that were linked in this thread that are showing the additional images.
My site: wellmans-mercantile.site90.com
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
wtashby
Yes, that does center the text, but it is not the text I am concerned with. I want to center the add to wish list button (the one you see when you log into the store) The add to wishlist button needs to be centered directly beneath the add to cart button.
You can use firefox or chrome and the web developer tools to see what id or class you need to use to center the wishlist button.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
CherylW
I have downloaded and installed this template, I love it, nice clean uncluttered and easy to browse through. I am just getting started with it. I have several plug ins installed and no issues, until I just installed IH4. Everything is as it should be on the Admin side, however on the catalog side I can not get the additional images to show, it is reacting as it always did with one product image.
I have read and understand how the additional images work, and I have additional images per line set for 3, yet I am not getting anything other than the original image.
It has to be a small change I have to make somewhere along the way, and given guidance I can manipulate .php files, I have done much of that in my webpage building, however I am no programmer or coder, I just follow instructions really well.
Does anyone have any idea what piece of code I have to alter to get my additional images to show? I know it can be done, because there are a couple sites that were linked in this thread that are showing the additional images.
My site: wellmans-mercantile.site90.com
There is no inherent problem with the template and additional images. I would back track through your changes until you find the point where you broke the template functionality. If you post a link to a page with the problem I can take a look.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
OK this particular product has the original image which is the one you see on the product listing in the catalog, but it also has 10 extra images that do not show.
http://wellmans-mercantile.site90.co...oducts_id=5112
as far as I can find so far as I am backtracking, and this is the only image change I made the IH 4, I am not seeing the difference in the files, but still searching the two files.
I am just now uploading the images and that's when I noticed the additional images are not showing. The last mod I made was the image handler 4.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
CherylW
OK this particular product has the original image which is the one you see on the product listing in the catalog, but it also has 10 extra images that do not show.
http://wellmans-mercantile.site90.co...oducts_id=5112
as far as I can find so far as I am backtracking, and this is the only image change I made the IH 4, I am not seeing the difference in the files, but still searching the two files.
I am just now uploading the images and that's when I noticed the additional images are not showing. The last mod I made was the image handler 4.
You have a partial blank page. Check your logs folder for errors and correct them.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
How do I add more than the default 16 images to the rotating slider? I've already added them to the defines in rotating_image_slider.php but it still only rotates the first 16 images.
Thanks.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
wtashby
How do I add more than the default 16 images to the rotating slider? I've already added them to the defines in rotating_image_slider.php but it still only rotates the first 16 images.
Thanks.
See the readme file for the link to the slide show authors site for instructions on how to change the slide show.
You are aware that this template is not mobile friendly? I only recommend responsive designs now that google penalizes non mobile friendly sites.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
No, I did not realize that. Do you have a mobile friendly template that is as nice as Glasgow Neat? Thanks for the heads up by the way.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
wtashby
No, I did not realize that. Do you have a mobile friendly template that is as nice as Glasgow Neat? Thanks for the heads up by the way.
The Westminster New, Winchester Black, Winchester Responsive, and Responsive Sheffield Blue v2.0 are my most recently updated and advanced resopnsive template packages. They can be all be used as a 1, 2, or 3 column layout, with or without the left/righ columns on the home page.
Thanks,
Anne
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
atemp
Hello,
On the home screen I can not scroll down using the mousewheel. I can on any other screen.
Kind regards
Anthony
Can someone please assist me with having the main page scroll with mousewheel?
I looked at http://www.zen-cart.com/showthread.p...Support-Thread but i am unable to open and edit the Java files in includes/templates/YOUR_TEMPLATE/jscript/.
-
Re: Glasgow Neat Template Support Thread
Quote:
Originally Posted by
Jclaas
In File Zilla under Remote Site i dragged the file to Local Site, Desktop and opened it with Notepad. Now I am just needing to know how to make the main page scroll with the mousewheel?
-
Re: Glasgow Neat Template Support Thread
Anyone able to assist with getting main page to scroll with mouse wheel please?