Re: Responsive Sheffield Blue
Quote:
Originally Posted by
gazag
Hello Anne,
I realize that the pure CSS mega menu is not responsive, i have downloaded and installed that from your website and it work great but now i need to adjust it to make it responsive. On your new responsive templates such as this one that has the responsive mega menu where did you have to make the changes?
Is it mainly in the responsive.css file or more than that?:wacko::lamo:
Ok, I understand. If you take a peek at the readme.html file included in the template package in the credits section there will be a link to the tutorial that has the code for the handheld menu ;)
Thanks,
Anne
Re: Responsive Sheffield Blue
Hi!
Is there a possibility to built in a anti-spam filter in the header menu? In the mail form i mean.
And if so, how do i do that?
I already received a few ############ offers :blush:
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
This bug has already been addressed earlier in this thread and a patch has been posted.
Thanks,
Anne
Post # please. I've been though the entire thread and did not find the patch referred to. Thanks.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Marcel Wiegers
Hi!
Is there a possibility to built in a anti-spam filter in the header menu? In the mail form i mean.
And if so, how do i do that?
I already received a few ############ offers :blush:
If you do a forum search, I think it is in the abbington mega support thread or the sheffield blue support thread, there is code posted to cut down on spam in the header contact us form ;)
Thanks,
Anne
Re: Responsive Sheffield Blue
Anne,
I see that you are making Bradford Pure responsive using 'Responsive DIY Template Default for 1.5.x V2.0'.
Do you have any plans to upgrade Responsive Sheffield Blue to this latest framework package?
Cheers
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
simon1066
Anne,
I see that you are making Bradford Pure responsive using 'Responsive DIY Template Default for 1.5.x V2.0'.
Do you have any plans to upgrade Responsive Sheffield Blue to this latest framework package?
Cheers
Yes, I will probably be updating all of the responsive template packages to the new framework ;)
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
Yes, I will probably be updating all of the responsive template packages to the new framework ;)
Thanks,
Anne
That's great, thank you
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
I have included a cross browser javascript to make isolating css on specific browsers easier. Add a rule to the bototm of your stylesheet for .ie8 #navMainSearch input[type="image"] {top:5px; or whatever to line it up}
Anne
I had added a header BG image to RenaissanceManInc.com:
Code:
#headerWrapper{background:url("../images/hd.png") no-repeat scroll center top / 1200px rgba(0, 0, 0, 0);}
needed add following for it to show up in internet explorer 8:
Code:
.ie8 #headerWrapper {
position: relative;
background: url("http://renaissancemaninc.com/includes/templates/renaissance3/images/hd.jpg");
background-repeat: no-repeat;
}
Had tried adding the HTML5Shiv to header_html.php file as well, but it did not solve the issue.
The wordpress twentythirteen responsive theme background header works on ie8, but I'm not sure how or why.
Apparently nearly 10% of internet surfers were still using ie8 as of Spring in 2013.
Re: Responsive Sheffield Blue
Hey Anne...
I hope what I'm getting isn't a bug, but my product pages aren't displaying descriptions even though the settings say they should...
Zen 1.5.1, Sheffield Blue Responsive, add-ons Apsona ShopAdmin, Easy Populate 4, Zen Lightbox, hosted on GoDaddy. This is a site in development to replace the current site so it's not really live yet...
Configuration>Product Listing>Display Product Description is set at 150; All Listing, New Listing and Featured are all at 0... I've got several products in there with descriptions but none will display on the individual product pages... Am I missing something?
Thanks in advance!...
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
chowardart
Hey Anne...
I hope what I'm getting isn't a bug, but my product pages aren't displaying descriptions even though the settings say they should...
Zen 1.5.1, Sheffield Blue Responsive, add-ons Apsona ShopAdmin, Easy Populate 4, Zen Lightbox, hosted on GoDaddy. This is a site in development to replace the current site so it's not really live yet...
Configuration>Product Listing>Display Product Description is set at 150; All Listing, New Listing and Featured are all at 0... I've got several products in there with descriptions but none will display on the individual product pages... Am I missing something?
Thanks in advance!...
This is a bug! But, it has been already noted and I posted a patch earlier in the thread :)
Thanks,
Anne