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 3 days ago #572

  • Raúl
  • Raúl's Avatar
  • OFFLINE
  • New Member
  • Posts: 13
  • Karma: 0
Have you refresh your web navigator? i changed this code but not works for me...

Now i changed the code to the original state but i comments the changes that you say me in the code.

I send an email to you to contact form to connect you to my web www.marioelectrodomesticos.com

I send to you ftp count and admin count.

Please i use your module in other web. I need that you say me what have you changed in the code to use in other site.

My email is This email address is being protected from spambots. You need JavaScript enabled to view it.

Thanks
The administrator has disabled public write access.

Problem in template with your component 10 years 3 days ago #584

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
Problem?? so why you delete code css.
We have added again and it work fine. No problem Can you see in line 1 in file :modules/mod_jo_k2_slideshow/css/style.css
Best regards
Bach Pham
The administrator has disabled public write access.

Problem in template with your component 10 years 3 days ago #585

  • Raúl
  • Raúl's Avatar
  • OFFLINE
  • New Member
  • Posts: 13
  • Karma: 0
You only change the file AND IN modules/mod_jo_k2_slideshow/css/style.csscss with this code

.jo-k2-slidecontent {
overflow: hidden !important;
position: relative;
}

or you have modified this file already

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

i need to know because i have to change in other web

thanks a lot

and very good support
The administrator has disabled public write access.

Problem in template with your component 10 years 3 days ago #586

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
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;
}

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.
The following user(s) said Thank You: Raúl
  • Page:
  • 1
  • 2
Time to create page: 0.051 seconds