Page 1 of 1
Search found 4 matches
Re: config issue and 500's instead of 404's
Thanks Ernie. Seems like "Warning: session_start(): Cannot send session cache limiter..." error I found this morning might have been because my host mucked about with my config.php (last save time on the server was well after I went to bed). I added the second HTTPS: for the image in the c...
Jump to post- Sun Apr 10, 2016 1:52 am
- Replies 2
- Views 447
config issue and 500's instead of 404's
I have two issues. Yesterday I pointed my domain (let's call it mydomain.com) to a subfolder (public_html/store/) where the opencart installation is located. I removed the .txt for htaccess and adjusted the config.php and admin/config.php to point to the subfolder. The only additional change I made ...
Jump to post- Sat Apr 09, 2016 9:49 pm
- Replies 2
- Views 447
Re: Product view on devices 767px or less
That's normal behavior. The right column moves under the left one whenever there's no more space for both. The break points for this are in de Bootstrap CSS - @media (max-width.....etc You can just take the div with class col-sm-4 and move it above the col-sm-8 and add pull-right to it if you want ...
Jump to post- Wed Mar 02, 2016 6:10 am
- Replies 4
- Views 713
Product view on devices 767px or less
I am using the default template and OC 2.1.0.2 I have adjusted the CSS of the template and bootstrap to give me the look I want... with one small exception. On the product page, there are two divs, col-sm-8 (which contains the images and description) and col-sm-4 (which contains the product name, qt...
Jump to post- Thu Feb 25, 2016 6:19 am
- Replies 4
- Views 713
Search found 4 matches