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
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
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
smcelligott
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
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
smcelligott
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
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.
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.
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
HurlingGuano
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
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
garethp
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
Re: Dover Fine Responsive Template
Thank you, Anne! I appreciate the quick response. You are definitely a class-act!
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
HurlingGuano
Thank you, Anne! I appreciate the quick response. You are definitely a class-act!
Thanks :hug:
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
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.