Re: Responsive Sheffield Blue V 2.0!
Hi , I'm facing two problems with the Template, elsewise it is great infact awesome.
1) Switching from Newest Tab to others i.e. Featured / Special and then when am trying to click Newest Back it is not happening.
2) On clicking Newest/All Products I get "WARNING: An Error occurred, please refresh the page and try again."
Thanks in advance...
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
jskandhari
Hi , I'm facing two problems with the Template, elsewise it is great infact awesome.
1) Switching from Newest Tab to others i.e. Featured / Special and then when am trying to click Newest Back it is not happening.
2) On clicking Newest/All Products I get "WARNING: An Error occurred, please refresh the page and try again."
Thanks in advance...
If you post a link to your site I can take a look.
My guess is that you have plugins installed that have override files which have not been copied over to your new template override folder.
Check your logs folder for errors and correct them.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
The template uses the bettercategoriesezpage plugin. Look at how the bullets are added to the other links in the information.php or categories.php sidebox file and just copy the format for your new link.
Thanks,
Anne
Thank you again Anne, I changed the information.pp to get the pointer on the item I wanted. I went looks for the bettercategoriesezpage plugin but could not find it. Can you provide a link for it?
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
dfontana
Thank you again Anne, I changed the information.pp to get the pointer on the item I wanted. I went looks for the bettercategoriesezpage plugin but could not find it. Can you provide a link for it?
It is in the plugins section of this site ;)
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Hi I'm hoping there is a way to do whatI'm trying to do, without changing the page formatting.
I like the Tabs, Description, Details,and Reviews, so I want to keep them the way they are setup now.
This is the new version being built intemp directory:
https://yourneighborhoodstore.com/ne...&products_id=1
This is the same page in the currentstore:
http://yourneighborhoodstore.com/ind...ducts_id=74101
You'll see the current store doesn'thave the TABS, so the small professor video shows up in front of thesidebar. The same video in the new store being built in behind thesidebar.
Is there some way to make the smallvideo play on top of the sidebar?
Re: Responsive Sheffield Blue V 2.0!
Just installed this on an fresh install of Zencart and this template 2.0 version. Where do I change the text in my shopping cart that says this "You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)" I went and made those changes to the shopping_cart.php and it does nothing. Cleared my cache, reuploaded changed file and nothing. It has been two days I have looked and everything that I found here does not work. Is the file a different one located somewhere else? Help
Re: Responsive Sheffield Blue V 2.0!
Make the changes here, includes/languages/english/YOUR-TEMPLATE/shopping_cart.php
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
gxjenkins
Hi I'm hoping there is a way to do whatI'm trying to do, without changing the page formatting.
I like the Tabs, Description, Details,and Reviews, so I want to keep them the way they are setup now.
This is the new version being built intemp directory:
https://yourneighborhoodstore.com/ne...&products_id=1
This is the same page in the currentstore:
http://yourneighborhoodstore.com/ind...ducts_id=74101
You'll see the current store doesn'thave the TABS, so the small professor video shows up in front of thesidebar. The same video in the new store being built in behind thesidebar.
Is there some way to make the smallvideo play on top of the sidebar?
This is a z-index problem. You need to make the z-index on the video higher than that of the element you want to show it on top of.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Thanks Anne for your help. I know thisisn't a problem with the template.
I added, “.z-index: 500;” to theend of the “/*bof sideboxes*/” section in stylesheet.css.
The video is coming from another sitethat allows me to add custom CSS and in that I added, “.z-index:1000;”.
These changes didn't have any effect atall, but I don't know if I'm using the “z-index:” settingcorrectly.
In the meantime I've moved the videointo the Description area, and that seems to be working o.k.
If I'm not using the z-index settingthe right way or have it in the wrong place please let me know.
Thanks.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
gxjenkins
Thanks Anne for your help. I know thisisn't a problem with the template.
I added, “.z-index: 500;” to theend of the “/*bof sideboxes*/” section in stylesheet.css.
The video is coming from another sitethat allows me to add custom CSS and in that I added, “.z-index:1000;”.
These changes didn't have any effect atall, but I don't know if I'm using the “z-index:” settingcorrectly.
In the meantime I've moved the videointo the Description area, and that seems to be working o.k.
If I'm not using the z-index settingthe right way or have it in the wrong place please let me know.
Thanks.
For z-index to work you also need to have a position:relative; on the element.
Thanks,
Anne