-
Re: Stirling Grand Responsive Template /plug-in Question
I am having trouble getting the initial template installation to appear like the live demo. no matter what I try, the main page slider does not appear. (amorepetjewelry.com). (The ZenCart install was the 1-button install from GoDaddy)
I have tried your template installation and configuration quite a few times now (I'm new to Zen Cart so I know most installation problems are because I didn't follow instructions properly) and tried to figure out what I'm doing wrong, but I'm stuck. Any help pointing me in the correct direction is appreciated.
These are the anomalies I have noticed thus-far in the installation/configuration process that that may or may not be related to what I have done wrong;
1) The "About Us" Page is not listed In Configuration > Define Page Status (but link appears on home page)
2) The instruction that come with the template do not mention uploading stislide1, stislide2,... (from "images/banners/" to public_html/images/banners/ , but after some unsuccessful installation attempts I did it anyway because I could not find the images anywhere else (so I think they are main page slider-related)
3) Banners named "slide1.." in instructions, but "stislide1 ..." in template package.
4) Instructions say default slider image size is 550 x 302 pixels. , but "stislide#" files are all 980x250
5) Is the video tutorial link under Step 12 of your instructions appears identical to the link under Step 11.
6) In looking over the tutorial "Add Your Images to the Main Page Slider" I am under the impression that Tools -> Define Pages Editor > define_main_page.php should have existing code related to images that I can edit (if so needed), but there is very little code there and none of it is image-related).
-
Re: Stirling Grand Responsive Template /plug-in Question
Quote:
Originally Posted by
tomtom55
Thank you for all of the help so far Anne. I am having an issue with the site display on a medium sized screen (10.1"). When the site is viewed from a larger monitor or mobile device it displays the way I would like it to but once I try to access it from a netbook the mega menu at the top is completely changed. Different/missing options and everything. I would Like it to look the same on all devices. If you could point me in the right direction that would be great.
Thanks,
Tom
The pure css mega menu is not mobile device friendly and would need coding changes to make it work on tablets.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template /plug-in Question
My slider problem is solved.:smile:
I saw a comment by Anne The site is currently down for maintenance so I can not take a look (post #152 of this template support thread) that made me wonder if the slider did not show in maintenance mode. That was what was happening.
I went to Zen Cart store Admin --> Configuration --> Website Maintenance and turned maintenance mode off: Down For Maintenance ON/OFF = false (false = off)
-
Re: Stirling Grand Responsive Template /plug-in Question
Quote:
Originally Posted by
Andrew in Marin
My slider problem is solved.:smile:
I saw a comment by Anne The site is currently down for maintenance so I can not take a look (post #152 of this template support thread) that made me wonder if the slider did not show in maintenance mode. That was what was happening.
I went to Zen Cart store Admin --> Configuration --> Website Maintenance and turned maintenance mode off: Down For Maintenance ON/OFF = false (false = off)
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
is there anyway to add a Facebook link in the stirling grand header instead of the footer?
-
Re: Stirling Grand Responsive Template
Good morning Anne,
website: www.valuelogs.com
I have a whole bunch of these errors in my log file.
[26-Jan-2015 23:09:50] PHP Warning: require(includes/templates/template_default/templates/tpl_modules_xsell_products.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/valuelog/public_html/cart/includes/templates/stirling_grand/templates/tpl_product_info_display.php on line 267
I did a search for where this file is called (tpl_modules_xsell_products.php) and it seems to be in:
/home/valuelog/public_html/cart/includes/templates/stirling_grand/templates/tpl_product_info_display.php
Line #266 : require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
I'm sure it's not causing actual display problems, but when I am trying to look through the log file it is full of these making it difficult to look for other errors. Cam I able to just delete line 266 and stop the errors?
Thanks in advance for your time?
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
charlesmclach
is there anyway to add a Facebook link in the stirling grand header instead of the footer?
You can edit the includes/templates/override/common/tpl_header.php file.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
margecc
Good morning Anne,
website:
www.valuelogs.com
I have a whole bunch of these errors in my log file.
[26-Jan-2015 23:09:50] PHP Warning: require(includes/templates/template_default/templates/tpl_modules_xsell_products.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/valuelog/public_html/cart/includes/templates/stirling_grand/templates/tpl_product_info_display.php on line 267
I did a search for where this file is called (tpl_modules_xsell_products.php) and it seems to be in:
/home/valuelog/public_html/cart/includes/templates/stirling_grand/templates/tpl_product_info_display.php
Line #266 : require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
I'm sure it's not causing actual display problems, but when I am trying to look through the log file it is full of these making it difficult to look for other errors. Cam I able to just delete line 266 and stop the errors?
Thanks in advance for your time?
Yes, this error is coming from the cross sell plugin you have installed. It looks like you do not have all of the files installed.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
Yes, this error is coming from the cross sell plugin you have installed. It looks like you do not have all of the files installed.
Thanks,
Anne
Thanks for the reply Anne. Unless I'm really missing something, I've not installed any cross sell plugin's. Stirling Grand and Fast and Easy Checkout should be all that is installed. I have no idea why it would be looking for that. Am I able to just delete that line of code then to stop it from looking for the file or will that mess something up.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
margecc
Thanks for the reply Anne. Unless I'm really missing something, I've not installed any cross sell plugin's. Stirling Grand and Fast and Easy Checkout should be all that is installed. I have no idea why it would be looking for that. Am I able to just delete that line of code then to stop it from looking for the file or will that mess something up.
The code is not in the template package so you or someone else must have added it at some point. Yes you can delete the code from the tpl_product_info_display.php file
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
The code is not in the template package so you or someone else must have added it at some point. Yes you can delete the code from the tpl_product_info_display.php file
Thanks,
Anne
Thanks very much Anne. Helpful as always!
-
Re: Stirling Grand Responsive Template
Hi, How do you get the carousel to automaically scroll through the images like the banners? My install only allows manual scrolling.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
corseter
Hi, How do you get the carousel to automaically scroll through the images like the banners? My install only allows manual scrolling.
If you take a look in the template readme.html file you will find a link to the carousel authors site. If you go there you will find instructions for the different settings.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Hi,
Is there an option that customers can use to filter product results by low to high prices? At the moment it has the option to filter by manufacturers and alphabetically. If this is not something this template offers, could anyone recommend an add on that is compatible and works well with the stirling grand template and zen cart version 1.5.3.
Thank you :)
Dee.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
newbie_girl
Hi,
Is there an option that customers can use to filter product results by low to high prices? At the moment it has the option to filter by manufacturers and alphabetically. If this is not something this template offers, could anyone recommend an add on that is compatible and works well with the stirling grand template and zen cart version 1.5.3.
Thank you :)
Dee.
That type of filter is not native functionality. Check the plugins section. Be sure that you install any plugins on a test cart first to make sure that they do not break the responsive layout.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Thanks Anne,
On the 'All Products' page, there's a 'sort by' drop down box that gives the options 'products, products_desc, price low - high, price high - low etc..', is it possible to add that to the sub categories pages?
Thanks,
Dee.
-
Re: Stirling Grand Responsive Template
I have searched through this thread, and have found no help for this one...
Installed 1.5.1 - with Stirling template. (still under development)
Looks fantastic on Chrome, isn't displaying graphically on either firefox or safari.
Is it my hosting? or where else could the problem lie?
-
Re: Stirling Grand Responsive Template
Hello,
I'm using 1.3.9h and the template looks great and works fine but I have some issues:
In desktop mode the picture is 124x124 pixel when you click to enlarge, it should be 500x500 pixel. On a mobile Phone it works well. I can't find where that small picture size is coming from.
When I narrow the screen to 767 pixel or less the Home button disappears ? At 750 pixel or less the Home glyfen appears at the right of the navigation bar.
The productlisting looks bad on a mobile Phone: The PRICE column (the price, quantity box and button add to card) are placed outside the frame. It would be nicer if the productlisting would jump to a grid style: the PRICE block beneath the picture.
Also in the productlisting: the button add to card is to big. At a narrow screen you see only ADD if you are Lucky.
Does somebody have an idea?
-
Re: Stirling Grand Responsive Template
Forgot to tell: I had a layout in rows. When I change to columns most of the troubles disappear but new problem shows up: why is there a big white space from width 685 pixel to bigger views?
The click to enlarge gives in Google Chrome a picture of 124x124 pixel, should be 500x500 pixel.
The click to enlarge gives in IE 10 a picture of 258x258 pixel, should be 500x500 pixel.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
mumzie
I have searched through this thread, and have found no help for this one...
Installed 1.5.1 - with Stirling template. (still under development)
Looks fantastic on Chrome, isn't displaying graphically on either firefox or safari.
Is it my hosting? or where else could the problem lie?
It is not an inherent problem with the template package. If you post a link I can take a look.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Forgot to tell: I had a layout in rows. When I change to columns most of the troubles disappear but new problem shows up: why is there a big white space from width 685 pixel to bigger views?
The click to enlarge gives in Google Chrome a picture of 124x124 pixel, should be 500x500 pixel.
The click to enlarge gives in IE 10 a picture of 258x258 pixel, should be 500x500 pixel.
See this for the fix for popup images:
http://www.zen-cart.com/showthread.p...21#post1246021
Thanks,
Anne
-
Popup image is too small
Quote:
Originally Posted by
picaflor-azul
Hello Anne,
Thank you for your quick respons, but maybe it would be better to link to this post where the answer is given: http://www.zen-cart.com/showthread.p...30#post1244530
Look at #248
Problem solved, thanks!
I have mentioned the problem in the title so maybe people with the same problem can easyly find it.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
It is not an inherent problem with the template package. If you post a link I can take a look.
Thanks,
Anne
www (dot) freeandeasyfundraising (dot) com/mrchi
We're also getting some sort of weird certificate message - that seems to be a hosting issue. :yuck:
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
mumzie
www (dot) freeandeasyfundraising (dot) com/mrchi
We're also getting some sort of weird certificate message - that seems to be a hosting issue. :yuck:
I don't know what is causing the problem. If you have just installed the template as per the package instructions then it may be host related. This problem is not present in any installs I have done.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
When I go to a productpage I see that the inner-container has a width of 980 pixels but the description text does not fill the page: there is a gap from width 685 pixel to bigger views. I cannotfind where to adjust that, the homepage is filled out so I don't understand this.
The div class for the center column is col9, can I change that to col12? I don't know if I get problems that way, please help.
Also when you widen the screen more than 980 pixels the background goes with it but the picture bk.jpg that you use for the mega wrapper goes also with it...the picture goes with it because you defined in the body repeat-x. How can I solve this?
Thanks in advance.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
When I go to a productpage I see that the inner-container has a width of 980 pixels but the description text does not fill the page: there is a gap from width 685 pixel to bigger views. I cannotfind where to adjust that, the homepage is filled out so I don't understand this.
The div class for the center column is col9, can I change that to col12? I don't know if I get problems that way, please help.
Also when you widen the screen more than 980 pixels the background goes with it but the picture bk.jpg that you use for the mega wrapper goes also with it...the picture goes with it because you defined in the body repeat-x. How can I solve this?
Thanks in advance.
If you post links to the pages with the problems I can take a look. Also, post your questions along with the links so I don't have to search through the thread for your original questions.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you post links to the pages with the problems I can take a look. Also, post your questions along with the links so I don't have to search through the thread for your original questions.
Thanks,
Anne
OK, this is a category page: http://www.quartier.nl/Nieuw/index.p...x&cPath=13_342
You can see that the text is not filling the page like the homepage does.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
And this is a productlisting page with the same problem:
http://www.quartier.nl/Nieuw/index.p...dex&cPath=8_14
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
How did you turn off the right hand column?
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Hi Anne,
another great template. Thank you so much for your effort. A friend of mine installed it at estadiva dot net and somehow the column layout won't work, also the product listing image sizes seem to be fixed.. Do you have any idea how to solve this. Any help would be much appreciated.
Thank you in advance
D.C.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
dachilla
Hi Anne,
another great template. Thank you so much for your effort. A friend of mine installed it at estadiva dot net and somehow the column layout won't work, also the product listing image sizes seem to be fixed.. Do you have any idea how to solve this. Any help would be much appreciated.
Thank you in advance
D.C.
Did you forget to install the sql patches? See the readme.html file for installation instructions.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
How did you turn off the right hand column?
Thanks,
Anne
Hello Anne,
In Tools/Box Layout Controller, I put almost every box on OFF (left/right and Single Column) except the EZ pages dropdown, search header, manufacturers, Stirling Grand/information, Stirling Grand/more_information, shopping cart and product_notifications. These have all only the Single Column on.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Hello Anne,
In Tools/Box Layout Controller, I put almost every box on OFF (left/right and Single Column) except the EZ pages dropdown, search header, manufacturers, Stirling Grand/information, Stirling Grand/more_information, shopping cart and product_notifications. These have all only the Single Column on.
In responsive.css: <div class="onerow-fluid" id="inner-container">
<div class="col9"> that gives a width of 74.4792%. Can I change that to "col12" without problems?
-
Re: Stirling Grand Responsive Template
Dear Anne,
I have inserted/installed all the sql patches, however I have not done it in the order described in your read-me file. I have uploaded all files first (actually Step 2), then I inserted the sql patches (actually step 1), and I also did not do the following: “….go to Configuration -> Product Listing ….Click on "Product Listing - Layout Style", select "rows" and click on the "update" button.” after inserting each sql-patch.
Could this be the cause of the problem which I experience?
Also I seem to be unable to change the image size of the product listing. Is that fixed anywhere in the CSS?
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Hello Anne,
In Tools/Box Layout Controller, I put almost every box on OFF (left/right and Single Column) except the EZ pages dropdown, search header, manufacturers, Stirling Grand/information, Stirling Grand/more_information, shopping cart and product_notifications. These have all only the Single Column on.
If you want to turn off the left or right hand column you need to do it in admin--configuration--layout settings.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
In responsive.css: <div class="onerow-fluid" id="inner-container">
<div class="col9"> that gives a width of 74.4792%. Can I change that to "col12" without problems?
No, you should no be changing any thing in the responsive.css file
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
dachilla
Dear Anne,
I have inserted/installed all the sql patches, however I have not done it in the order described in your read-me file. I have uploaded all files first (actually Step 2), then I inserted the sql patches (actually step 1), and I also did not do the following: “….go to Configuration -> Product Listing ….Click on "Product Listing - Layout Style", select "rows" and click on the "update" button.” after inserting each sql-patch.
Could this be the cause of the problem which I experience?
Also I seem to be unable to change the image size of the product listing. Is that fixed anywhere in the CSS?
Yes, you need to set the layout to columns.
You can change your product listing image size in admin--images. If you post a link to a page that you are having trouble with (and your question) I can take a look.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
Yes, you need to set the layout to columns.
You can change your product listing image size in admin--images. If you post a link to a page that you are having trouble with (and your question) I can take a look.
Thanks,
Anne
Dear Anne,
thanks for your reply to dachilla. He was asking for me. Now I answer by myself, as my account is activated now.
I am not sure whether the last question send by dachilla was clearly understood. I try to rephrase the question(s):
1) I can not change the size of the product listing via admin/configuration/image, and I have also find no other area on the admin where I could change the size of it. Could this be a css-stylesheet problem? Can I solve it in the stylesheet?
2) I can NOT change the product listing from rows to columns. Could this be caused by NOT installing the template "Stirling Grand" precisely along the steps in your readme.html file? I have mixed up the ORDER. I have uploaded all files first (actually step 1) and then I inserted/installed the sql_patches via phpmyadmin on my cpanel (actually step 1). Moreover, I did NOT go to configuration/product listing/product listing - layout style and change from columns to rows after having inserted each sql-patch. Could this be the problem of this problem? If yes, how to solve it?
Georg
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
dachilla
Dear Anne,
I have inserted/installed all the sql patches, however I have not done it in the order described in your read-me file. I have uploaded all files first (actually Step 2), then I inserted the sql patches (actually step 1), and I also did not do the following: “….go to Configuration -> Product Listing ….Click on "Product Listing - Layout Style", select "rows" and click on the "update" button.” after inserting each sql-patch.
Could this be the cause of the problem which I experience?
Also I seem to be unable to change the image size of the product listing. Is that fixed anywhere in the CSS?
Quote:
Originally Posted by
picaflor-azul
Yes, you need to set the layout to columns.
You can change your product listing image size in admin--images. If you post a link to a page that you are having trouble with (and your question) I can take a look.
Thanks,
Anne
Hi Anne, yes it is set to columns but it doesn't work. Please check www.estadiva.net
Thank you
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
geha
Dear Anne,
thanks for your reply to dachilla. He was asking for me. Now I answer by myself, as my account is activated now.
I am not sure whether the last question send by dachilla was clearly understood. I try to rephrase the question(s):
1) I can not change the size of the product listing via admin/configuration/image, and I have also find no other area on the admin where I could change the size of it. Could this be a css-stylesheet problem? Can I solve it in the stylesheet?
2) I can NOT change the product listing from rows to columns. Could this be caused by NOT installing the template "Stirling Grand" precisely along the steps in your readme.html file? I have mixed up the ORDER. I have uploaded all files first (actually step 1) and then I inserted/installed the sql_patches via phpmyadmin on my cpanel (actually step 1). Moreover, I did NOT go to configuration/product listing/product listing - layout style and change from columns to rows after having inserted each sql-patch. Could this be the problem of this problem? If yes, how to solve it?
Georg
I had a small mistake in my previous post. Here the corrected version "....I have uploaded all files first (actually step 2)....."
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you want to turn off the left or right hand column you need to do it in admin--configuration--layout settings.
Thanks,
Anne
Thanks, Anne, never thought about that...I would have saved me much time.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
geha
I had a small mistake in my previous post. Here the corrected version "....I have uploaded all files first (actually step 2)....."
It looks like you figured out how to change the listing from rows to columns.
There is nothing in the stylesheet that prevents you from setting the image width in admin--tools--images
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
You will edit the includes/templates/stirling_grand/common/tpl_mega_menu.php file. All you need to do is to find the place in the file where you want to add the link and add a new list item:
Code:
<li><a href="your url here">your link name here</li>
Thanks,
Anne
This worked to add a link for displaying on a desktop screen. Now on the mobile the new link does not show. What else needs to be done?
-
Re: Stirling Grand Responsive Template
Well, seems whenever I post I find what I'm looking for, sort of. So I've added the link now in tpl_modules_mobile_categories_tabs.php as well and it does show up.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
mydanilo
Well, seems whenever I post I find what I'm looking for, sort of. So I've added the link now in tpl_modules_mobile_categories_tabs.php as well and it does show up.
I am happy that you figured it out and posted your solution.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Hello Anne,
Is it possible to put a different url to the Manufacturers button in the megamenu? So I want to use this button as a link to another website, it points now to .mywebshop/index.php?main_page=index .
And how can I make a button from the iems in the megamenu? Just a different colour of the right padding border would be enough, just to give an idea of a button.
-
Re: Stirling Grand Responsive Template
Hello! Last night I downloaded and tried to install Stirling Grand but couldn't get it to show up in the drop-down for template selection within my Zen Cart admin. Is it for sure compatible with Zen Cart v1.5.3? I am using a clean install of Zen Cart (no upgrade). I have installed no plugins or other extras.
My server has PHP 5.4.38, MYSQL 5.5.40-36.1 installed.
While following the install instructions, there was an "images" folder in my Stirling "Files" folder, but there were no instructions what to do with it. I assumed it was needed in my admin/images directory, so I copied it there. Any suggestions on how to get this template to show up for me? Thanks!
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Hello Anne,
Is it possible to put a different url to the Manufacturers button in the megamenu? So I want to use this button as a link to another website, it points now to .mywebshop/index.php?main_page=index .
And how can I make a button from the iems in the megamenu? Just a different colour of the right padding border would be enough, just to give an idea of a button.
You can edit the includes/templates/stirling_grand/comon/tpl_mega_menu.php file.
You can use css to make any li or a tag look like a button.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
mgwynn
Hello! Last night I downloaded and tried to install Stirling Grand but couldn't get it to show up in the drop-down for template selection within my Zen Cart admin. Is it for sure compatible with Zen Cart v1.5.3? I am using a clean install of Zen Cart (no upgrade). I have installed no plugins or other extras.
My server has PHP 5.4.38, MYSQL 5.5.40-36.1 installed.
While following the install instructions, there was an "images" folder in my Stirling "Files" folder, but there were no instructions what to do with it. I assumed it was needed in my admin/images directory, so I copied it there. Any suggestions on how to get this template to show up for me? Thanks!
Yes, the template is compatible with 1.5.3
The images folder is copied to your store root, no the admin folder.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Is there a way to make all pages single column, not just the main index page?
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
robbinsgj
Is there a way to make all pages single column, not just the main index page?
Turn off the left and right hand columns in the admin--configuration--layout settings
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Is there a way to delete the content of the footer all together? If I comment out the footer_menu_defines.php file it still leaves things behind.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
robbinsgj
Is there a way to delete the content of the footer all together? If I comment out the footer_menu_defines.php file it still leaves things behind.
If you post a link to your site along with the question I can take a look.
Thanks,
Anne
-
1 Attachment(s)
Quantity Discounts Table
Good afternoon,
I am working on our new site, but I can't figure out how to get the quantity discounts table to display nicely on mobiles. I'm sure it's a simple fix, but any help would be appreciated!
Thanks in advance
Colleen
Attachment 15426
-
Re: Quantity Discounts Table
Quote:
Originally Posted by
margecc
Good afternoon,
I am working on our new site, but I can't figure out how to get the quantity discounts table to display nicely on mobiles. I'm sure it's a simple fix, but any help would be appreciated!
Thanks in advance
Colleen
Attachment 15426
That's because it is a table and tables are not mobile friendly ;) There are various javascript and css/js solutions out there. If you do a google search for responsive tables you will find them :) I have one implemented on my table here:
https://www.picaflor-azul.com/zen-ca...plate-packages
View it on a desktop and your phone.
Thanks,
Anne
-
Re: Quantity Discounts Table
Quote:
Originally Posted by
picaflor-azul
That's because it is a table and tables are not mobile friendly ;)
I had a hunch that was going to be your answer LOL! Thanks for pointing me in the right direction.
-
Re: Stirling Grand Responsive Template
Hello Anne,
Is there an easy way to add slides to the slider? I have added slides in the bannermenu but no result.
And how do I change the alt and title of the slides?
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Hello Anne,
Is there an easy way to add slides to the slider? I have added slides in the bannermenu but no result.
And how do I change the alt and title of the slides?
For this template you will need to add a new banner group to the includes/templates/stirling_grand/common/tpl_home_slider.php to add additional slides. The title of the slides will be whatever title you put in your admin--tools--banner manager.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
For this template you will need to add a new banner group to the includes/templates/stirling_grand/common/tpl_home_slider.php to add additional slides. The title of the slides will be whatever title you put in your admin--tools--banner manager.
Thanks,
Anne
Thanks Anne,
but I have added a new bannergroup in the tpl_home_slider.php but is is not working:
PHP Code:
<?php
if (SHOW_BANNERS_GROUP_SETSTI6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETSTI6)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
?>
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Thanks Anne,
but I have added a new bannergroup in the tpl_home_slider.php but is is not working:
PHP Code:
<?php
if (SHOW_BANNERS_GROUP_SETSTI6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETSTI6)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
?>
Instructions for how to add a new banner group have been posted to the forum many times already so I ask that you do a forum search. You need to also add the banner group to your database.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Hello Anne,
I have noticed that "Brands" disappear when you narrow the screen and on a mobile phone "Brands" don't show up in the menu. How to fix that?
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Hello Anne,
I have noticed that "Brands" disappear when you narrow the screen and on a mobile phone "Brands" don't show up in the menu. How to fix that?
You can edit the includes/templates/stirling_grand/templates/tpl_modules_mobile_categories_tabs.php file
Thanks,
Anne
-
1 Attachment(s)
Re: Stirling Grand Responsive Template
Anne,
Warmest regards! I really love this template, thank you so very much for putting it all together. Quick question about adding different languages: I recently added French and I thought I had put everything in the correct place but this is what I got when I clicked:
Attachment 15563
Was curious as to what I might have done wrong or what I need to edit to make it work correctly. Most of these language packs don't have clear installation instructions..... Thanks!
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
MySpiritualRoots
Anne,
Warmest regards! I really love this template, thank you so very much for putting it all together. Quick question about adding different languages: I recently added French and I thought I had put everything in the correct place but this is what I got when I clicked:
Attachment 15563
Was curious as to what I might have done wrong or what I need to edit to make it work correctly. Most of these language packs don't have clear installation instructions..... Thanks!
The template comes natively with English. If you want it to work with other languages you need to copy the template language files to your new language and translate all of the terms.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Hello,
I come from the german zc and want to use your template modifired for the german version too download there.
I have a problem with the activation for the template. I would use 1px for the left and right columns, 'cause I don't need it. How I can change it.
Thanks you.
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Nase
Hello,
I come from the german zc and want to use your template modifired for the german version too download there.
I have a problem with the activation for the template. I would use 1px for the left and right columns, 'cause I don't need it. How I can change it.
Thanks you.
That is not the correct way to turn off the left and right hand columns. You can do it in the zen cart admin--configuration--layout settings.
Thanks,
Anne
-
Re: Mobile Login Page
Good afternoon,
I would really appreciate if someone could take a look at my mobile Login Page and perhaps point me in the right direction as to why it is appearing in 2 columns and all over the place. I am assuming it is a CSS error, but I can not for the life of me find out where it is. It is fine on a standard PC but doesn't go down to one column on mobiles. Any suggestions are appreciated. I'm sure it's something dumb and my eyes are just not picking it up.
Site www.valuelogs.com
-
Mobile menu on tablet
Hi Am using Stirling grand and as we know the mega menu is not great with a tablets touch screen. On mobile the menu changes and works great
My question is how do I get the mobile menu, with the cart and home buttons to display on tablets instead of the mega menu? I have been playing around with the code for hours now but to no avail
Thanks in advance
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
Congerman
Hi Am using Stirling grand and as we know the mega menu is not great with a tablets touch screen. On mobile the menu changes and works great
My question is how do I get the mobile menu, with the cart and home buttons to display on tablets instead of the mega menu? I have been playing around with the code for hours now but to no avail
Thanks in advance
Hmmm is sarcasm allowed here? I posted same question on picaflor-azul forum and all I got from admin was "this is duplicate post" well hey ho admin I am looking for an answer not some smart comment that I have asked the same question on 2 forums.( I did reply on their site but it has to go by moderator first so I bet it is not shown lol ) Can any one give me the code to make this work or are we all going to add comments that don't really help at all?
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
Congerman
Hi Am using Stirling grand and as we know the mega menu is not great with a tablets touch screen. On mobile the menu changes and works great
My question is how do I get the mobile menu, with the cart and home buttons to display on tablets instead of the mega menu? I have been playing around with the code for hours now but to no avail
Thanks in advance
This template is using media queries only for the responsive design. You would need to hide the mega menu (display:none;) at the media query for 1024 pixels and display:block the mobile menu.
Thanks,
Anne
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
picaflor-azul
This template is using media queries only for the responsive design. You would need to hide the mega menu (display:none;) at the media query for 1024 pixels and display:block the mobile menu.
Thanks,
Anne
Thanks Anne
Could I have the idiots guide please?
I cant get my head around dam media query's
thanks
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
Congerman
Hmmm is sarcasm allowed here? I posted same question on picaflor-azul forum and all I got from admin was "this is duplicate post" well hey ho admin I am looking for an answer not some smart comment that I have asked the same question on 2 forums.( I did reply on their site but it has to go by moderator first so I bet it is not shown lol ) Can any one give me the code to make this work or are we all going to add comments that don't really help at all?
You posted this question twice on my forum and I answered it once. The other reply was that it was a duplicate post. You only need to post once on any forum for a reply.
Thanks,
Anne
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
picaflor-azul
You posted this question twice on my forum and I answered it once. The other reply was that it was a duplicate post. You only need to post once on any forum for a reply.
Thanks,
Anne
That's strange. I just did a search in your forum for my posts and it only found the one.
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
picaflor-azul
This template is using media queries only for the responsive design. You would need to hide the mega menu (display:none;) at the media query for 1024 pixels and display:block the mobile menu.
Thanks,
Anne
Any hoo, Back to the question please. I cannot find 1024 in responsive css Could you please give me the idiot guide to how to solve this problem?
Congerman
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
picaflor-azul
You only need to post once on any forum for a reply.
Thanks,
Anne
Hmm I have asked for an idiot guide to sort this problem twice here now and no response. Yet you say I only need to post once for a reply. As for your forum I have asked you there for a link to the post that you said you replied to but that has not been answered either. Are you sure we only need to post once?
Idiot guide please
Congerman
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
Congerman
Any hoo, Back to the question please. I cannot find 1024 in responsive css Could you please give me the idiot guide to how to solve this problem?
Congerman
I could be wrong, but this is what I am currently adding to the responsive.css to fix some display problems my site has on iPads (which are 768x1024)
@media only screen and (device-width:768px)and (orientation:landscape){
add your css here
}
@media only screen and (device-width:768px)and (orientation: portrait){
and here
#header-lan-curr {display:none;}
}
For example, I don't want my block of what country you are browsing to appear in the top corner of portrait but I am fine if it's left there for landscape, so I used Crome -> right click -> Inspect Element and found it it falls under #header-lan-curr, so i just put it as display:none. I'm still tweaking it and perhaps it doesn't work for everyone, but it is working great for me so far. Hope this helps.
And please be nice to Ann, she is hugely helpful on this site. A quick Google of iPad responsive css and I found this solution which seems to be working. And I am pretty much an idiot at this stuff as well.
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
margecc
I could be wrong, but this is what I am currently adding to the responsive.css to fix some display problems my site has on iPads (which are 768x1024)
@media only screen and (device-width:768px)and (orientation:landscape){
add your css here
}
@media only screen and (device-width:768px)and (orientation: portrait){
and here
#header-lan-curr {display:none;}
}
For example, I don't want my block of what country you are browsing to appear in the top corner of portrait but I am fine if it's left there for landscape, so I used Crome -> right click -> Inspect Element and found it it falls under #header-lan-curr, so i just put it as display:none. I'm still tweaking it and perhaps it doesn't work for everyone, but it is working great for me so far. Hope this helps.
And please be nice to Ann, she is hugely helpful on this site. A quick Google of iPad responsive css and I found this solution which seems to be working. And I am pretty much an idiot at this stuff as well.
Thanks I will try that. Do you happen to know the css that is required to put the mobile menu instead of the full menu?
I do not think i have not been "not nice" to Anne. She said I had duplicate posted but would not give me link to supposed duplicate post. She replied here and then I asked for a idiot guide and have had no response. I am just frustrated. I use Anne's templates and have had great response for support in the past. Just can't work out why it has fallen apart this time
-
Drop Down Columns-Non Mobile
My site is http://ProGradeCabinets.com. Using Stirling Grand template with ZC 1.50, and has been working perfectly, thank you picaflor-azul. However I added new categories, increasing my columns in the css drop down mega menu portion to 5 & 6 columns. When hovering on item in 3rd Category, (ex. Jamco Products>Carts>2 Shelf Svc Carts>) it displays columns 4 & 5, and overlays all column 5 subcategories. How can I go about getting columns 5 and above to display correctly, or not at all?
Thanks
Jon Baumann
-
Re: Drop Down Columns-Non Mobile
Quote:
Originally Posted by
Cabinetman
My site is
http://ProGradeCabinets.com. Using Stirling Grand template with ZC 1.50, and has been working perfectly, thank you picaflor-azul. However I added new categories, increasing my columns in the css drop down mega menu portion to 5 & 6 columns. When hovering on item in 3rd Category, (ex. Jamco Products>Carts>2 Shelf Svc Carts>) it displays columns 4 & 5, and overlays all column 5 subcategories. How can I go about getting columns 5 and above to display correctly, or not at all?
Thanks
Jon Baumann
I would recommend re uploading the original menu styles from the template package. The overlapping is not happening in the demo, but it looks like the template is only coded out to 4 levels deep so if you have more levels you will need to copy the styles for the additional levels. You can check out the original menu tutorial for more info about this:
http://code.tutsplus.com/tutorials/h...enu--net-15129
Thanks,
Anne
-
Re: Drop Down Columns-Non Mobile
I re-uploaded all the .css files, as I had compiled and combined some files. But this made no change. The link to the tutorial isn't valid. I checked out some other css menu tutorials online, but couldn't figure it out. I am ok with just displaying 4 levels deep, if there is an easy way to do that, but I can't reduce the number of subcategories I have. Any thoughts?
-
Re: Drop Down Columns-Non Mobile
Quote:
Originally Posted by
Cabinetman
I re-uploaded all the .css files, as I had compiled and combined some files. But this made no change. The link to the tutorial isn't valid. I checked out some other css menu tutorials online, but couldn't figure it out. I am ok with just displaying 4 levels deep, if there is an easy way to do that, but I can't reduce the number of subcategories I have. Any thoughts?
try this: go to tutsplus.com and search on "mega drop down menu" and you will find the reference. for some reason the link isnt copying correctly.
-
Re: Drop Down Columns-Non Mobile
Quote:
Originally Posted by
Cabinetman
I re-uploaded all the .css files, as I had compiled and combined some files. But this made no change. The link to the tutorial isn't valid. I checked out some other css menu tutorials online, but couldn't figure it out. I am ok with just displaying 4 levels deep, if there is an easy way to do that, but I can't reduce the number of subcategories I have. Any thoughts?
The forum has stripped out one of the words in the url. The removed word is bravo utah tango tango ;)
Thanks,
Anne
-
Re: Drop Down Columns-Non Mobile
Finally figured it out.
In the stylesheet_mega_menu.css file I changed the following code:
.mega-menu .levels li:hover ul ul, .mega-menu .levels li:hover ul ul ul, .mega-menu .levels li:hover ul ul ul ul, .mega-menu .levels li:hover ul ul ul ul ul{left: -999em;}
.mega-menu .levels li:hover ul, .mega-menu .levels li li:hover ul, .mega-menu .levels li li li:hover ul, .mega-menu .levels li li li li:hover ul{left: 145px;}
Now my numerous subcategories are displaying properly.
Thanks
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
picaflor-azul
This template is using media queries only for the responsive design. You would need to hide the mega menu (display:none;) at the media query for 1024 pixels and display:block the mobile menu.
Thanks,
Anne
Hello Anne,
thank you for this nice template, i need the idiots guide, too.
Do you mean .mega-menu display:none at /includes/templates/stirling_grand/css/responsive.css?
Where can i found the lines to media query?
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
margecc
I could be wrong, but this is what I am currently adding to the responsive.css to fix some display problems my site has on iPads (which are 768x1024)
@media only screen and (device-width:768px)and (orientation:landscape){
add your css here
}
@media only screen and (device-width:768px)and (orientation: portrait){
and here
#header-lan-curr {display:none;}
}
I found this lines with Developers Tool Kit only in Winchester Responsive, not in Stirling Grand.
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
jjuno
Hello Anne,
thank you for this nice template, i need the idiots guide, too.
Do you mean .mega-menu display:none at /includes/templates/stirling_grand/css/responsive.css?
Where can i found the lines to media query?
Yes, in this template package the media queries are in the responsive.css file.
Thanks,
Anne
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
jjuno
I found this lines with Developers Tool Kit only in Winchester Responsive, not in Stirling Grand.
You will probably need to add a media query specific for landscape tablets. Normally this is width 1024pixels.
Thanks,
Anne
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
picaflor-azul
Yes, in this template package the media queries are in the responsive.css file.
Thanks,
Anne
O. K., excuse me please, my native language is not English. All the Translator or Compiler are so different.
My Problem, i can not detect this Value with 1024 pixels, i can detect it in stylesheet. All works fine, but i see
it on the Android Tab,with 10.1", the Mega Menu did not work.
What can i do?
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
jjuno
O. K., excuse me please, my native language is not English. All the Translator or Compiler are so different.
My Problem, i can not detect this Value with 1024 pixels, i can detect it in stylesheet. All works fine, but i see
it on the Android Tab,with 10.1", the Mega Menu did not work.
What can i do?
This template uses media queries only for the responsive design. You need to write a query that will isolate landscape tablets and then add a display:none; to the mega menu if you do not want it to show on landscape tablets. If you do a google search you will find instructions on how to write media queries.
Thanks,
Anne
-
Re: Mobile menu on tablet
Quote:
Originally Posted by
picaflor-azul
If you do a google search you will find instructions on how to write media queries.
Dear Anne,
thank you, thank you so much, i use the google search before i posted hear. Result, nothing, it's for me to complicated. The responsive Templates are for normal Users to difficult, i try any solutions, but no success.
I go back to an normal free template.
Cheers
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
rbarbour
As far as the additional image popup, you need to add that page to the code I provided for the html_header.php
PHP Code:
if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) {
I would copy and upload /includes/modules/additional_images.php
to
/includes/modules/stirling_grand/additional_images.php
to restore file.
Inserting that code on html_header.php, gives me a blank page. (Just using IH4, not any other image plugin).
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
ideasgirl
Inserting that code on html_header.php, gives me a blank page. (Just using IH4, not any other image plugin).
My guess is that you have not added the code in the correct place in the file. Check your logs folder for errors and use the error as a clue.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
My guess is that you have not added the code in the correct place in the file. Check your logs folder for errors and use the error as a clue.
Thanks,
Anne
I figured it out. Thanks!
-
Re: Stirling Grand Responsive Template
Will someone be so kind as to provide detailed instructions on how to properly install this template to zen cart? I am new to zen cart and have just installed 1.5.4 to my server, I really like this template and it is perfect for my clients needs but am stuck trying to get it properly set up. I did upload SG to my server but need someone who would be willing to walk me through it. In particular, I have not found any files talked about in other help posts that are needed to be renamed etc. Thanks so much in advance for your help!
-
Re: Stirling Grand Responsive Template
You will find extremely helpful installation instructions in the download zip file /readme directory:
stirling_grand_readme.html
Follow step-by-step, and you will be there.
-
Re: Stirling Grand Responsive Template
I got as far as getting all the sql patches installed and am now at the text editor for the changes needed there but am not sure of the way here:
define('DIR_WS_ADMIN', preg_replace('#^' . str_replace('-', '\-', zen_parse_url(HTTP_SERVER, '/path')) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', preg_replace('#^' . str_replace('-', '\-', zen_parse_url(HTTPS_SERVER, '/path')) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_HTTPS_CATALOG', '/');
Also is it possible to just remove all template files and start over? Thank you
-
Re: Stirling Grand Responsive Template
Hi,
I'm sorry, but I don't recall whether any Stirling Grand template files overwrite/replace any Zencart files. I don't think so. You should be able to simply remove the installed Stirling Grand package files and start over. Also, I'm not really sure why you are thinking to edit the above section of the admin/includes/configure.php file. If your standard installation - prior to installing the Stirling Grand files - was working as it should, installing the new template files does not require you to edit the above.
If you are confused, if you have lost track of what is going on, I would recommend removing all the new template files you have copied over to your server, and start again. With luck, you can double check what you have copied over by checking the date. Leave the sql stuff as it is - assuming it installed without any errors. Otherwise, follow the instructions to install the template bits you want, and then go to Tools/Template Selection, and switch to the Stirling Grand template. If it works, that's all you need to do. If it doesn't look exactly as you want, you will need to edit and/or create some css files. If you don't know what you are doing there, don't do it!
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
bxgpsy
Will someone be so kind as to provide detailed instructions on how to properly install this template to zen cart? I am new to zen cart and have just installed 1.5.4 to my server, I really like this template and it is perfect for my clients needs but am stuck trying to get it properly set up. I did upload SG to my server but need someone who would be willing to walk me through it. In particular, I have not found any files talked about in other help posts that are needed to be renamed etc. Thanks so much in advance for your help!
There are detailed instructions in the template readme file which is included in the template zip file.
Thanks,
Anne
-
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
bxgpsy
I got as far as getting all the sql patches installed and am now at the text editor for the changes needed there but am not sure of the way here:
define('DIR_WS_ADMIN', preg_replace('#^' . str_replace('-', '\-', zen_parse_url(HTTP_SERVER, '/path')) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', preg_replace('#^' . str_replace('-', '\-', zen_parse_url(HTTPS_SERVER, '/path')) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_HTTPS_CATALOG', '/');
Also is it possible to just remove all template files and start over? Thank you
It looks like you are not editing the correct file. The template does not modify any of these lines.
Thanks,
Anne
-
Spam Email
Good morning,
I am running Stirling Grand on 2 sites and it is working beautifully, except for one little issue, I seem to receive a fair amount of spam email. Thus far I have just been blocking the IP in Cpanel, but in poking around on the forum to see what others may be doing to stop the problem, there seems to be something about the mega menu and such, but I'm not really understanding what they are saying or if they are completely deleting the contact us form the menu, which I would prefer not to do since I think it's quite helpful. Any insight would be appreciated.
I found this post, and the poster is using one of Anne's templates so I am assuming it would be helpful, if I understood it :frusty:
https://www.zen-cart.com/showthread....05#post1301605
My sites:
valuelogs.com
af-company.com (the one I am currently building)