4 Replies Latest reply: Jul 29, 2014 12:00 AM by eplusm RSS

    Interior Design Template slider problem

    eplusm Community Member

      Can anyone help me with the Interior design template? I edited the title tag and suddenly the sliders decided to stack on top of each other. I figured that the home page template must be screwed up so I created a new site with the template. I copied and pasted the Home page code into a new Page Template on the site and changed the module numbers. But the sliders are still stacking on each other.

       

      Here's the page: feetforlife.com/index2.html

       

      I need  help FAST if anyone can help.

        • 1. Re: Interior Design Template slider problem
          eplusm Community Member

          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:

           

          SliderIssue-codeProblem.png

          • 2. Re: Interior Design Template slider problem
            Curtiss Prickett Community Member

            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 Community Member

              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 Community Member

                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