like the first one is "Show AllAbout CoHeart" under first category of main menu, the space between "AllAbout" is gone(which should be "Show All About CoHeart"),
I added in <a href="{{ category.href }}" class="see-all">{{ text_all }} {{ category.name }}</a> in menu.twig but not working,
cant find any related coding in stylesheet.css, any idea please?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Could you please confirm what changes have been implemented? This will help us better understand the problem and assist you accordingly.
Regards,
Knowband Team
Opencart Plugins: Knowband Store
Email: support@knowband.com
OC 3.0.4.0 does not use jquery-2.1.1.
The purpose of upgrading is to upgrade certain elements and jquery is an important one.
It would be much better for you to reinstall the site on a brand new OC3.0.4.0 which has all the upgrades and use JNeuhoff import / export tool or MySQL to transfer the database. You are running into problems that dont exist (and very difficult to fix without hiring a developer to look at your system) because how ever you have upgraded it has not worked correctly.
As a quick and imperfect solution to this issue you can try adding a space after {{ text_all }} in the language file.
Note you should not need to use " " should work for one space and " " should provide three spaces.
Another alternatives would be to add css classes.
Code: Select all
<span class="xall">{{ text_all }}</span> <span class="xcat">{{ category.name }}</span>
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
OC 3.0.4.1 supports any of the jquery-2.1.1, jquery-3-7-0, and jquery-3-7-1, to keep it backward-compatible with themes from previous OC 3.0.x.x versions. The default theme of OC 3.0.4.1 uses jquery-3-7-1.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
The user does not suggest they have a theme and the site does not appear to have a theme either, just some css edits.
I can understand why backward compatibility is important, but the important reasons to upgrade your Opencart version are to upgrade jquery, bootstrap and php. Why go through all of the process of upgrading only to leave the important bits out? In admin it causes a few problems that can cost money to fix compatibility with not so much reward, but in the front end?
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
For the frontend we just kept the old jquery libraries because some themes try to be compatible accross the whole range of OC 3.0.x.x versions.
But yes, I agree, the OP should use the latest jquery library, as is the case for the catalog/view/theme/default/common/header.twig . So he's certainly done more than some simple CSS changes, and isn't using the latest header.twig .
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
the issue might be related to CSS or how the new version renders spaces. Try checking white-space: nowrap; or display: inline-block; for the .see-all class in your CSS. Also, inspect the output in the browser’s dev tools to see if the space is being stripped.knowband.plugins wrote: ↑Fri Feb 28, 2025 7:36 pmWe have checked your website (https://ch-power.com/), and it appears that modifications have been made to the core files (not specifically related to CSS), which may be causing the issue.
Could you please confirm what changes have been implemented? This will help us better understand the problem and assist you accordingly.
Users browsing this forum: No registered users and 10 guests