hey there
after i upgrade my client's store from 3.0.3.7 (7.4 php) to 3.0.4.1 php 8.2, it broke my stylesheet.
tried several things but coudnt find whats wrong, any clue?
after i upgrade my client's store from 3.0.3.7 (7.4 php) to 3.0.4.1 php 8.2, it broke my stylesheet.
tried several things but coudnt find whats wrong, any clue?
Last edited by zeus192 on Mon Oct 14, 2024 5:59 pm, edited 1 time in total.
Your or "clients" stylesheet ? ?
And what is wrong?
Please be more specific and provide details, visiting this URL and see no errors ..
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
What exact error messages did you get? In order to help you here we need more information, see forum rules.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
For example, here: https://numisivo.com/moedas i added several flags to each category
.cat-name [href*="&path=85_91_89"]::before {
content: "";
display: inline;
position: relative;
padding-left: 20px;
background-image: url(/image/flags/pt.png);
background-position: center 12%;
background-repeat: no-repeat;
}
but it dsnt display.
Same for vars, it says is not set
.cat-name [href*="&path=85_91_89"]::before {
content: "";
display: inline;
position: relative;
padding-left: 20px;
background-image: url(/image/flags/pt.png);
background-position: center 12%;
background-repeat: no-repeat;
}
but it dsnt display.
Same for vars, it says is not set
The latest is currently 3.0.4.0: https://www.opencart.com/index.php?rout ... ad/history
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
As said, please provide more details in order to get some help here. For your given link, looking at the source code, there is no href containing path=85_91_89 anywhere on your page.
In general, styling a link based on its href, you should use something like this:
See https://stackoverflow.com/questions/293 ... n-its-href
In general, styling a link based on its href, you should use something like this:
Code: Select all
.cat-name a[href*="&path=85_91_89"]::before {
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
The site appears to use a stylesheet - is this fixed?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Who is online
Users browsing this forum: No registered users and 14 guests