It's always worth first checking the instructions included with any template or plugin. There is a readme.html file in the docs folder of the downloaded template that will have what you need.
Printable View
I downloaded zip file and uncompressed but don't see any installation instructions.
I would like to use it from now on.
Please post installation instructions or point me in the right direction.
Thank you,
CK
The ajax_search has a message 'ajaxTimeoutErrorMessage. But it is never defined.
includes\templates\bootstrap\jscript\ajax_search.js line 48
So if there is a timeout the pages seems to hang and the user does not know there has been a timeout.PHP Code:
alert(ajaxTimeoutErrorMessage);
If you have the debug consol open, you can see the message "Uncaught ReferenceError: ajaxTimeoutErrorMessage is not defined"
That's not good! :( GitHub issue opened: https://github.com/lat9/ZCA-Bootstra...ate/issues/237
I installed template into my test site but could not launch site because got blank page.
I could access the admin but template selector did not show bootstrap.
What I did:
renamed admin folder but did not copy it over, I used my file manager to split screen and opened both admins, then copied the downloaded files into the test site's folder, so I did content to content not folder to folder. Could this be the cause?
I do have a backup of site and could restore it, but it would not have bootstrap
1. If you get a blank page (aka whitescreen), there's a myDEBUG*.log file in the site's /logs directory indicating what the problem is.
2. The bootstrap template doesn't automatically become your site's template, you need to use the admin's Tools :: Template Selection.
3. When copying the files from the distribution, all the files in the /YOUR_ADMIN directory need to be copied to your site's admin directory; all files in the /includes directory need to be copied to your site's /includes directory.
[ZC 1.5.8][Bootstrap 3.5.2]
Back-to-top button is sometimes covering important buttons.
This is may be more of a style question but is there a way to push this button towards outside the main block meanwhile reducing rest of the block size especially on desktop view?
Attachment 20287
Possibly just moving the button will work for you.
You might try putting this in your site specific css file:
This centers the button in the center of the page just above the footer. Should be out of the way of everything and will stay in the center no matter the screen size.Code:#back-to-top {right:50%;}
You may need to adjust the percentage silghtly for mobile portrait to make it centered better.
Adding a currency select dropdown in the footer - works but the list of options shown when you click is quite a way from the cursor position. No idea why. Any ideas?
Attachment 20288