Page 1 of 1
Search found 5 matches
Re: Opencart 3.0.2 admin panel not displaying correctly
I had this issue with my websites several times and the problem came from Google Pagespeed extension in my cPanel. I solved this by adding the following code to my .htaccess root file.
Code: Select all
ModPagespeedDisableFilters combine_css
- Wed Mar 31, 2021 5:00 pm
- Replies 4
- Views 987
Re: Style Sheet not loading Properly
I had this issue with my websites several times and the problem came from Google Pagespeed extension in my cPanel. I solved this by adding the following code to my .htaccess root file.
Code: Select all
ModPagespeedDisableFilters combine_css
- Wed Mar 31, 2021 4:57 pm
- Replies 10
- Views 8657
Re: Admin Panel not loading after SSL is enabled.
I had this issue with my websites several times and the problem came from Google Pagespeed extension in my cPanel. I solved this by adding the following code to my .htaccess root file.
Code: Select all
ModPagespeedDisableFilters combine_css
- Wed Mar 31, 2021 4:55 pm
- Replies 5
- Views 1767
Re: CSS not loading with HTTPS
I had this issue with my websites several times and the problem came from Google Pagespeed extension in my cPanel. I solved this by adding the following code to my .htaccess root file.
Code: Select all
ModPagespeedDisableFilters combine_css
- Wed Mar 31, 2021 4:54 pm
- Replies 5
- Views 2717
Re: How to remove description
The space is a result of a minimum height being applied to the product box in the stylesheet (catalog/view/theme/default/stylesheet/stylesheet.css). The following block of code, found at lines 549 to 552, defines the minimum height: .product-grid .product-thumb .caption { min-height: 210px; padding...
Jump to post- Sun Jan 17, 2021 11:18 pm
- Replies 20
- Views 13288
Search found 5 matches