ArtcoInc 308 Posted April 4, 2014 It is because you have the configure file set up as www.site.com but you are visiting site.com There is a potential fix further back in the thread, search for it, try it, and let me know if it cures it. Was able to fix this in .htaccess RewriteEngine on RewriteEngine on RewriteCond %{HTTP_HOST} ^shelbowhispertips\.com$ [NC] RewriteRule ^(.*)$ http://www.shelbowhispertips.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^www.shelbowhispertips\.com$ RewriteRule ^(/)?$ /catalog/index.php [L] Thanks! Malcolm Get the latest Responsive osCommerce CE (community edition) here . Share this post Link to post Share on other sites
burt 3,839 Posted April 4, 2014 That is not a fix, you've only hidden the problem. I take it you did not find the potential fix further back in the thread. This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
♥bruyndoncx 260 Posted April 4, 2014 That is not a fix, you've only hidden the problem. I take it you did not find the potential fix further back in the thread. @@burt , the same issue is also present on your template test site KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites
burt 3,839 Posted April 4, 2014 That would be because I have not implemented the potential fix. This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
♥GLWalker 144 Posted April 4, 2014 @@burt A question - Ive seen lots of commits on Harald's 2.3.4 branch - are these getting rolled into this release as well? Follow the community build: BS3 to osCommerce Responsive from the Get Go! Check out the new construction: Admin Gone to Total BS! Share this post Link to post Share on other sites
ArtcoInc 308 Posted April 4, 2014 That is not a fix, you've only hidden the problem. I take it you did not find the potential fix further back in the thread. Do you mean this? <FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> http://forums.oscommerce.com/topic/396152-bootstrap-3-in-2334-responsive-from-the-get-go/page__st__400#entry1694888 Malcolm Get the latest Responsive osCommerce CE (community edition) here . Share this post Link to post Share on other sites
burt 3,839 Posted April 4, 2014 @@burt A question - Ive seen lots of commits on Harald's 2.3.4 branch - are these getting rolled into this release as well? The commits in there are for the next release of "normal" osc. I do intend to mirror them. This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
burt 3,839 Posted April 4, 2014 @@ArtcoInc, yes thaat looks like it, can you try it. This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
ArtcoInc 308 Posted April 4, 2014 (edited) Ok. I still needed to redirect from the root to /catalog, so I tried this: <FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> RedirectMatch ^/$ /catalog/ (using WinXP) It seems to work in Firefox 27 (actually, I think Firefox is adding the www. I've cleared the cache both in the browser and DNS, and it still seems to add the www) but in IE 8 ... If I enter www.shelbowhispertips.com, it seems to work fine If I enter shelbowhispertips.com, there is nothing in the top balck menu bar (except the 3-line button for the drop-down menu), and the site is all stacked vertically (as if displayed in a narrower viewport) Can anyone else try accessing the site and report back, please? Malcolm <added> Is there supposed to be a file mod_headers.c somewhere? Edited April 4, 2014 by ArtcoInc Get the latest Responsive osCommerce CE (community edition) here . Share this post Link to post Share on other sites
♥joli1811 171 Posted April 4, 2014 Ok. I still needed to redirect from the root to /catalog, so I tried this: <FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> RedirectMatch ^/$ /catalog/ (using WinXP) It seems to work in Firefox 27 (actually, I think Firefox is adding the www. I've cleared the cache both in the browser and DNS, and it still seems to add the www) but in IE 8 ... If I enter www.shelbowhispertips.com, it seems to work fine If I enter shelbowhispertips.com, there is nothing in the top balck menu bar (except the 3-line button for the drop-down menu), and the site is all stacked vertically (as if displayed in a narrower viewport) Can anyone else try accessing the site and report back, please? Malcolm <added> Is there supposed to be a file mod_headers.c somewhere? yes see as well this was talked about earlier in the thread you would need to read back a bit not sure if there was a fix To improve is to change; to be perfect is to change often. Share this post Link to post Share on other sites
ArtcoInc 308 Posted April 4, 2014 please disregard the question about mod_headers.c Get the latest Responsive osCommerce CE (community edition) here . Share this post Link to post Share on other sites
burt 3,839 Posted April 4, 2014 (edited) And to give an idea of what can be achieved, this took me very little time to implement; "Penny" Bootstrapped (LARGE view). "Penny" Bootstrapped (SMALL view). Edited April 5, 2014 by burt 3 joli1811, Tsimi and GLWalker reacted to this This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
♥joli1811 171 Posted April 4, 2014 And to give an idea of what can be achieved, this took me very little time to implement; "Penny" Bootstrapped. Hope for us all then :thumbsup: To improve is to change; to be perfect is to change often. Share this post Link to post Share on other sites
PupStar 58 Posted April 4, 2014 @@burt so are we at launch stage now then??? Bootstrap 3 ROCKS! (or it will if I ever get my head around it lol) (and I think I have now (w00t) ) Share this post Link to post Share on other sites
grandpaj 25 Posted April 4, 2014 (edited) Hi Just a small point maybe me. When the column sizes in osc-template to 6 3 the page then "screws" a little as per screenshot2 if I leave as 8,2 the page is OK Any thoughts, what have I done wrong, Cheers Grandpa Edited April 4, 2014 by grandpaj Share this post Link to post Share on other sites
grandpaj 25 Posted April 5, 2014 Hi Not sure whether this has been reported before. In the top nav bar if more than 9 items are ready for checkout, the nav bar seems to go as per screenshot. This was done on http://www.template.me.uk/2334bs3/index.php I am using at the moment XP and this is on a computer screen Cheers Grandpa Share this post Link to post Share on other sites
♥bruyndoncx 260 Posted April 5, 2014 In the top nav bar if more than 9 items are ready for checkout, the nav bar seems to go as per screenshot. This was done on http://www.template.me.uk/2334bs3/index.php I've seen the same when the top navigation is just a little bit too wide, I guess as it stands, I would always have this in dutch as the translations for the menu are just a little bit wider KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites
burt 3,839 Posted April 5, 2014 @@grandpaj - these things won't happen in real life, as people don't browse by manipulating their window to different sizes. And if it does happen at a particular resolution, you (as @@bruyndoncx points out) change the text of the buttons, or remove buttons, or whatever suits your design. I sincerely hope that no-one is going to stick with the default design!?! This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
burt 3,839 Posted April 5, 2014 @@burt so are we at launch stage now then??? Sure, why not. The more people using it the better for reporting inconsistencies. This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
burt 3,839 Posted April 5, 2014 Any thoughts, what have I done wrong, Having a 3 column design, that's what is wrong... This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites
♥Tsimi 518 Posted April 5, 2014 i have nothing constructive to add anymore. i just wanted to say AWESOME work guys/girls! every single person in this topic did an outstanding job! burt had probably the hardest part, though. keeping an overview of all the testers/coders comments/recommendations and at the same time releasing a new template, writting newsletters, helping people and having a private life. that is what i call multitasking. there is maybe one last wish that i have......it would be great to have "SEO Header Tags - Reloaded" already pre-installed. (or maybe a version with and a version without it. just in case someone wishes to install any other SEO Add-on.) so i guess this BS version is ready for release then.....? where will it be available for download? official osC site? or only github? again, great job guys/girls. this is a very nice achievement! 1 joli1811 reacted to this Share this post Link to post Share on other sites
ArtcoInc 308 Posted April 5, 2014 there is maybe one last wish that i have......it would be great to have "SEO Header Tags - Reloaded" already pre-installed. (or maybe a version with and a version without it. just in case someone wishes to install any other SEO Add-on.) +1 Malcolm Get the latest Responsive osCommerce CE (community edition) here . Share this post Link to post Share on other sites
♥bruyndoncx 260 Posted April 5, 2014 there is maybe one last wish that i have......it would be great to have "SEO Header Tags - Reloaded" already pre-installed. (or maybe a version with and a version without it. just in case someone wishes to install any other SEO Add-on.) although SEO header tags is a very usefull contribution, I don't think it should be slipped into a bootstrap version, unless it is something that will be part of a future oscommerce official release 1 GLWalker reacted to this KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites
♥GLWalker 144 Posted April 5, 2014 "Penny" Bootstrapped (SMALL view). Looks great! Follow the community build: BS3 to osCommerce Responsive from the Get Go! Check out the new construction: Admin Gone to Total BS! Share this post Link to post Share on other sites
burt 3,839 Posted April 6, 2014 (edited) Download Link: https://github.com/gburton/osCommerce-2334-bootstrap/archive/master.zip Install: As you would any osCommerce shop, then go into admin and turn on the modular header/footer/boxes; admin > modules > boxes and admin > modules > header_tags Page Speed: Questions and Answers: 1. Can I use this now. YES 2. Can I update my existing site to Bootstrap. YES, with a lot of hard work. 3. Can I still use addons in the BS version. YES Edited April 6, 2014 by burt This is a signature that appears on all my posts. IF YOU MAKE A POST REQUESTING HELP...please state the exact version of osCommerce that you are using. THANKS Get the latest Responsive osCommerce CE (community edition) here Share this post Link to post Share on other sites