X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   What did the latest update do to my site?!? (https://forum.x-cart.com/showthread.php?t=73523)

GlasPak 02-04-2016 11:42 AM

What did the latest update do to my site?!?
 
https://glaspak.com/
Why are the link hovers pink instead of the blue they have always been?
What did they do to the footer that messed up my footer links?

razortw 02-05-2016 04:02 AM

Re: What did the latest update do to my site?!?
 
Hello.
5.2.12 brought in several significant changes in Simple CMS module and some other things related to the design part, probably the header was affected somehow.
You can easily change the colors via Custom CSS.
Let me know which color you would like to use, and I'll provide you with the CSS code.

GlasPak 02-05-2016 05:58 AM

Re: What did the latest update do to my site?!?
 
Quote:

Originally Posted by razortw
Hello.
5.2.12 brought in several significant changes in Simple CMS module and some other things related to the design part, probably the header was affected somehow.
You can easily change the colors via Custom CSS.
Let me know which color you would like to use, and I'll provide you with the CSS code.


I implemented

Code:

body a, body a:hover {
  color: #8aa1b3;
}


In custom CSS but it didn't change the link color for the menu items.

qualiteam 02-05-2016 08:59 AM

Re: What did the latest update do to my site?!?
 
For the sidebar menu you should also add this:
Code:

body .sidebar ul.menu a.active, body .sidebar ul.menu li a:hover {
  color: #8aa1b3;
}


And for the top menu:
Code:

body #top-main-menu li > a.tap,
body #top-main-menu > li > span.primary-title.tap,
body #top-main-menu > li:hover > span.primary-title,
body #top-main-menu > li.active > span.primary-title,
body #top-main-menu > li > span.primary-title:hover,
body #top-main-menu > .active > a,
body #top-main-menu li li:hover > a,
body #top-main-menu li li:hover > a::after,
body #top-main-menu li li a:hover,
body #top-main-menu li:hover > a {
  color: #8aa1b3;
}


qualiteam 02-05-2016 09:05 AM

Re: What did the latest update do to my site?!?
 
Quote:

Originally Posted by GlasPak
Never did. You guys changed the color on this release somehow. I never touched the a link css

I just implemented that CSS change and it didn't change the a:hover color.


I believe you use one of the standard design themes and links in that theme were always pink. So, I guess, you had changed the color to blue somehow in past. Do you have a custom module that implemented that change? Or did you changed links to blue through the Custom CSS tab?

GlasPak 02-05-2016 09:44 AM

Re: What did the latest update do to my site?!?
 
Quote:

Originally Posted by qualiteam
For the sidebar menu you should also add this:
Code:

body .sidebar ul.menu a.active, body .sidebar ul.menu li a:hover {
  color: #8aa1b3;
}


And for the top menu:
Code:

body #top-main-menu li > a.tap,
body #top-main-menu > li > span.primary-title.tap,
body #top-main-menu > li:hover > span.primary-title,
body #top-main-menu > li.active > span.primary-title,
body #top-main-menu > li > span.primary-title:hover,
body #top-main-menu > .active > a,
body #top-main-menu li li:hover > a,
body #top-main-menu li li:hover > a::after,
body #top-main-menu li li a:hover,
body #top-main-menu li:hover > a {
  color: #8aa1b3;
}


Quote:

Originally Posted by qualiteam
I believe you use one of the standard design themes and links in that theme were always pink. So, I guess, you had changed the color to blue somehow in past. Do you have a custom module that implemented that change? Or did you changed links to blue through the Custom CSS tab?


Thanks for the information. I guess I just never noticed it being pink before.

When is the estimate for the new cms module to fix the footer issue?

qualiteam 02-07-2016 09:37 PM

Re: What did the latest update do to my site?!?
 
Quote:

Originally Posted by GlasPak
When is the estimate for the new cms module to fix the footer issue?


Add this tweak in the Custom CSS tab:
Code:

#secondary-menu ul li a {
  white-space: nowrap;
}


This should help.

Triple A Racing 02-08-2016 04:09 PM

Re: What did the latest update do to my site?!?
 
Quote:

Originally Posted by GlasPak
When is the estimate for the new cms module to fix the footer issue?


Can anyone from X-Cart answer this question please?

The temporary tweak that was posted is very handy for those stuck with this issue after a live store upgrade, but it doesn't answer the question, despite it being a helpful workaround.

Nobody wants to be upgrading the core, then having to tweak any faults, then having to upgrade module(s) that were not correct when released with the upgraded core and then.... having to remove any corrective tweaks etc....... That's just work for the cat! 8O

The module release date allows any of us with a dev store, to take this from 5.2.10 to 5.2.12 in one operation, then double check EVERYTHING whilst in the dev store and do this safely before running the upgrade on the live store.

qualiteam 02-08-2016 10:45 PM

Re: What did the latest update do to my site?!?
 
Quote:

Originally Posted by GlasPak
When is the estimate for the new cms module to fix the footer issue?


A new version of Simple CMS module that includes the fix is planned to be released in a couple of days.

GlasPak 02-10-2016 12:28 PM

Re: What did the latest update do to my site?!?
 
Quote:

Originally Posted by qualiteam
A new version of Simple CMS module that includes the fix is planned to be released in a couple of days.



... Your CMS update messed up my footer even further... Really?!?
I had to manually change the font size to 12px to make it semi normal

#secondary-menu .footer-menu > .leaf > a {
font-size: 12px;
}


All times are GMT -8. The time now is 12:50 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.