Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Compine slideshow and "dontmiss" feature

  • Nikos Papanikolaou
  • Nikos Papanikolaou's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 8 months ago #136729 by Nikos Papanikolaou
Compine slideshow and "dontmiss" feature was created by Nikos Papanikolaou
i want to add in the slideshow the active dot feature that there is on the don'tmiss item..

ive noticed that the behaviour.js contains script about the dontmiss but not about the slider..
also the slider's li elements don't get an active class so that i could at least make some custom code to add so that on each scroll to have a seperate dot active..

ideally slideshow would consist of 3 elements and corresponding grey dots, changing to red depending on the active li showing

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 8 months ago #136730 by Krikor Boghossian
Replied by Krikor Boghossian on topic Compine slideshow and "dontmiss" feature
The active dots are css classes which can be found on each K2 Content template.
Also the active class is on the <a> element. Open one of the templates that use the nuSlider script scroll down to the navigation part (almost at the bottom of the php file) and find the pagination's <li> items. There you will also notice the navigationButtonActive class and how these classes are constructed in case you need more than one instance of the slideshow.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Nikos Papanikolaou
  • Nikos Papanikolaou's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 8 months ago #136731 by Nikos Papanikolaou
Replied by Nikos Papanikolaou on topic Compine slideshow and "dontmiss" feature
i make changes to the default.php at

templates/numuzik/html/mod_nucontent_items/Slideshow

but i see no effect while reloading the page..?? is there a cache issue or am i editing the wrong file?

Please Log in or Create an account to join the conversation.

  • Nikos Papanikolaou
  • Nikos Papanikolaou's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 8 months ago #136732 by Nikos Papanikolaou
Replied by Nikos Papanikolaou on topic Compine slideshow and "dontmiss" feature
well no php involved afterall.. just custom.css
Log in  or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 8 months ago #136733 by Krikor Boghossian
Replied by Krikor Boghossian on topic Compine slideshow and "dontmiss" feature
Have you assigned the correct template to your module?

Also since you are creating a completely custom solution make sure to remove all visibility classes. (Please read the template documentation about these classes.)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Nikos Papanikolaou
  • Nikos Papanikolaou's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 8 months ago #136734 by Nikos Papanikolaou
Replied by Nikos Papanikolaou on topic Compine slideshow and "dontmiss" feature
yes, i had the correct template assigned.. i can't understand why it wouldn't take the changes even though they weren't necessary afterall..

Please Log in or Create an account to join the conversation.