LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/03/2018 : 20:56:31
How can I center the prodfilter bar on products.php? Thanks, Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/04/2018 : 00:17:54
In ectstyle.css use the following /* The products page -------------------------------------*/ div.prodfilter{ background-color:#fff; border: 1px solid #003333; padding:2px; color:#009999; margin-bottom:4px; } div.prodfilterbar{ width:98%; margin-bottom:14px; padding-bottom:8px; text-align:center; } div.prodfilter{display:inline-block} div.filtertext{ padding:8px; background-color:#99d6d6; color:#003333; } select.prodfilter{ padding:4px; margin:0px; margin-left:20px; border: 1px solid #ccc; } Andy Please feel free to review / rate our software
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/04/2018 : 01:12:32
Awesome! Thank you, Andy. Lyn
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/04/2018 : 01:18:10
Just fine-tunning categories.php The name of the category if it is visited is showing as white. This is what I have in ectstyle /*Internal store navigation*/ a.ectlink:link { color: #003333; text-decoration: underline; }
a.ectlink:visited { background-color: #009999; color: #fff; text-decoration: none; }
a.ectlink:active { background-color: #009999; color: #fff; text-decoration: none; }
a.ectlink:hover { background-color: #009999; color: #fff; text-decoration: none; } Thanks, Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/04/2018 : 01:37:40
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/04/2018 : 02:47:03
Trying to change the visited previousnext page numbers on product.php to a dark color. I added this ectstyle. div.previousnext > a.ectlink:visited{color:#003333;} Still showing as white. Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/04/2018 : 03:24:05
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/04/2018 : 03:29:17
https://www.kennykreations.com/test/products.php Cleared cache and did a Ctrl + Refresh. Still seeing the visited pages as white. Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/04/2018 : 03:38:57
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/04/2018 : 04:17:04
Thanks, Andy. Lyn
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/06/2018 : 03:09:00
Hi Andy, is it possible to add the ECT Product Carousel to the landing page in the "services" area? https://www.kennykreations.com/test/ where I have 3 product images showing beneath the banner (not yet edited) Thanks, Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/06/2018 : 03:58:02
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/06/2018 : 04:18:03
Thanks, Andy. I downloaded and installed the plugin ECT Product Carousel, activated it. I can go to Settings, but when I click on Add New, I get a blank page. Downloaded it and installed again - same thing. Thanks, Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/06/2018 : 04:44:59
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/06/2018 : 22:22:25
https://www.kennykreations.com/test/proddetail.php?prod=Antique+Rose+Quilt I am having difficulty formatting proddetail.php I want all of the currency, format, add to cart to appear on the right hand side of the page as it does here: https://www.kennykreations.com/proddetail.php?prod=Antique-Rose-Quilt Thanks, Lyn
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/07/2018 : 14:18:01
https://www.kennykreations.com/test/Antique-Rose-Quilt I am having problems formating proddetail.php I want the currency, format, add to cart to appear under price on the right hand side of the prodimages. This is what I have in includes: $GLOBALS['usecsslayout']=TRUE; $GLOBALS['detailpagelayout']='productname,productimage,price,currency,options,addtocart,description,previousnext,emailfriend'; Thanks, Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/09/2018 : 00:36:00
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/09/2018 : 03:28:05
Andy, how do I center Format and Please Select on the proddetail page. This is what I have in ectstyle: div.detailoptions{ float:right; margin-bottom:8px; display:inline:block; width:35%; text-align:center; }
div.detailoptiontext{ display:inline:block; float:right; padding-left:10px; margin:15px 0px; min-width:160px; text-align:center; }
div.detailoption{ float:right; margin:10px 0px; display:inline:block; text-align:center; }
input.detailprodoption{ margin-right:6px; float:right; text-align:center; }
select.detailprodoption{ padding:4px; clear:right; text-align:center; } Thanks, Lyn
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/09/2018 : 03:38:33
You would need div.detailoptiontext{ width:100%; float:left; padding-left:10px; margin:15px 0px; min-width:160px; text-align:center; } div.detailoption{ float:left; width:100%; margin:10px 0px; display:inline:block; text-align:center; } Andy Please feel free to review / rate our software
|
LynK
Ecommerce Template Expert
Australia
696 Posts Pre-sales questions only (More Details...)
|
Posted - 01/09/2018 : 03:45:38
Thanks, Andy. Just finetuning now, nearly ready to set the site live. The great news is that I have been able to set up the Search engine friendly URLs to work correctly. The other funny thing that is happening on proddetail page is that when you scroll down, the prodimages float in front of the navbar. Is there a way to fix that? Lyn
|
|