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