Page 39 of 152 FirstFirst ... 2937383940414989139 ... LastLast
Results 381 to 390 of 1518
  1. #381
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    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

  2. #382
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    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

  3. #383
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default 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;}

  4. #384
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    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?????

  5. #385
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by lruskauff View Post
    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

  6. #386
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by MeltDown View Post
    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

  7. #387
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by jpda View Post
    "overrule the computed setting $cols "
    Sorry, this: "overrule the computed setting $cols " should be: "overrule the computed setting $col_width"
    Last edited by jpda; 8 Oct 2015 at 04:22 AM. Reason: typo

  8. #388
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Thanks for the explanation.

  9. #389
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    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

  10. #390
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    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

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR