Templates
https://www.bcgurus.com/forums/forums-3/topics-1840
Fri, 8 Nov, 2013 at 7:58 AM
In your page templates, move the following line from the foot of the page to the head element:
<!--[if lte IE 8]><script src="/_assets...
Fri, 8 Nov, 2013 at 7:58 AM
This is a conflict between the date picker and the initInputs() function in jquery.main.js. To solve this issue, place the class, 'default', on th...
Fri, 4 Apr, 2014 at 2:22 AM
There is some JavaScript located inside one of the ecommerce module templates that is redirecting your users away. The intent of that script is to make i...
Sun, 28 Sep, 2014 at 5:44 PM
The following code snippet should replace the corresponding snippet in scripts.js:
// ======= Vehicle Price ========================================= ...
Wed, 11 Dec, 2013 at 11:11 PM
In the Autos Web App, each item has two fields that control the image:
List Image
Autos Images Module
The value of those two fields is a web app m...
Thu, 10 Apr, 2014 at 5:05 PM
I've included two replacement files that fix the issue.
Tue, 7 Jan, 2014 at 7:34 PM
It looks like the piece of js that makes it work has been commented out.
If you go to main.js and remove the /* on line 147 and the */ on line 152, it...
Thu, 6 Feb, 2014 at 12:01 PM
I apologize. That was an oversite on the template.
You should be able to get it working with two steps:
Create a site search in the admin
Crea...
Tue, 8 Jul, 2014 at 12:44 AM
As a workaround, you can open the detail.html file for the Travel Tours web app and replace the #inner section with this new version:
<div id="...
Fri, 17 Jan, 2014 at 7:51 AM