Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

What did the latest update do to my site?!?

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 02-04-2016, 11:42 AM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default 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?
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote
  #2  
Old 02-05-2016, 04:02 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default 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.
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote
  #3  
Old 02-05-2016, 05:58 AM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default 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.
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote
  #4  
Old 02-05-2016, 08:59 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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; }
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
  #5  
Old 02-05-2016, 09:05 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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?
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
  #6  
Old 02-05-2016, 09:44 AM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default 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?
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote
  #7  
Old 02-07-2016, 09:37 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
  #8  
Old 02-08-2016, 04:09 PM
 
Triple A Racing Triple A Racing is offline
 

X-Wizard
  
Join Date: Jul 2008
Location: Manchester UK
Posts: 1,028
 

Default 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!

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.
__________________
Dev Store & Live Store XC Business 5.4.1.35
Server; Ubuntu 22.04.2 LTS (HWE 6.2.0.26.26 Kernel)) / Plesk Obsidian
Nginx 1.20.4 / Apache 2.4.52 (Ubuntu Backported) / MariaDB 10.11.4 / PHP 7.4.33
Reply With Quote
  #9  
Old 02-08-2016, 10:45 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote

The following user thanks qualiteam for this useful post:
Triple A Racing (02-09-2016)
  #10  
Old 02-10-2016, 12:28 PM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default 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;
}
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:33 AM.

   

 
X-Cart forums © 2001-2020