Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
bpryor1
Thanks for the quick reply, Anne! My issue isn't as much compatibility mode as it is IE9. I mentioned compatibility mode only because I thought it was interesting/possibly relevant that on IE 8 everything worked but went wonky when I entered compatibility mode.
At one point, I had everything working in IE9. Then, all of a sudden, it started displaying like you can see in the pictures. I assume that I did something to cause that, but I don't recall changing anything of note around the time it started happening.
When you load the site in IE, does it display properly for you? Do you know what might cause the heading and title blocks to overlap like that?
When I checked in ie9 and ie8 all was fine. It was only compatibility mode that broke it.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Anne,
I still cant figure out how to hide menu items by your instructions - below is the bottom of my mega style sheet where i am trying to hide the service menu and the sidebar, and my site is at http://store.fawcettengineering.com/
Can you help me please, Andrew
/*bof customer service*/
.mega-payments{float:left;}
.mega-confidence{float:right;width:60%;}
.mega-about{float:left;width:70%;}
.mega-right{float:right;position: relative;margin-left: 10px;width:145px;}.manufacturers-li{display:none;}
.customerservice-li{display:none;}
.sidebar{display:none;}
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I got it...thanks. :)
Re: Sheffield Blue Template Support Thread
Hi Again...Now I seem to be having another problem. In the Mega Menu (under Shop). When you hover over the link, everything is overlapping. The site I am working on is: http://shoptocreate.com/index.php?main_page=index
If you could take a look and see what I might need to do to fix this.
Thanks.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
fawcetteng
Anne,
I still cant figure out how to hide menu items by your instructions - below is the bottom of my mega style sheet where i am trying to hide the service menu and the sidebar, and my site is at
http://store.fawcettengineering.com/
Can you help me please, Andrew
/*bof customer service*/
.mega-payments{float:left;}
.mega-confidence{float:right;width:60%;}
.mega-about{float:left;width:70%;}
.mega-right{float:right;position: relative;margin-left: 10px;width:145px;}.manufacturers-li{display:none;}
.customerservice-li{display:none;}
.sidebar{display:none;}
Use:
Code:
.customer_service{display:none;}
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
amandavz
Hi Again...Now I seem to be having another problem. In the Mega Menu (under Shop). When you hover over the link, everything is overlapping. The site I am working on is:
http://shoptocreate.com/index.php?main_page=index
If you could take a look and see what I might need to do to fix this.
Thanks.
I am not sure where the mistake was made. I would recommend re uploading the mega menu stylesheet from the template package.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am not sure where the mistake was made. I would recommend re uploading the mega menu stylesheet from the template package.
Thanks,
Anne
Okay...I'll try that. Thanks.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am not sure where the mistake was made. I would recommend re uploading the mega menu stylesheet from the template package.
Thanks,
Anne
Well, I tried that and it's still doing the same thing. Any other ideas?
You wouldn't happen to also know how to center the image and attributes would you? I searched everywhere in the product info display and the css and can't seem to figure it out.
Thanks for your help.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
amandavz
Well, I tried that and it's still doing the same thing. Any other ideas?
You wouldn't happen to also know how to center the image and attributes would you? I searched everywhere in the product info display and the css and can't seem to figure it out.
Thanks for your help.
Are you missing the includes/classes/categories_ul_generator.php
If you want to center a div in css you need to specify a width and add margin:0 auto;
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Hello again thanks for the great template again!
I had a quick question how would I center the product image on the product info pages?
For a page like this? http://thefriendlyvapor.com/menthol-...-liquid-flavor ?
Thanks in advanced!