-
Re: Winchester Responsive
Quote:
Originally Posted by
KNERD
Thanks for clearing that up. It seems my brain on occasions will be looking right at something and still can't see it in front of me
No problem. Happens to me ALL of the time!
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picandnix
Phew, I'm glad that got you sorted, I was struggling to find words to politely say 'what the hell you on about?' :rotflmao:
LOL, exactly what I was thinking!
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picandnix
In a word, Anne: Perfect!! Thank you :hug:
No problem :smile:
Thanks,
Anne
-
Re: Winchester Responsive
Hi Anne,
I just installed your 1.3v of this really cool template over a new 1.5.3 ZC. I noticed that under "Configuration->Winchester Responsive Template Configuration" the values for Home "Page Slideshow" and "EZ Pages in Header Menu" were not showing and when editing these values, they were fill-in rather than radio options.
To fix both the display of the set values and using radio options rather than fill-in, I moved "zen_cfg_select_option(array('true', 'false')," from use_function to set_function in the configurations table for these settings.
Does this make since? Or am I off-base?
Thanks :smile:
-
Re: Winchester Responsive
Quote:
Originally Posted by
kwright
Hi Anne,
I just installed your 1.3v of this really cool template over a new 1.5.3 ZC. I noticed that under "Configuration->Winchester Responsive Template Configuration" the values for Home "Page Slideshow" and "EZ Pages in Header Menu" were not showing and when editing these values, they were fill-in rather than radio options.
To fix both the display of the set values and using radio options rather than fill-in, I moved "zen_cfg_select_option(array('true', 'false')," from use_function to set_function in the configurations table for these settings.
Does this make since? Or am I off-base?
Thanks :smile:
Thank you for posting ;) I'll check this out and post back.
Thanks,
Anne
-
Re: Winchester Responsive
I did a fresh install of 1.5.3 > installed this template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.
Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.
Mentioned this in the support thread for Fast and Easy checkout.
http://www.zen-cart.com/showthread.p...34#post1255234
-
Re: Winchester Responsive
Quote:
Originally Posted by
wtfbbq
I did a fresh install of 1.5.3 > installed this template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.
Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.
Mentioned this in the support thread for Fast and Easy checkout.
http://www.zen-cart.com/showthread.p...34#post1255234
This is not a template related problem. When css/js loader and fast and easy checkout are installed correctly there are no conflicts with the template. I would look at your merged files. My guess is that you have not merged files correctly.
Thanks,
Anne
-
Re: Winchester Responsive
Update: There was a bug in the Numinix plug-in. A newer FEC version solved the issue.
-
Re: Winchester Responsive
Quote:
Originally Posted by
wtfbbq
Update: There was a bug in the Numinix plug-in. A newer FEC version solved the issue.
I am happy that you figured out the problem.
Thanks,
Anne
-
Re: Winchester Responsive
Hi Anne,
Working through your most excellent template and came across an issue with the "Discount Coupons" link.
If you set it to "3" under "Define Page Status" so it will not show, the link is removed from the "Information" sidebox, but not from the "Information->General Info" drop-down menu.
Adding the following to tpl_modules_mobile_categories_tabs.php (around line 74) seems to correct it!
Before:
Code:
if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true')
After:
Code:
if (DEFINE_DISCOUNT_COUPON_STATUS <= 1 && MODULE_ORDER_TOTAL_COUPON_STATUS == 'true')
What do you think?
Thanks,
Kevin :smile:
-
2 Attachment(s)
Re: Winchester Responsive
Hi Anne,
Me again! OK, I added an EZ-Page and select that page. In full screen mode, the top tabs menu (Categories, Information, Contact Us) no longer shows as a drop-down and the mobile menu icon is displayed, but doesn't work when you select it. It also looks the same when viewed in mobile mode, but the mobile menu icon goes away?
Before Selecting an EZ-Page - Full Screen:
Attachment 14508
After Selecting an EZ-Page - Full Screen:
Attachment 14507
What do you think is happening? :blink:
Info: Zen 1.5.3, IH4 & Zen Lightbox. Same issue with FF31, IE11 and Chrome37
Thanks,
Kevin
-
Re: Winchester Responsive
Quote:
Originally Posted by
kwright
Hi Anne,
Me again! OK, I added an EZ-Page and select that page. In full screen mode, the top tabs menu (Categories, Information, Contact Us) no longer shows as a drop-down and the mobile menu icon is displayed, but doesn't work when you select it. It also looks the same when viewed in mobile mode, but the mobile menu icon goes away?
Before Selecting an EZ-Page - Full Screen:
Attachment 14508
After Selecting an EZ-Page - Full Screen:
Attachment 14507
What do you think is happening? :blink:
Info: Zen 1.5.3, IH4 & Zen Lightbox. Same issue with FF31, IE11 and Chrome37
Thanks,
Kevin
Just notice same thing happens when viewing the product details page! :blink:
-
Re: Winchester Responsive
Quote:
Originally Posted by
kwright
Just notice same thing happens when viewing the product details page! :blink:
I can only guess since you did not post a link to your site, but my guess would be that you are calling the js library twice. It is already called in the template so you do not need to call it in the lightbox module. Do a view source to get the file name that you need to search for and then use the developers toolkit to find which lightbox file is calling the library and remove the call. Or you can just manually look through the light box files.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
I can only guess since you did not post a link to your site, but my guess would be that you are calling the js library twice. It is already called in the template so you do not need to call it in the lightbox module. Do a view source to get the file name that you need to search for and then use the developers toolkit to find which lightbox file is calling the library and remove the call. Or you can just manually look through the light box files.
Thanks,
Anne
Thanks Anne,
You were spot on! Commented out the jquery-1.4.4.min.js call in slimbox.php and all is well! :clap:
Sorry about not including a link to the site. I only have the site local for now...
Thanks again,
Kevin
-
Re: Winchester Responsive
Quote:
Originally Posted by
kwright
Thanks Anne,
You were spot on! Commented out the jquery-1.4.4.min.js call in slimbox.php and all is well! :clap:
Sorry about not including a link to the site. I only have the site local for now...
Thanks again,
Kevin
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Winchester Responsive
Hi, I have been setting up a test site for the last few days and it seems so far the only thing I cannot figure out with your template (very nice template, btw) is how to change the color of the top specials bar. It's orange and I need it to be red. I've searched this thread for the answer with no luck, I've been through all of your wonderful tutorials on your site (which are very useful), and I still just cannot figure it out. I've also tried searching for the image file and seeing if it's located in other files and it's just not happening for me, lol. Could you please tell me how I can edit the color? Thank you in advance!!
-
Re: Winchester Responsive
Quote:
Originally Posted by
DesignCo
Hi, I have been setting up a test site for the last few days and it seems so far the only thing I cannot figure out with your template (very nice template, btw) is how to change the color of the top specials bar. It's orange and I need it to be red. I've searched this thread for the answer with no luck, I've been through all of your wonderful tutorials on your site (which are very useful), and I still just cannot figure it out. I've also tried searching for the image file and seeing if it's located in other files and it's just not happening for me, lol. Could you please tell me how I can edit the color? Thank you in advance!!
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
Thanks,
Anne
Maybe I can send it to you privately? I don't want any traffic there yet.
-
Re: Winchester Responsive
I love this template and really appreciate the post! I am sort of new to ZenCart (have been using an old template on Zen version 1.39) and was wondering if I could just modify the 2 config.php files to point to my existing database and have this show all of my product?
-
Re: Winchester Responsive
Quote:
Originally Posted by
Khuske03
I love this template and really appreciate the post! I am sort of new to ZenCart (have been using an old template on Zen version 1.39) and was wondering if I could just modify the 2 config.php files to point to my existing database and have this show all of my product?
There are no config.php files in the template package?
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
Thanks,
Anne
If you are using Firefox (or Waterfox 64bit version of Firefox) you can install the Firebug add-ons, which will allow you to inspect the entire page code source, as well as the associated files and save the changes right from your browser.
I have a picture example posted here on my "dummy hosting area" --> http://zen.huske.net/index.htm
Hope it helps! I love Firebug, so check it out.
Kory
-
Re: Winchester Responsive
Quote:
Originally Posted by
Khuske03
If you are using Firefox (or Waterfox 64bit version of Firefox) you can install the Firebug add-ons, which will allow you to inspect the entire page code source, as well as the associated files and save the changes right from your browser.
I have a picture example posted here on my "dummy hosting area" -->
http://zen.huske.net/index.htm
Hope it helps! I love Firebug, so check it out.
Kory
Wow! Thanks so much!! Worked great! :)
-
Re: Winchester Responsive
Oh, wait. How do you get it stay that way and to change it on every page? It seems that it only changes while you're on the page and if you leave and go back, it's back the way it was to begin with. I need a permanent solution to changing the color of the specials bar.
Thank you for your help though. :)
-
Re: Winchester Responsive
Okay, I did finally get it to save by deleting it from the stylesheet and then pasting it back in there and saving again...I guess it just didn't want to cooperate the first time, lol. But now I can't figure out how to change the boxes on the side. When you hover over them, they are orange.
-
Re: Winchester Responsive
This is the last time I'm posting on the subject, lol. I forgot to close out the editor and refresh, I was refreshing with the editor up. OOPS! :)
-
Re: Winchester Responsive
Hi,
I would have one question. I would use the slide out for the information sidebox. Could you please help me how to implement that. What changes should I make and where should I put the javascript?
Thank you.
-
Re: Winchester Responsive
Quote:
Originally Posted by
TanjaK
Hi,
I would have one question. I would use the slide out for the information sidebox. Could you please help me how to implement that. What changes should I make and where should I put the javascript?
Thank you.
Getting the sidebox to show dynamically will take some custom programming. You can just hard code the links into the side slide content.
Thanks,
Anne
-
Re: Winchester Responsive
Anne-
Again I love your template! I have a question on the "Custom Tab" option... I cannot figure out an easy way for that tab to be unique to each product. Do you have any advice for me. Also, can you tell me which file is setting that overall size of the site (width)... I would like to make my test site 1170px wide.
PS - I do know PHP & SQL, so I was wondering if that would be the best way to pull in unique data.
Thanks,
Kory
-
Re: Winchester Responsive
Quote:
Originally Posted by
Khuske03
Anne-
Again I love your template! I have a question on the "Custom Tab" option... I cannot figure out an easy way for that tab to be unique to each product. Do you have any advice for me. Also, can you tell me which file is setting that overall size of the site (width)... I would like to make my test site 1170px wide.
PS - I do know PHP & SQL, so I was wondering if that would be the best way to pull in unique data.
Thanks,
Kory
I would add a custom field to the product info page and then you can call that field in the custom tab instead of the banner.
Thanks,
Anne
-
Re: Winchester Responsive
hi Ann
I love the setup of this template, but could I ask: Do we have to have the slideshow? Also is it simple to set up categories on the fornt page in the same style as the featured products are on the demo?
-
Re: Winchester Responsive
Quote:
Originally Posted by
dharrison
hi Ann
I love the setup of this template, but could I ask: Do we have to have the slideshow? Also is it simple to set up categories on the fornt page in the same style as the featured products are on the demo?
You can use any zen cart native functionality with the template.
You can set the slide show to true or false in admin--configuration--Winchester Responsive. Please read the readme.html file for other customization tips.
Thanks,
Anne
-
Re: Winchester Responsive
Thanks for the advice... I really appreciate the support!
Kory Huske
-
Re: Winchester Responsive
Quote:
Originally Posted by
Khuske03
Thanks for the advice... I really appreciate the support!
Kory Huske
No problem ;)
Thanks,
Anne
-
Re: Winchester Responsive
After applying this template to a "dummy" site I have some pages that are displaying " details " instead of the "Buy Now" button... Can you tell me where in the admin config I can change this setting.
-
Re: Winchester Responsive
Quote:
Originally Posted by
Khuske03
After applying this template to a "dummy" site I have some pages that are displaying " details " instead of the "Buy Now" button... Can you tell me where in the admin config I can change this setting.
If you are talking about the product listing page then products with attributes will say "details" since they can not be added to the cart without choosing attributes.
Thanks,
Anne
-
Re: Winchester Responsive
How can I fix this on featured page when no feature is says this.TEXT_NO_PRODUCTS
-
Re: Winchester Responsive
Can this be changed from this
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => TEXT_NO_PRODUCTS);
To this?
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => More new products will be added soon. Please check back later.);
-
Re: Winchester Responsive
Quote:
Originally Posted by
tnjon
Can this be changed from this
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => TEXT_NO_PRODUCTS);
To this?
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => More new products will be added soon. Please check back later.);
It is better to do a devlopers tool kit search for the constant TEXT_NO_PRODUCTS and then add your definition to the language file where it is located.
Thanks,
Anne
-
Re: Winchester Responsive
Hi Anne
I have installed the Wichester template onto my Test site. I am particularly interested in the custom tabs setup, so we can include a technical information tab for each product. Is that possible using your template or is it just for use as standard information for each product (eg one size fits all)?
-
Re: Winchester Responsive
Quote:
Originally Posted by
dharrison
Hi Anne
I have installed the Wichester template onto my Test site. I am particularly interested in the custom tabs setup, so we can include a technical information tab for each product. Is that possible using your template or is it just for use as standard information for each product (eg one size fits all)?
Out of the box, the custom tab is set up to use the same banner for each product. If you want different info for each product in the tab you would need to create a new custom product field and add the code to the tab in the tpl_product_info_display.php file.
Thanks,
Anne
-
Re: Winchester Responsive
Hello Anne,
How compatible with version 1.53 this template is?
Thanks,
Thannaree
-
Re: Winchester Responsive
Quote:
Originally Posted by
Thannaree
Hello Anne,
How compatible with version 1.53 this template is?
Thanks,
Thannaree
The template is compatible with all 1.5x versions. I use it on 1.5.3 all of the time.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
Out of the box, the custom tab is set up to use the same banner for each product. If you want different info for each product in the tab you would need to create a new custom product field and add the code to the tab in the tpl_product_info_display.php file.
Thanks,
Anne
Anne, going back to this, how do I call up a custom tab? if for example, I wanted a tab displaying the product's technical information, where would I add this as a tag in the product description?
Is this similar to calling a tag in the product description field like one would for Tabbed products pro eg<!--%Technical%-->) etc?
Please advise as this isn't clear.
Many thanks
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
The template is compatible with all 1.5x versions. I use it on 1.5.3 all of the time.
Thanks,
Anne
Thanks Anne,
I was asking because some documents, compared to 153, still feature the ?> at the end. I remove those and everything work great on my end.
Thank you again ... that's a very nice template!
-
Re: Winchester Responsive
Quote:
Originally Posted by
dharrison
Anne, going back to this, how do I call up a custom tab? if for example, I wanted a tab displaying the product's technical information, where would I add this as a tag in the product description?
Is this similar to calling a tag in the product description field like one would for Tabbed products pro eg<!--%Technical%-->) etc?
Please advise as this isn't clear.
Many thanks
No, you will add your custom product field to the database and admin side then call the field in the tpl_product_info_display.php file
Thanks,
Anne
-
Re: Winchester Responsive
Hello,
I have installed another language and can't seem to find a way to translate texts in the flexible footer. All seems to be only done via the admin with no specific language files.
Please advise.
Thanks
Thannaree
-
Re: Winchester Responsive
Quote:
Originally Posted by
Thannaree
Hello,
I have installed another language and can't seem to find a way to translate texts in the flexible footer. All seems to be only done via the admin with no specific language files.
Please advise.
Thanks
Thannaree
It is only single language, and I was amazed no one else noticed this. I made the footer multi lingual for one of my clients, and wanted to update the module. After contact with the original author (rbarbour), he said he is working on an update to, so I guess it will be updated soon.
-
Re: Winchester Responsive
Quote:
Originally Posted by
Design75
It is only single language, and I was amazed no one else noticed this. I made the footer multi lingual for one of my clients, and wanted to update the
module. After contact with the original author (rbarbour), he said he is working on an update to, so I guess it will be updated soon.
Ouch! I was just about to also ask about the slideshow, so that answer my question. Looking at Westminster language flag I assumed that one would be multilingual. I needed to have this up and running by tomorrow. That's terrible ...
Is Westminster multilingual?
-
Re: Winchester Responsive
Quote:
Originally Posted by
Thannaree
Ouch! I was just about to also ask about the slideshow, so that answer my question. Looking at Westminster language flag I assumed that one would be multilingual. I needed to have this up and running by tomorrow. That's terrible ...
Is Westminster multilingual?
Anne's template are normally muilti lingual, but I am not sure about the added features like slideshows and extra banners.
-
Re: Winchester Responsive
Quote:
Originally Posted by
Design75
Anne's template are normally muilti lingual, but I am not sure about the added features like slideshows and extra banners.
Apart from the footer and slideshow/banners, Westminster is multilingual.
-
Re: Winchester Responsive
Quote:
Originally Posted by
Design75
It is only single language, and I was amazed no one else noticed this. I made the footer multi lingual for one of my clients, and wanted to update the
module. After contact with the original author (rbarbour), he said he is working on an update to, so I guess it will be updated soon.
Hi Design75, Could you possibly share the module you developed so I can try it out?
Thanks!
-
Re: Winchester Responsive
Quote:
Originally Posted by
Thannaree
Ouch! I was just about to also ask about the slideshow, so that answer my question. Looking at Westminster language flag I assumed that one would be multilingual. I needed to have this up and running by tomorrow. That's terrible ...
Is Westminster multilingual?
I think that I just answered this question, but it may have been on another thread. If you want the slide show banners to be multi lingual, one way to do it would be to clone the tpl_home_slider.php file using a new banner group for your second language and then add an if statement to the tpl_header.php files to call the second language tpl_home_slider.php file when the second language is detected.
The time that I have to devote to the free templates project is limited so any advances/improvements that you make and share can be included in a package update. Unfortunately, a lot of users figure these types of things out and never share with the community.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
I think that I just answered this question, but it may have been on another thread. If you want the slide show banners to be multi lingual, one way to do it would be to clone the tpl_home_slider.php file using a new banner group for your second language and then add an if statement to the tpl_header.php files to call the second language tpl_home_slider.php file when the second language is detected.
The time that I have to devote to the free templates project is limited so any advances/improvements that you make and share can be included in a package update. Unfortunately, a lot of users figure these types of things out and never share with the community.
Thanks,
Anne
Thanks for the directions Anne!
For those who'd like to try it out, this is what I did for a slide in Spanish.
1) Clone includes/templates/westminster_new/common/tpl_home_slider.php and rename it tpl_home_slider_es.php
2) Open tpl_home_slider_es.php and replaced (on line 4) homepageslide1 with homepageslide2
3) Open includes/languages/spanish/html_includes/westminster_new/define_main_page.php and change (on line 22 and 23)
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
to
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider_es.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider_es.php');?>
4) Open Tools/Banner Manager in the admin and create 5 new banners, entering homepageslide2 in the "or enter a new banner group below" field.
Looks good on my end.
.... now with the footer ....
-
Re: Winchester Responsive
Quote:
Originally Posted by
Thannaree
Thanks for the directions Anne!
For those who'd like to try it out, this is what I did for a slide in Spanish.
1) Clone includes/templates/westminster_new/common/tpl_home_slider.php and rename it tpl_home_slider_es.php
2) Open tpl_home_slider_es.php and replaced (on line 4) homepageslide1 with homepageslide2
3) Open includes/languages/spanish/html_includes/westminster_new/define_main_page.php and change (on line 22 and 23)
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
to
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider_es.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider_es.php');?>
4) Open Tools/Banner Manager in the admin and create 5 new banners, entering homepageslide2 in the "or enter a new banner group below" field.
Looks good on my end.
.... now with the footer ....
I wonder if the flexible footer could be configured in such a similar way to allow multiple languages, could it?
-
Re: Winchester Responsive
Quote:
Originally Posted by
Thannaree
I wonder if the flexible footer could be configured in such a similar way to allow multiple languages, could it?
It might work. I am not sure though about how the admin interface would work. The call for the flexible footer menu is in the tpl_footer.php file.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
Thannaree
Thanks for the directions Anne!
For those who'd like to try it out, this is what I did for a slide in Spanish.
1) Clone includes/templates/westminster_new/common/tpl_home_slider.php and rename it tpl_home_slider_es.php
2) Open tpl_home_slider_es.php and replaced (on line 4) homepageslide1 with homepageslide2
3) Open includes/languages/spanish/html_includes/westminster_new/define_main_page.php and change (on line 22 and 23)
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
to
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider_es.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider_es.php');?>
4) Open Tools/Banner Manager in the admin and create 5 new banners, entering homepageslide2 in the "or enter a new banner group below" field.
Looks good on my end.
.... now with the footer ....
Thank you so much for posting your solution. I am sure that it will help others in the future.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
Thank you so much for posting your solution. I am sure that it will help others in the future.
Thanks,
Anne
Thanks Anne!
Note that this works on westminster_new (did not try on winchester). I have posted this solution on the relevant thread. Perhaps this could be removed from here?
-
Re: Winchester Responsive
Anne,
I am not sure if this has been reported to you yet, but the loading of "jquery.carouFredSel-6.0.2.js" gives a ssl error when sites are in https.
in the files tpl_index_default.php and tpl_index_categories.php
the line:
PHP Code:
<script type="text/javascript" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Should IMHO be changed to:
PHP Code:
<script type="text/javascript" src="<?php echo DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
-
Re: Winchester Responsive
Quote:
Originally Posted by
Design75
Anne,
I am not sure if this has been reported to you yet, but the loading of "jquery.carouFredSel-6.0.2.js" gives a ssl error when sites are in https.
in the files tpl_index_default.php and tpl_index_categories.php
the line:
PHP Code:
<script type="text/javascript" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Should IMHO be changed to:
PHP Code:
<script type="text/javascript" src="<?php echo DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Thank you so much for posting. I will definitely include this in the package update ;)
Thanks,
Anne
-
Re: Winchester Responsive
-
Re: Winchester Responsive
Hello i love the temple... i have 2 questions, one how do i make the slidebanner smaller, and 2 on the demo version i notice tree pictures after the slidebanner that it links to New, Specials and one product, so is it possible if you can you tell me how to activate those windows, thank you.
-
Re: Winchester Responsive
Quote:
Originally Posted by
wastaboo
Hello i love the temple... i have 2 questions, one how do i make the slidebanner smaller, and 2 on the demo version i notice tree pictures after the slidebanner that it links to New, Specials and one product, so is it possible if you can you tell me how to activate those windows, thank you.
There are instructions in the readme.html file for how to customize the three home page banners.
You can change the width of the slider using css. See the stylesheet_flex.css file. You can change the width of the .content-slider.
Thanks,
Anne
-
Re: Winchester Responsive
Thank you for your fast respond i'll double check on the readme.html and that is the only thing i :no: didn't see or one step i didn't put any attention on, but thank you :yes:
Quote:
Originally Posted by
picaflor-azul
There are instructions in the readme.html file for how to customize the three home page banners.
You can change the width of the slider using css. See the stylesheet_flex.css file. You can change the width of the .content-slider.
Thanks,
Anne
-
Re: Winchester Responsive
hi
thanks for this template looks good
1st question sorry if you have already answerd it but cannot find answer.
the banner title shows on the banners in a light gray box i dont want the light grey box with banner title on the banners is there a way of removing it i have tried not putting a title in the banner editing part but if i dont put a title in it wont let me save the banner image?
Thanks
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
hi
thanks for this template looks good
1st question sorry if you have already answerd it but cannot find answer.
the banner title shows on the banners in a light gray box i dont want the light grey box with banner title on the banners is there a way of removing it i have tried not putting a title in the banner editing part but if i dont put a title in it wont let me save the banner image?
Thanks
It is better to hide it using css. If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Winchester Responsive
-
Re: Winchester Responsive
i am :blink: sorry for comeback for the same thing but i could find that step, i know is not like the carourusel futured, and is not like the slide banner because the pictures are in roo/images/banner, it have to be something on the temple i find the pictures in the temple, so i think is somthing like sideboxes so they can be turn on, and i check on the sideboxes and i didn't it find those windows, also i check on the banners and the only thing i find deference is the custom tab that can be turn on and of from banners, is it there that i have to create the home link for those three windows, and thank you for your help.
Quote:
Originally Posted by
wastaboo
Thank you for your fast respond i'll double check on the readme.html and that is the only thing i :no: didn't see or one step i didn't put any attention on, but thank you :yes:
-
Re: Winchester Responsive
Quote:
Originally Posted by
wastaboo
i am :blink: sorry for comeback for the same thing but i could find that step, i know is not like the carourusel futured, and is not like the slide banner because the pictures are in roo/images/banner, it have to be something on the temple i find the pictures in the temple, so i think is somthing like sideboxes so they can be turn on, and i check on the sideboxes and i didn't it find those windows, also i check on the banners and the only thing i find deference is the custom tab that can be turn on and of from banners, is it there that i have to create the home link for those three windows, and thank you for your help.
These images are in the includes/languages/english/html_includes/override/define_main_page.php file.
I'll try to get the readme updated with the next template package update ;)
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
It is better to hide it using css. If you post a link to your site I can take a look.
Thanks,
Anne
Hi did you manage to look at my site to remove the banner title box from banner slider
www.leedsKoiandpondcentre.co.uk
If not from main site what about mobile view
Thanks
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
Hi did you manage to look at my site to remove the banner title box from banner slider
www.leedsKoiandpondcentre.co.uk
If not from main site what about mobile view
Thanks
You can add a display:none; to line 78 in your stylesheet_flex.css file.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
You can add a display:none; to line 78 in your stylesheet_flex.css file.
Thanks,
Anne
Thank you couple more questions can I change the orange colour of the top bar
The left slider can I put zoompin chat script in it just when I try it breaks the site.
Last one
When I click on categories it reverts to home screen on mobile I have to click on orange triangle to show categories but i think customers will click on the text expecting to show the categories and not the orange triangle bit
Thanks
-
Re: Winchester Responsive
Thank you Anne for your help :smartalec::smartalec::smartalec: i found it and fix it now it look nice as you guys made it thank you, thank you,
Quote:
Originally Posted by
picaflor-azul
These images are in the includes/languages/english/html_includes/override/define_main_page.php file.
I'll try to get the readme updated with the next template package update ;)
Thanks,
Anne
-
Re: Winchester Responsive
Hi
How can i add a right column
if you take a look at my website
www.leedskoiandpondcentre.co.uk and click on one of the items i have a left column with categories then the middle column wit the item but i want to add a right column
also is there any way of getting my ez pages titles aligned so they are centred and not to the left as they are now and change the grey background to black as in the top bar
thanks
anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
Hi
How can i add a right column
if you take a look at my website
www.leedskoiandpondcentre.co.uk and click on one of the items i have a left column with categories then the middle column wit the item but i want to add a right column
also is there any way of getting my ez pages titles aligned so they are centred and not to the left as they are now and change the grey background to black as in the top bar
thanks
anne
If you want the right hand column you can turn it on in the admin--configuration--layout boxes controller. You will need to add the styles for the right hand column. Looking at your site I can see that you have broken the responsive layout. I would back track through your changes to find out where the problem started.
Add your ezpages styles to line 80 of the stylesheet.css file. If you want to make css changes I would recommend using chrome and the web developer tools. They will tell you the exact line of the file you need to edit.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
If you want the right hand column you can turn it on in the admin--configuration--layout boxes controller. You will need to add the styles for the right hand column. Looking at your site I can see that you have broken the responsive layout. I would back track through your changes to find out where the problem started.
Add your ezpages styles to line 80 of the stylesheet.css file. If you want to make css changes I would recommend using chrome and the web developer tools. They will tell you the exact line of the file you need to edit.
Thanks,
Anne
Hi
Thanks for info how do you mean I have broke responsive can you explain or show me please as on my mobile its looks fine
Thanks
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
Hi
Thanks for info how do you mean I have broke responsive can you explain or show me please as on my mobile its looks fine
Thanks
If you go to an inside page you will see the problem.
Thanks,
Anne
-
Re: Winchester Responsive
Hi Anne could you check again as everything ok my end and not sure what you seeing
Thanks
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
Hi Anne could you check again as everything ok my end and not sure what you seeing
Thanks
Looks good now ;) I do not know what link I clicked on to see the problem before so be sure you test out every page.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
Looks good now ;) I do not know what link I clicked on to see the problem before so be sure you test out every page.
Thanks,
Anne
Thank you do you think the site looks ok? any remarks or things you think would make it stand out?
Thanks again
-
Re: Winchester Responsive
Hello Anne
Me again, that bad penny :smile: This template's footer, do you have it separate or will I have to pick it out?
andy
-
Re: Winchester Responsive
Quote:
Originally Posted by
adb34
Hello Anne
Me again, that bad penny :smile: This template's footer, do you have it separate or will I have to pick it out?
andy
I am not sure what you mean but the footer is using the Flexible Footer menu plugin. You can edit the links in admin--tools--flexible footer menu
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
Thank you do you think the site looks ok? any remarks or things you think would make it stand out?
Thanks again
Here are my first impressions:
* Your images in the slide show look like they are pretty low resolution and the wrong aspect ratio.
* you have a lot of top level categories. This may make it difficult to navigate for tablet and phone users
* I would either customize or hide the left hand slide out box
* on portrait tablets it looks like the header layout needs work
* on portrait tablets and portrait and landscape phones the slide in header social media is not showing
* since you have so many categories, you might want to hide them on phones on the home page or just hide the images
* be sure to customize your includes/languages/english/override/meta_tags.php file
* since you have sub categories and sub sub categories you might want to install the categories fly out menu for the left hand categories sidebox
* I would center the top ezpages links
* since you have so many products I would definitely install image handler
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
I am not sure what you mean but the footer is using the Flexible Footer menu plugin. You can edit the links in admin--tools--flexible footer menu
Thanks,
Anne
Sorry Anne, I would like to use the footer with this template with dover fine
-
Re: Winchester Responsive
Quote:
Originally Posted by
adb34
Sorry Anne, I would like to use the footer with this template with dover fine
You can install the flexible footer menu plugin in the dover fine template.
Thanks,
Anne
-
Re: Winchester Responsive
-
Re: Winchester Responsive
Quote:
Originally Posted by
adb34
Is it one of yours?
No I am not the author of the flexible footer menu
http://www.zen-cart.com/downloads.php?do=file&id=1726
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
Here are my first impressions:
* Your images in the slide show look like they are pretty low resolution and the wrong aspect ratio.
* you have a lot of top level categories. This may make it difficult to navigate for tablet and phone users
* I would either customize or hide the left hand slide out box
* on portrait tablets it looks like the header layout needs work
* on portrait tablets and portrait and landscape phones the slide in header social media is not showing
* since you have so many categories, you might want to hide them on phones on the home page or just hide the images
* be sure to customize your includes/languages/english/override/meta_tags.php file
* since you have sub categories and sub sub categories you might want to install the categories fly out menu for the left hand categories sidebox
* I would center the top ezpages links
* since you have so many products I would definitely install image handler
Thanks,
Anne
Hi
Thanks for info
so you say
Your images in the slide show look like they are pretty low resolution and the wrong aspect ratio.
What should the aspect ratio be?
you have a lot of top level categories. This may make it difficult to navigate for tablet and phone users
What can i do about this as this is how my business is lots of different categories?
on portrait tablets it looks like the header layout needs work
How do you mean needs work can you explain what is wrong what you are seeing?
since you have so many categories, you might want to hide them on phones on the home page or just hide the images
How can i do this?
since you have sub categories and sub sub categories you might want to install the categories fly out menu for the left hand categories sidebox
What is this and were can i get it and how do i use it?
since you have so many products I would definitely install image handler
What is image handler and how do i use it and get it from
Sorry for all the questions i just want to get it right
Thanks
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
Hi
Thanks for info
so you say
Your images in the slide show look like they are pretty low resolution and the wrong aspect ratio.
What should the aspect ratio be?
you have a lot of top level categories. This may make it difficult to navigate for tablet and phone users
What can i do about this as this is how my business is lots of different categories?
on portrait tablets it looks like the header layout needs work
How do you mean needs work can you explain what is wrong what you are seeing?
since you have so many categories, you might want to hide them on phones on the home page or just hide the images
How can i do this?
since you have sub categories and sub sub categories you might want to install the categories fly out menu for the left hand categories sidebox
What is this and were can i get it and how do i use it?
since you have so many products I would definitely install image handler
What is image handler and how do i use it and get it from
Sorry for all the questions i just want to get it right
Thanks
Most of your questions can be answered with simple forum searches. View your site on a tablet or phone to see the problems. Or you can use the mobile switch urls to view on an emulator such as:
Use this for tablets:
http://www.your-domain.com/index.php..._mode=isTablet
Use this for phones:
http://www.your-domain.com/index.php..._mode=isMobile
Use this to switch back to desktop view:
http://www.your-domain.com/index.php...mode=isDesktop
http://troy.labs.daum.net/
You can check the images that came with the template to get an idea of what aspect ratio works.
I can not tell you how to reorganize your business. But, since more and more customers are shopping from phones and tablets I think that making it easy for them to find your products is something that should be given a lot of thought.
Thanks,
Anne
-
Re: Winchester Responsive
Hi
Cannot find category fly out ? On forum
By the header are you meaning the text in the top bar?
Also is there any way of moving the mobile menus button the 3 lines lower down so its centered not at top as it is now same place line just centred
Thanks
-
Re: Winchester Responsive
Hi
Cannot find category fly out ? On forum
By the header are you meaning the text in the top bar?
Also is there any way of moving the mobile menus button the 3 lines lower down so its centered not at top as it is now same place line just centred
Thanks
-
Re: Winchester Responsive
hi
anne
im having a few problems with the header on my mobile i am not getting the ez pages as in the http://troy.labs.daum.net/ is showing for mobile.
also if you take a look at the pc screens the 970px were the 0-£0-00 its not showing the login /register text
also when i look an my android tablet 10"
the category information contact us tabs go to the top of the logo and cut half the logo out.
Any ideas as i dont think i have touched anything
Thanks
-
Re: Winchester Responsive
the android tablet i used was in landscape
Thanks
-
Re: Winchester Responsive
hi
anne Can you help ?
im having a few problems with the header on my mobile i am not getting the ez pages as in the http://troy.labs.daum.net/ is showing for mobile.
also if you take a look at the pc screens the 970px were the 0-£0-00 its not showing the login /register text
also when i look an my android tablet 10"
the category information contact us tabs go to the top of the logo and cut half the logo out.
Any ideas as i dont think i have touched anything
Thanks
-
3 Attachment(s)
Re: Winchester Responsive
I have Zen Cart v1.5.4 and installed the Westminster Responsive template. When I look at the About Us page that should have text, it is blank with an error messaget. I entered the information in the "Define Pages Editor" (see image)
Attachment 15033
But when I view the About Us page I get a blank page and the error message "Sorry, the product was not found." (see image)
Attachment 15034
Also, in the admin, when I am in a category that I have entered and try to enter a new product by clicking on the "new product", I also get a blank page. (image below)
Attachment 15035
There is no way to enter a new product under a category.
Any suggestions?
I downloaded the template from the site and installed it myself very carefully documenting all the steps and making sure everything was uploaded correctly to the server. It was checked 3x before entering information into the admin section. I have worked with Zen Cart for about 10 years now and usually don't have this problem. You expertise would be appreciated!
Thanks!
-
Re: Winchester Responsive
Quote:
Originally Posted by
koi koi
hi
anne Can you help ?
im having a few problems with the header on my mobile i am not getting the ez pages as in the
http://troy.labs.daum.net/ is showing for mobile.
also if you take a look at the pc screens the 970px were the 0-£0-00 its not showing the login /register text
also when i look an my android tablet 10"
the category information contact us tabs go to the top of the logo and cut half the logo out.
Any ideas as i dont think i have touched anything
Thanks
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
suzithepid
I have Zen Cart v1.5.4 and installed the Westminster Responsive template. When I look at the About Us page that should have text, it is blank with an error messaget. I entered the information in the "Define Pages Editor" (see image)
Attachment 15033
But when I view the About Us page I get a blank page and the error message "
Sorry, the product was not found." (see image)
Attachment 15034
Also, in the admin, when I am in a category that I have entered and try to enter a new product by clicking on the "new product", I also get a blank page. (image below)
Attachment 15035
There is no way to enter a new product under a category.
Any suggestions?
I downloaded the template from the site and installed it myself very carefully documenting all the steps and making sure everything was uploaded correctly to the server. It was checked 3x before entering information into the admin section. I have worked with Zen Cart for about 10 years now and usually don't have this problem. You expertise would be appreciated!
Thanks!
These problems are not related to the template package. Check your logs folder for errors and correct them.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
These problems are not related to the template package. Check your logs folder for errors and correct them.
Thanks,
Anne
Thank you, Anne, for the quick response.
Log folders say:
PHP Parse error: syntax error, unexpected '.' in /home/polyoutdoor/public_html/catalog/xxxxxadmin/includes/modules/product/collect_info.php on line 20
and
PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/polyoutdoor/public_html/catalog/xxxxxadmin/includes/functions/general.php on line 1774
Are these template-related? Or Zen Cart related? They appear to be Zen Cart files trying to interface with the template.
Susan
-
Re: Winchester Responsive
Quote:
Originally Posted by
suzithepid
Thank you, Anne, for the quick response.
Log folders say:
PHP Parse error: syntax error, unexpected '.' in /home/polyoutdoor/public_html/catalog/xxxxxadmin/includes/modules/product/collect_info.php on line 20
and
PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/polyoutdoor/public_html/catalog/xxxxxadmin/includes/functions/general.php on line 1774
Are these template-related? Or Zen Cart related? They appear to be Zen Cart files trying to interface with the template.
Susan
No, these are not template related. I would look to any plugins or modifications you have made to your site.
Thanks,
Anne
-
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
No, these are not template related. I would look to any plugins or modifications you have made to your site.
Thanks,
Anne
Thank you, again, for being so quick to respond! That is so helpful!!
This is a new install with no modifications or changes to anything. That is why I am confused about it.
Susan
-
Re: Winchester Responsive
Quote:
Originally Posted by
suzithepid
Thank you, again, for being so quick to respond! That is so helpful!!
This is a new install with no modifications or changes to anything. That is why I am confused about it.
Susan
Did you use a "one click" installer? I would recommend starting with a fresh install. Make sure your server meets 1.5.4 minimum server requirements.
Thanks,
Anne