Forum
Welcome, Guest

positionning Virtuemart JCarousel Scroller
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: positionning Virtuemart JCarousel Scroller

positionning Virtuemart JCarousel Scroller 2 years, 10 months ago #317

  • kamelini
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hello,

I've intégrated succesfully th vm_j_scroller to my joomla web site.

I changed the style.

But i found 2 problems:



1- When i put the whole module into a table cell (<td> <td>) it does not work. It appears like a list.
I noticed that you use list markups <ul> and <li> but how can i position the module where i want?


This is an example of puting the vm_jscroller into the left side and other components into the right side using tables


<table>
<tr>
<td>
<div>
<jdoc:include type="modules" name="left" />
</div>
</td>
<td>
<div>
<jdoc:include type="modules" name="right" />
</div>
</td>
</tr>
</table>


2- The result is different from IE and the other browsers. I think it's because of the CSS differences. But I don't know if it's the css i added or not. Have you evere had a similar problem?

Thanks.

Re:positionning Virtuemart JCarousel Scroller 2 years, 10 months ago #320

  • nicholas
  • OFFLINE
  • Moderator
  • Developing for Joomla since it was born!
  • Posts: 1197
Hello Kamel -

I actually posted this question for you in another thread, but you may not have noticed it.

Let's start from the beginning. What are you trying to do?

I've noticed that on some templates, the use of the scroller in a vertical style can be a little off as it is not centered.

To correct that I usually do something like this in the index.php:

< div align="center">
<jdoc:include type="modules" name="scroller" style="xhtml" />
< /div>

I never use tables. We try to use only div classes in all of our designs.

So, if you could tell us what you are trying to do, we could help you more.

Glen
Nicholas
CIO - CorFun, Inc.
Publisher - orthodoxbiz.com
Webmaster - Orthodox Christian Network

Re:positionning Virtuemart JCarousel Scroller 2 years, 10 months ago #335

  • nicholas
  • OFFLINE
  • Moderator
  • Developing for Joomla since it was born!
  • Posts: 1197
Hello Kamel -

I took a look at your site under IE 6.0, IE 7.0, and Firefox 3.0

The site looks fine under IE 7.0 and Firefox. However, the problems are there under IE 6.0

I then took a look in IE 6.0 at all the sites which I know of that feature our scroller in a horizontal position. All of them are fine. I have attached a screen capture of what the corshops site looks like under IE 6.0 and a screen capture of what your site looks like under Firefox. (It looks fine.)

IE 6.0 had problems with both CSS and Javascript, so it is possible that it could be either. I would start by uninstalling your custom version, going back to base code, and seeing if the problem persists. If it does, then it is a template issue. If the problem corrects, then you have a Javascript problem that later browsers handle, but IE 6.0 doesn't.

Give that work method a try and see what happens. JQuery will work under IE 6.0, which is one reason we choose it for the scroller, but IE 6.0 is not easy to code for.

File Attachment:

File Name: kamel.zip
File Size: 119663
Nicholas
CIO - CorFun, Inc.
Publisher - orthodoxbiz.com
Webmaster - Orthodox Christian Network
  • Page:
  • 1
Moderators: jasper, nicholas, henry, jerry
Time to create page: 0.49 seconds

Login