-
1. Re: Interior Design Template slider problem
eplusm Jul 28, 2014 9:35 PM (in response to eplusm)I could really use some help with this BCGurus' template: Interior Design. I put in a help ticket but they have a 24 turn around - which is great until you have a live site that went haywire and advertising going out that can't be stopped. See the image below. In Chrome's Inspect Element I found some interesting code that I don't think really belongs there. Can anyone help:
-
2. Re: Interior Design Template slider problem
Curtiss Prickett Jul 28, 2014 11:15 PM (in response to eplusm)Hello Patrica,
What I think may have happened is that the BC default editor may have stripped a critical piece of data from the UL that is required for the orbit slider. The only way to fix it would be to upload the fixed template file and upload via Dreamweaver, or you can open the "Develop" tab and open the "Home Page.html" file in the template folder. The slider code should look like the code below paying attention to the "data-orbit" on the UL:
<div class="slideshow-wrapper touch" id="hero">
<div class="preloader"></div>
<ul data-orbit>
{module_webapps,....,a} <---- (your module number)
</ul>
</div>
Hope this works for you. - Curtiss
-
3. Re: Interior Design Template slider problem
eplusm Jul 28, 2014 11:57 PM (in response to Curtiss Prickett)YES!!! It's solved!!! What a complete nightmare!! My client just launched
major advertising and we could not figure this out. I'm not sure why
copying the code from a new version of the template do not solve the issue
but I'm so glad you knew the solution.
Let me know if I can ever help you!! I owe you!!
With a ton of gratitude!!
Patricia
-
4. Re: Interior Design Template slider problem
eplusm Jul 29, 2014 12:00 AM (in response to eplusm)Problem solved thanks to Curtiss Prickett. See his message to me below to solve the issue. Thanks Curtiss!!
What I think may have happened is that the BC default editor may have stripped a critical piece of data from the UL that is required for the orbit slider. The only way to fix it would be to upload the fixed template file and upload via Dreamweaver, or you can open the "Develop" tab and open the "Home Page.html" file in the template folder. The slider code should look like the code below paying attention to the "data-orbit" on the UL:
<div class="slideshow-wrapper touch" id="hero">
<div class="preloader"></div>
<ul data-orbit>
{module_webapps,....,a} <---- (your module number)
</ul>
</div>
Hope this works for you. - Curtiss

