New Zenner
- Join Date:
- Feb 2011
- Posts:
- 82
- Plugin Contributions:
- 0
Views: 443,040
New Zenner
New Zenner
soxophoneplayer:
The buttons are defined in includes/languages/english/Winchester Resp/button_names.php
Not a styling help but you can make simple changes - or change the word. I went to '...details' in place of Detail. (down near the bottom of that file)
For styling, suggest look at your page with developer tools like Firebug if you're using Firefox browsers - or similar with other browsers - that will show you all the css styling and which file it is in that you would need to change.
Hi soxo,
Thank you for your suggestion.
I still couldnt change it, as it looks like the button "Details" is active and can click, the "Sold Out" is just to show the "Status". I think there has to be a way to correct it, right?
New Zenner
Orkid:
Hi,
Anyone have this problem, I try to change the pages name under the more information, and found the picture icon appear. May I know how to delete or inactivate that icon?
Hi, I have managed to take away the icon by adding back the file bc_moreinfo_gif. As the file was not uploaded in the server. tq
New Zenner
Orkid:
Hi soxo,
Thank you for your suggestion.
I still couldnt change it, as it looks like the button "Details" is active and can click, the "Sold Out" is just to show the "Status". I think there has to be a way to correct it, right?
Hi, oh.. it is the template design, I found this in other template too. :smile:
New Zenner
Help I'm going bind looking through this forum. Can anyone tell me where to edit the left slider tab in the Winchester Responsive Template. What's so bad is I have already edited it but can't remember where or find the thread I read it in. Thanks!
Zen Follower
Barf:
Help I'm going bind looking through this forum. Can anyone tell me where to edit the left slider tab in the Winchester Responsive Template. What's so bad is I have already edited it but can't remember where or find the thread I read it in. Thanks!
includes/languages/english/extra_definitions/winchester_responsive/winchester_responsive_defines.php
BTW: I found it in the readme/winchester_responsive.html
Cheers,
jpda
New Zenner
Anne,
Thanks for the amazing template, I really appreciate the attention to detail.
I wanted to let you know of one small issue that I ran into when using it on an installation of zc 1.5.5e:
The overridden file /includes/modules/winchester_responsive/also_purchased_products.php was making it so that the products listed in the "CUSTOMERS WHO BOUGHT THIS PRODUCT ALSO PURCHASED..." section was not respecting the maximum from admin -> configuration -> maximum values.
This line:
$also_purchased_products = $db->ExecuteRandomMulti(sprintf(SQL_ALSO_PURCHASED, (int)$_GET['products_id'], (int)$_GET['products_id']), MAX_DISPLAY_ALSO_PURCHASED);
seems to be the culprit.
Thanks again for the great template!
Zen Follower
Hi jpda/Dr.Byte,
thank you for your replies and sorry been offline for a while and only getting around to replying. Well think have solved the state field issue...think.. as you said set to 0 didn't work but when I left it blank completely it seem to. Actually came across a thread by accident a few days a go with that advice. Now saying that still had one customer since making the change doing it incorrectly but I think when they added a second address it happened still have to look into that one but so far it seems to have eliminated it on the create account page.
cheers for the help
jpda:
Have you entered any provinces to the country code IE?? In my zc v155e they do not exist...(Admin>Locations/Taxes>Zones).
The fact that you have the extra field below the State dropdown might indicate that you have no "zones" defined yet.
And again, in Customer Details you can disable the State field itself, above the setting "State -Always display as pulldown".Cheers,
jpda
Zen Follower
I'm glad to hear you solved the problem. The extra field below the State dropdown disappeared, so users can't go wrong anymore!
Cheers,
jpda
New Zenner
Hi there,
I'm using Winchester Responsive for a car lot (https://www.velozautosalesokc.com) and also would love to get rid of the 0.00 on the home page. Also need to know how to set the width of the slider photos to a fixed width instead of all the way across, and how to hook the four photos to the category pages PLEASE!
Thanks,
Sarah
Zen Follower
sessex:
Hi there,
I'm using Winchester Responsive for a car lot (https://www.velozautosalesokc.com) and also would love to get rid of the 0.00 on the home page. Also need to know how to set the width of the slider photos to a fixed width instead of all the way across, and how to hook the four photos to the category pages PLEASE!
Thanks,
Sarah
The 0.00 is a link to the shopping cart (which BTW doesn't work at your site). I guess your Store Status (Admin>Configuration>My Store>Store Status has been set to 1 (Showcase no prices), or your product has been set to "Product is Call for Price".
In either case, and if you're not really selling on line, you can get rid of the 0.00 link by adding "display:none;" (w/o quotes) at line 94 in file stylesheet.css.
Cheers,
jpda
Zen Follower
how to hook the four photos to the category pages
You can find it in the readme instructions. Basically, you can use Banner Manager and fill in the desired Banner URL.
For your CARS category, that would be: index.php?main_page=index&cPath=1
Hope this helps a bit,
Cheers,
jpda
Zen Follower
Also need to know how to set the width of the slider photos to a fixed width instead of all the way across
I seem to remember this question has been answered, search this thread...
jpda
Totally Zenned
The slider width is hard-coded at 1400%:shocking:
With any responsive template, you need to thoroughly test any style/stylesheet change of width, height, size, etc. as it may affect other views of that page.
New Zenner
Hello,
Is this the file I can comment out code to hide the slide out tab and if it is, which part of the code do I need to comment out, thanks
includes/templates/westminster_new/common/tpl_main_page.php
Whoopsy, wrong template thread, I dont know how to delete this post, sorry :blink:
Zen Follower
Hi Anne
How can I increase the duration between each slide on the home page?
Totally Zenned
Use your developer's toolkit to search for transition_duration. Should be at 0.6. Adjust as required.
Zen Follower
Hi
Thanks for your answer But its not the transition I'm after. Its how long each slide displays for. At present its 4-5 seconds.
Zen Follower
I have found the answer: The actual line to change \includes\templates\winchester_responsive\jscript\jquery.flexslider.js
Around line 828, find the line:
slideshowSpeed: 3500, //Integer: Set the speed of the slideshow cycling, in milliseconds
And change the value in red to what you need. :smartalec:
Totally Zenned
dharrison:
Hi Anne
How can I increase the duration between each slide on the home page?
Glad you found your answer even though the question might have been stated more correctly.:cool:
This is a common mistake when searching the forum or google. You don't need to know tech talk, you just need to tell the search bar what you want.
In your question you wanted to know the above as quoted. In your response, it was not the duration between but the length of slide duration.
Not busting your chops, just see this as a learning experience for everyone.:yes:
Tell staff why this post should be reviewed.