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
Author « Topic »
Page: of 4

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/12/2018 :  14:40:26  
Hi Andy,
I have put this in ectstyle:
.cartempytclickhere >a.ectlink:visited{color:#333}
.cartempytclickhere >a.ectlink:link{color:#333}
I'm still getting white text on the cart page.
Thanks, Lyn

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 01/12/2018 :  15:21:08  
Hi Lyn, I'm seeing the click here can you try clearing your browser history / cache then check the site.

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/12/2018 :  17:17:38  
Thanks, Marlene. I am seeing it now too.
Can you please tell me how to change the look of the dropdown cart in the top nav bar.
I would like the background to be #990099 and the text:#fff.
Whenever I make these changes, it so affects the links in the Minicart in the left sidebar.
Ii do not want them to change.
Thanks, Lyn

Andy
ECT Moderator

95440 Posts

Posted - 01/13/2018 :  01:06:37  
I think you'd need something like this

.ectdp_minicartopen > a.ectlink{background:#990099 !important;}
.ectdp_minicartcontainer{color:#fff;background:#990099 !important;}

Andy


Please feel free to review / rate our software

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  01:21:41  
Hi Andy, I am now subscribing to the website gremlin theory!
When I try to go to a proddetail page, eg. https://www.kennykreations.com/test/Antique-Rose-Quilt
I am getting: Oops! That page can’t be found.
I have not made any changes to proddetail.php and as of yesterday, the SEO friendly URLs were working well.
Lyn

Andy
ECT Moderator

95440 Posts

Posted - 01/13/2018 :  01:29:02  
Check your includes.php file and .htaccess file as I see

https://www.kennykreations.com/test/test/Candlewick-Collection

instead of

https://www.kennykreations.com/test/Candlewick-Collection

Andy

Please feel free to review / rate our software

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  01:38:53  
Andy, this is what I have in htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^category/([^/.]*)/?$ /test/categories.php?cat=$1 [QSA,nc,L,B]
RewriteRule ^product/([^/.]*)/?$ /test/products.php?cat=$1 [QSA,nc,L,B]
RewriteCond %{REQUEST_URI} !/test/sample-post/
RewriteRule ^([^/.]+)$ test/proddetail.php?prod=$1 [QSA,nc,L,B]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ./index.php [L]
</IfModule>
# END WordPress

In includes, I have
//remove when sending store live
//$GLOBALS['orstoreurl']="https://www.kennykreations.com/test/";
I removed the comment out for orstoreurl, but it didn't make any difference, so I have put it back as above.

I have this in header:
<base href="http<?php if(@$_SERVER['HTTPS']=='on') print 's'?>://www.kennykreations.com/test/" />
Lyn

Edited by - LynK on 01/13/2018 01:43:06

Andy
ECT Moderator

95440 Posts

Posted - 01/13/2018 :  01:46:12  
For the last entry change that to

<?php if(strpos($_SERVER['PHP_SELF'],'products.php')!==FALSE){ ?>
<base href="http<?php if(@$_SERVER['HTTPS']=='on') print 's'?>://www.kennykreations.com/test/" />
<?php } ?>

<?php if(strpos($_SERVER['PHP_SELF'],'categories.php')!==FALSE){ ?>
<base href="http<?php if(@$_SERVER['HTTPS']=='on') print 's'?>://www.kennykreations.com/test/" />
<?php } ?>

Andy

Please feel free to review / rate our software

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  01:51:28  
Andy, made those changes, cleared cache - still getting
Oops! That page can’t be found on proddetail pages, eg
https://www.kennykreations.com/test/Candlewick-Collection
Lyn

Edited by - LynK on 01/13/2018 01:52:47

Andy
ECT Moderator

95440 Posts

Posted - 01/13/2018 :  02:03:44  
OK, leave that change as it's a better way of doing things.

What changes did you make to the site before the error?

Andy

Please feel free to review / rate our software

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  02:07:29  
Changes as above to minidropdowncart.css.
Changes as above to ectstyle - re cartemptyclickhere link.
Other than that, I haven't made any changes to the site in the last 24 hours.
Lyn

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  02:43:49  
Andy, I just remembered. I tried to set up the blog and some blog posts last night.
Created a new page, named it blog, added it to Posts page in Settings, Reading.
Added a couple of test posts.
When I clicked on the link in the Menu, it gave a message: this product cannot be found, or no such product (something to that effect).
I decided to leave it for another day.
Just now, when I clicked on Blog in the menu, it gives me the ECTICE original landing page.
Lyn

Andy
ECT Moderator

95440 Posts

Posted - 01/13/2018 :  02:46:18  
I just edited your htaccess file - that should have done it.

Andy

Please feel free to review / rate our software

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  02:48:31  
Thank you!
Proddetail pages are back again!

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  02:59:48  
https://www.kennykreations.com/test/categories.php
When I click on Piece-in-the-Hoop, it does not go to to
https://www.kennykreations.com/test/category/Piece-in-the-Hoop, though it does show this in the URL. It stays on the categories.php
Andy, can you see what is happening here? All of the other categories link through as they should.
I've checked in vsadmin, and I can't see any differences in the set up there.
Thanks, Lyn

Andy
ECT Moderator

95440 Posts

Posted - 01/13/2018 :  03:02:57  
You should remove the dashes in the category name.

Andy

Please feel free to review / rate our software

LynK
Ecommerce Template Expert

Australia
696 Posts

Pre-sales questions only
(More Details...)

Posted - 01/13/2018 :  03:07:01  
Simple! Thanks!
Page: of 4 « Topic »  
Previous Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.04 seconds. Snitz Forums 2000