Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Previous Page | Next Page
Author « Topic »
Page: of 4

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  
I would add this to the css file

div.catname > a.ectlink:visited{color:#000;}

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 :  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  
They show as dark to me. Can you try forcing a refresh - Ctrl + Refresh

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 :  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  
I was looking on the detail page where the div.previousnect is used. One the products page you would need

div.pagenums > a.ectlink:visited{color:#003333;}

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 :  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  
Hi Lyn

You can do that. Look in the right sidebar on ectwp.com for our example.

Andy

Please feel free to review / rate our software

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  
I'm out of the office at the moment but send me on your details and I'll take a look when I'm back.

Andy

Please feel free to review / rate our software

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  
Sorry, I have been out of the office and missed that. In ectstyle.css

you need

div.detailcurrency{
padding-top: 6px;
font-size: 0.8em;
float:right;

around line 717

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: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
Page: of 4 « Topic »  
Previous Page | Next Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000