Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
LindaLou
The programmer that I enlisted to assist in updating my site says:
"the template language files are missing those defines. All files were uploaded. It will require adding those defines to the template language defines by hand"
Could you weigh in on this for me? I would think these files should be there in a new install.
Whoever you hired is wrong.
The button_names.php file has defines for both the button alt text as well as the button image name (just in case you do not have css buttons turned on). This is how zen does it natively.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
angst
Sorry I didn't have the answer. I have had a lot of screen time since I made that change so it is kind of all a blur. I can tell you for sure though that I remember that I did not manipulate a gif at all. I found a line of code that I changed the text on. Hope that at least points you in the right direction until someone shows up in the thread that knows what they are doing.
Your guy may be telling you that there are some old files that need to be merged with the new ones to get all the commands in that are supposed to be there so old add ons cooperate with new add ons or versions. When I upgraded I had that problem. The fast and easy cart module did not work, the same problem came up again when changing the template. In my case I had hired someone to help and he found the problem in /includes/templates/responsive_sheffield_blue/common/html_header.php where some code for css_jloader needed to be merged.
Just to clarify, the problem is not with the template. Whenever you install any plugin, if the plugin has the same files as the template, you need to merge the files.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
LindaLou
I do really appreciate your help. It is a new install so there is nothing old hanging around to create issues. I did change the text where you explained but it didn't change anything. I laugh at you saying about being a blur. It's like ring around the rosey and you forget which places you stopped off at along the way. lol.
My guess is that you are not changing the template override file or you are not overwriting the file on your server.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
My website looks fine using Safari on Ipad and Iphone but on stationary PC and Mac with bigger screens Chrome is fine with full width but Firefox and Safari don't show full width. I have not done any changes to any width so perhaps this is a template default. Is it possible to always get full width? Thankful for help.
Link to my test-site http://swedenshop.biz/swedenstore_new/
/Per
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
pixbo
My website looks fine using Safari on Ipad and Iphone but on stationary PC and Mac with bigger screens Chrome is fine with full width but Firefox and Safari don't show full width. I have not done any changes to any width so perhaps this is a template default. Is it possible to always get full width? Thankful for help.
Link to my test-site
http://swedenshop.biz/swedenstore_new/
/Per
This is normal template behaviour. If you want to show the full width view at large monitor sizes you will need to make adjustments to the template. Look at the media query (min-width:1200px) and (max-width:1600px) in the responsive_default for a guide.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
I just installed this version, and discovered that my site is now displaying the Buy Now buttons on the product listing pages. Since almost everything in my shop has attributes that need to be selected, I need to turn the buttons off on those pages. In my admin - config - product listing page, the option is already turned off.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
hopedesigns
I just installed this version, and discovered that my site is now displaying the Buy Now buttons on the product listing pages. Since almost everything in my shop has attributes that need to be selected, I need to turn the buttons off on those pages. In my admin - config - product listing page, the option is already turned off.
If customers click on the buy now button are they taken to the product info page?
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Yes. It goes to the right page. I'd just like to remove the button, but still have the price display. It looks like I can remove the button and the price, but not just the button.
Re: Responsive Sheffield Blue V 2.0!
On more question......sorry.
In Firefox, the top of the onerow-fluid class is cut off, which hides the cart links as well. That's the only browser I've noticed the issue with so far.
The site is www.hopeofmyheart.com.
Thanks.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
hopedesigns
Yes. It goes to the right page. I'd just like to remove the button, but still have the price display. It looks like I can remove the button and the price, but not just the button.
If you want to change the button text you can edit the includes/languages/english/responsive_sheffield_blue/button_names.php
Thanks,
Anne