Jump to content

Welcome Screen broken


agile4

Recommended Posts

I was playing with the Welcome document and broke the bxslider function.  It no longer sliders, but puts all the pictures in a stack.

Here' the code (2 pictures right now)

<ul class="bxslider">
 <li style="text-align: center;">
  <img src="images/source/cubecart_test.jpg" /></li>
  <li style="text-align: left;">
  <img src="images/source/club_logos1.jpg" /></li>
 <li style="text-align: center;">
  &nbsp;</li>
</ul>
 

ALSO, is anyone but me having a problem with SEARCH here on the Forum not returning results and showing random error messages?

 

Thanks

 

Tom

Link to comment
Share on other sites

I have no results from a search. So, it's not just you.

Near the bottom of the skin template main.php, you need to have:

            <script>
               {literal}
               $(document).foundation({equalizer:{equalize_on_stack:true}});
               $('.bxslider').bxSlider({auto:true, captions:true});
               {/literal}
            </script>

 

Link to comment
Share on other sites

It's in the Foundation class but not Crosshatch.  I guess it was not supposed to be there.  I had already cut down to 1 image before I changed to the Crosshatch skin, so never noticed.  Thanks for the help.

I wish I had some sort of layout manual.  I'm not a programmer, but can muddle my way through some of the code with direction. 

I'm using the Crosshatch skin but need to make the category text smaller and the main body text larger. I assume it is in one of the .css files. 

Oh. One more question - How do change the HOMEPAGE label to HOME?  I saw it in one of the files but it said not to edit it.

Back to digging <g>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...