Welcome, Guest
Username: Password: Remember me
JO K2 Slideshow
  • Page:
  • 1
  • 2

TOPIC: Problem in template with your component

Problem in template with your component 10 years 2 weeks ago #562

  • Raúl
  • Raúl's Avatar
  • OFFLINE
  • New Member
  • Posts: 13
  • Karma: 0
The module works fine in first web but if you click in ÁREA DE USUARIOS-CREAR UNA NUEVA CUENTA THE module broken and the images not see ok in the centre of the web...it moves all width of the page...



h31e9328.jpg






Please help me...no firebug error appears and i need to solve this...

Thanks
Last Edit: 10 years 2 weeks ago by Raúl.
The administrator has disabled public write access.

Problem in template with your component 10 years 2 weeks ago #563

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
Problem because conflict with css of component virtuemart
Find and open file: omponents/com_virtuemart/assets/css/chosen.css
Go to line 401 and changed
div[style] {
overflow: visible !important;
}
To
div[style] {
overflow: visible;
}
Best regards
Bach Pham
The administrator has disabled public write access.

Problem in template with your component 10 years 2 weeks ago #564

  • Raúl
  • Raúl's Avatar
  • OFFLINE
  • New Member
  • Posts: 13
  • Karma: 0
Thanks you

I changed it this code but not works for me!!!! the module broken!!!
The administrator has disabled public write access.

Problem in template with your component 10 years 2 weeks ago #565

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
Oh. sorry. find and open file: modules/mod_jo_k2_slideshow/css/style.css
Go to line 37 and changed
.jo-k2-slidecontent {
overflow: hidden;
position: relative;
}
To
.jo-k2-slidecontent {
overflow: hidden !important;
position: relative;
}
Best regards
Bach Pham
The administrator has disabled public write access.

Problem in template with your component 10 years 2 weeks ago #566

  • Raúl
  • Raúl's Avatar
  • OFFLINE
  • New Member
  • Posts: 13
  • Karma: 0
NOT WORKS.FAIL AND NOW PART OF THE MODULE APPEARS IN THE TOP -RIGHT POSITION IN THE WEB

I PUT IN Components/com_virtuemart/assets/css/chosen.css
div[style] {
overflow: visible;
}

AND IN modules/mod_jo_k2_slideshow/css/style.css
.jo-k2-slidecontent {
overflow: hidden !important;
position: relative;
}

no works for me now. Please help me now

thanks
The administrator has disabled public write access.

Problem in template with your component 10 years 2 weeks ago #569

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
We have check www.marioelectrodomesticos.com/user/edit...BT?flexible=register and not see the code changed
find and open file: modules/mod_jo_k2_slideshow/css/style.css and go to line 37 and changed to (added !important)
.jo-k2-slidecontent {
overflow: hidden !important;
position: relative;
}
Or can you send me account FTP via contact form? So i can help you
Best regards
Bach Pham
Last Edit: 10 years 2 weeks ago by Super User.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.049 seconds