Welcome, Guest
Username Password: Remember me

Legacy: 1.0, fwd&bk buttons on top/btm in horiztl
(1 viewing) (1) Guest
Discussion about HOT Joomla Carousel free Joomla module.
  • Page:
  • 1
  • 2

TOPIC: Legacy: 1.0, fwd&bk buttons on top/btm in horiztl

Legacy: 1.0, fwd&bk buttons on top/btm in horiztl 1 year, 12 months ago #591

  • mermedia
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi, it may be because I am in Legacy mode, the forward and back buttons are showing on the top and bottom and not on the right and left even though it is set to Horizontal mode. Is there a work around?
help2.jpg
Last Edit: 1 year, 12 months ago by mermedia. Reason: image to add

Re: Legacy: 1.0, fwd&bk buttons on top/btm in horiztl 1 year, 12 months ago #592

  • milos
  • OFFLINE
  • Support Staff
  • Posts: 2823
No, it's because image width is too big. Please reduce it. Or reduce number of images shown on screen.

Re: Legacy: 1.0, fwd&bk buttons on top/btm in horiztl 1 year, 12 months ago #593

  • mermedia
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
reduced it to 80, still not working. What is strange though is that I set it to two images, and it still shows 4.

www.mermedia.com/portals.html

Re: Legacy: 1.0, fwd&bk buttons on top/btm in horiztl 1 year, 12 months ago #594

  • milos
  • OFFLINE
  • Support Staff
  • Posts: 2823
Try to add "width:100%;" for "table.moduletable td" in your template css file.

Re: Legacy: 1.0, fwd&bk buttons on top/btm in horiztl 1 year, 12 months ago #597

  • mermedia
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Like this?

/* MAMBO MODULES FORMATTING */
table.moduletable {
width : 160px;
table-layout : auto;

/* Formatting the module table */
}

table.moduletable th {
text-align: center;
/*font-size : 11px;*/
background-image: url(../images/menutopbck.gif);
font-weight : bold;
width : 100%;
height: 32px;
color: #666666;
text-decoration :none;
text-transform : uppercase;
padding-top:10px;
}

/* Formatting the module header, and the module titles */
table.moduletable td {
width : 100%;
padding-left: 0px;} /* Formatting the table cells of the module table */

Doesn't seem to fix.

Re: Legacy: 1.0, fwd&bk buttons on top/btm in horiztl 1 year, 12 months ago #598

  • milos
  • OFFLINE
  • Support Staff
  • Posts: 2823
It's because all your modules are limited to 160px. Add -carousel as module class suffix in Hot Joomla Carousel, then add this style in css file:
table.moduletable-carousel {
width : 100%;
table-layout : auto;
}

If it breaks template, you can change value 100% to 400px or 600px or whatever.
  • Page:
  • 1
  • 2
Time to create page: 0.08 seconds