Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
I do not want to change the dimensions of the slide show. I want to get rid of the text ""Manage the slide show in Admin" , "Optimized for all devices", "Extensive Documentation", etc. etc.
Thanks in advance for your help.
You can add a display:none; in the stylesheet_flex.css for these. I would recommend using chrome and the web developer tools to find the line number that needs to be edited.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
I apologize for my abruptness. So how do you get the addtoany feature to show on the product info page?????? By the way my copy of version 2 template did not come with any installation instructions??????
If you downloaded the package on this site or from my site, there is a readme.html file included.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
This worked, thanks!
The long answer is:
find .banner span {background-color: rgba(255, 255, 255, 0.2);color: #000;bottom: 0px;height:
auto;line-height: normal;text-indent: 18px;position: absolute;font-size:200%;width:
100%;padding: 15px 0;}
in the stylesheet_flex.css file and replace it with this:
.banner span {display:none;}
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
If you downloaded the package on this site or from my site, there is a readme.html file included.
Thanks,
Anne
The readme.html file is in the download package. The only problem is that it doesn't display in the latest IE, only in chrome?????????
Anyway there are no instructions for the "add to any implementation". Does the template only allow for the installation of this plugin or does it come with it?????
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
lruskauff
Hi Anne
When I viewed it last night it showed 2 on my screen and on my ipad, which is why I suggested the change.
So I went to your demo this morning and it also showed 2. Then I realized that I am on a new computer with a much larger screen and only using 2/3 of the viewing area. So maybe it is SUPPPOSED to go to 2 columns at a certain width to avoid too close buttons? Still, 2/3s of my large screen still seems large enough to view 3 columns. When changing the 45% to 30% (or even deleting it all together), it works. But I'm also aware that it may make other parts "NOT" work, so I'm trying to figure out why it is needed at all (the 45% that is).
Thanks
Linda
Hi Linda,
Changing 45% to 30% (lines 387 and 413) works but it will mess up the footer layout (if left column is on).
These settings in responsive_default.css overrule the computed setting $cols in "\includes\modules\responsive_sheffield_blue\product_listing.php", resulting in 32.5% (mostly). Thus deleting them in responsive_default.css will have the same effect as changing them to 32.5% in the .css.
This template has Flexible Footer Menu v1_1 built in which tries to divide the footer according to the number of columns in the footer, which IMHO seems to cause the confict. Version 1_2 and the multi-lingual version use a different way to divide the footer in columns. I did not yet try to remove v1_1 and replace by v1_2.
@Anne: Any plans to use Flexible Footer Menu v1_2 or ML in a future release? Or is there a quick fix available?
Cheers,
jpda
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
MeltDown
My site: chasingzodiacs.com/shop
I'm having difficulty removing/hiding the tagline. in my stylesheet I've tried:
Code:
div#tagline{display:none;}
and
Code:
div#tagline {
display: none !important;
}
and
Code:
div#taglineWrapper, div#tagline {
display: none !important;
}
And even tried commenting out this:
Code:
#tagline {margin:0;color:#444;font-size:150%;text-align:left;text-transform:lowercase;clear:both;margin-left:30px;margin-top:15px;}
but to no avail.
If I remove the text from HEADER_SALES_TEXT it breaks the header layout. Any idea what I've missed?
Thanks you!
You can also put one space or in the text and leave the display as it was originally. Hope this helps.
Cheers,
jpda
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
jpda
"overrule the computed setting $cols "
Sorry, this: "overrule the computed setting $cols " should be: "overrule the computed setting $col_width"
Re: Responsive Sheffield Blue V 2.0!
Thanks for the explanation.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
This worked, thanks!
The long answer is:
find .banner span {background-color: rgba(255, 255, 255, 0.2);color: #000;bottom: 0px;height:
auto;line-height: normal;text-indent: 18px;position: absolute;font-size:200%;width:
100%;padding: 15px 0;}
in the stylesheet_flex.css file and replace it with this:
.banner span {display:none;}
I am happy that you figured it out and posted your solution ;)
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
The readme.html file is in the download package. The only problem is that it doesn't display in the latest IE, only in chrome?????????
Anyway there are no instructions for the "add to any implementation". Does the template only allow for the installation of this plugin or does it come with it?????
It comes out of the box with the add to any installed.
Thanks,
Anne