Hello All, This issue is NOW CLOSED thanks to xxVirusxx
Yes this topic has been written about in the past but the only answers I have found do not target 3.0.2.0.
In the past I had installed a Theme that overwrote the Default Opencart files.
I took the time and deleted each file one by one and uploaded the Original 3.0.2.0 files. Everything seems to default back to a good baseline with 2 exception this topic and one other (which I will post separately).
my site is www.nonniesmeals.com (yes I have made some color modifications within stylesheet.css).
My issue is on the home page I cannot find where to limit the area Featured Products (now titled "This Weeks Menu") and Specials. What I am trying to do is make it only cover the same amount of area as the other pages (example:) http://www.nonniesmeals.com/index.php?r ... ry&path=60
I have looked here on Opencart forum, and google several time and tried most everything suggested by others. The biggest issue is most suggestions are not .twig and the default stylesheet.css for 3.0.2.0 do not have a lot of the text that the suggestions state.
Any help and guidance will be appreciated.
So you want to be like default/before?
Try to refresh Ocmod, clear Vqmod cache (if you have installed), Theme Cache, SASS Cache.
Was a free theme that broke Featured module? A link if is free.
Maybe that theme replaced Featured controller from admin or catalog...
LE. Or some ocmod extensions in System folder...
Try to refresh Ocmod, clear Vqmod cache (if you have installed), Theme Cache, SASS Cache.
Was a free theme that broke Featured module? A link if is free.
Maybe that theme replaced Featured controller from admin or catalog...
LE. Or some ocmod extensions in System folder...
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Thank You xxvirusxx that resolved the issue, I wish I had asked the question days ago. It would have saved me hours; but not all is lost I have learned a lot about the current way of coding. I am a bit of old school, I understand the intent but did not keep up with the advancements of coding so not a total waste of time.
Thanks again
Thanks again
You have a "bug" in you stylesheet and broke add to cart on mobile
Replace this:
with this:
And this:
with this:
Replace this:
Code: Select all
@media (min-width: 767px) {
.product-list .product-thumb .image {
float: left;
padding: 0 15px;
}
Code: Select all
@media (min-width: 767px) {
.product-list .product-thumb .image {
float: left;
padding: 0 15px;
}
}
Code: Select all
@media (max-width: 767px) {
.product-list .product-thumb .caption {
min-height: 0;
margin-left: 0;
padding: 0 10px;
}
Code: Select all
@media (max-width: 767px) {
.product-list .product-thumb .caption {
min-height: 0;
margin-left: 0;
padding: 0 10px;
}
}
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Who is online
Users browsing this forum: Google [Bot] and 28 guests