Page 15 of 50 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 496
  1. #141
    Join Date
    Nov 2009
    Location
    Sydney Australia
    Posts
    84
    Plugin Contributions
    0

    Default Re: Dover Fine Responsive Template

    Sorry Anne,

    One query you don't need to answer . . .

    I took one more stab at it and figured it out. For those as stumped as I was, here is how to hide the ovals and titles on main slide show.

    /includes/templates/dover_fine/css/stylesheet_supersized_shutter.css

    Look for #slidecaption (two lines of code on or about 19 & 20 - one for title one for background) and add the "display:none;" just inside those final brackets.

    Quote Originally Posted by smcelligott View Post
    Hi Anne,

    I have to echo all of the other comments about how brilliant this template is. So much I love about it. Thanks. Having a number of teething issues, but this one has stumped me. Where in the CSS can I suppress the ovals and titles from displaying on the main page banners. Seems like it should be easy, but this has me baffled!

    Thanks, Sean
    Sean M - Sydney, Australia

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by smcelligott View Post
    Hi Anne,

    I have to echo all of the other comments about how brilliant this template is. So much I love about it. Thanks. Having a number of teething issues, but this one has stumped me. Where in the CSS can I suppress the ovals and titles from displaying on the main page banners. Seems like it should be easy, but this has me baffled!

    Thanks, Sean
    If you post a link to your site I can take a look ;)

    Thanks,

    Anne

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by smcelligott View Post
    Sorry Anne,

    One query you don't need to answer . . .

    I took one more stab at it and figured it out. For those as stumped as I was, here is how to hide the ovals and titles on main slide show.

    /includes/templates/dover_fine/css/stylesheet_supersized_shutter.css

    Look for #slidecaption (two lines of code on or about 19 & 20 - one for title one for background) and add the "display:none;" just inside those final brackets.
    Thank you for posting your solution. I am happy that you figured it out and that you are using the template for your zen cart ;)

    Thanks,

    Anne

  4. #144
    Join Date
    Nov 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Dover Fine Responsive Template

    BTW this script is not included with the package .... >>>>
    HTML Code:
    includes/templates/dover_fine/jscript/jquery.easing.min.js
    I checked twice and is not in the distribution, nor in the extracted directory ...[/QUOTE]

    =====

    (Actually, a response / query to IceCold. Anne, if/when you see this, I have to compliment you - you do phenomenal work!)

    Did you ever find out where to either get a copy of this script or assurances it wasn't needed? I hunted through the thread and never saw another reference to it. I did get it pop up as missing from both Google and Screaming Frog.

    Thanks for the help - I appreciate it.

    J. R.
    Last edited by HurlingGuano; 25 Sep 2014 at 01:32 AM. Reason: Botched the initial reply

  5. #145
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Dover Fine Responsive Template

    Hi Anne,
    Thank you for this template.
    I am currently testing this and it is great so far.

    However, one thing I would like to change is remove the slideshow from the main page, and just have the standard two column zen cart main page there instead, much like when you are displaying a product or category page.

    I know there is an if statement in tpl_mainpage.php to show the slideshow if the current page is the main page. I've taken this out which does disable the slideshow, but any content (e.g. new products, featured products, etc) on that page goes the full width (i.e. under the left navigation column).

    I guess this would also need a css change - could you point me in the direction?

    Thanks.

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by HurlingGuano View Post
    BTW this script is not included with the package .... >>>>
    HTML Code:
    includes/templates/dover_fine/jscript/jquery.easing.min.js
    I checked twice and is not in the distribution, nor in the extracted directory ...


    The script is called remotely in the/tpl_modules_mobile_categories_tabs.php file so it should be safe to remove the code from the tpl_main_page.php file.

    Thanks,

    Anne

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by garethp View Post
    Hi Anne,
    Thank you for this template.
    I am currently testing this and it is great so far.

    However, one thing I would like to change is remove the slideshow from the main page, and just have the standard two column zen cart main page there instead, much like when you are displaying a product or category page.

    I know there is an if statement in tpl_mainpage.php to show the slideshow if the current page is the main page. I've taken this out which does disable the slideshow, but any content (e.g. new products, featured products, etc) on that page goes the full width (i.e. under the left navigation column).

    I guess this would also need a css change - could you point me in the direction?

    Thanks.
    If you post a link to your site I can take a look.

    Thanks,

    Anne

  8. #148
    Join Date
    Nov 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Dover Fine Responsive Template

    Thank you, Anne! I appreciate the quick response. You are definitely a class-act!

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by HurlingGuano View Post
    Thank you, Anne! I appreciate the quick response. You are definitely a class-act!
    Thanks

  10. #150
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Dover Fine Responsive Template

    Think I've got it...

    index_home.css

    changed:
    Code:
    .col250{position:absolute;left:0;top:0;height:100%;z-index:30;}
    to:
    Code:
    .col250{height:100%;z-index:30;}
    Seems to be working - can you confirm that this is correct?

    Thanks.

    Quote Originally Posted by garethp View Post
    Hi Anne,
    Thank you for this template.
    I am currently testing this and it is great so far.

    However, one thing I would like to change is remove the slideshow from the main page, and just have the standard two column zen cart main page there instead, much like when you are displaying a product or category page.

    I know there is an if statement in tpl_mainpage.php to show the slideshow if the current page is the main page. I've taken this out which does disable the slideshow, but any content (e.g. new products, featured products, etc) on that page goes the full width (i.e. under the left navigation column).

    I guess this would also need a css change - could you point me in the direction?

    Thanks.

 

 
Page 15 of 50 FirstFirst ... 5131415161725 ... LastLast

Similar Threads

  1. v154 dover fine - removing links
    By simon3215 in forum Addon Templates
    Replies: 8
    Last Post: 3 Oct 2018, 03:42 AM
  2. v154 Best Responsive Template
    By martynbaker52 in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2015, 02:35 AM
  3. v154 Dover Fine configuration
    By tuborg in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Feb 2015, 02:27 PM
  4. v154 Using Dover Fine & Image Handler 4
    By wlamoreaux in forum General Questions
    Replies: 1
    Last Post: 28 Jan 2015, 11:17 PM
  5. v151 responsive template problems
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 May 2014, 07:11 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