- Posts: 30
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Compine slideshow and "dontmiss" feature
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.
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
- Topic Author
- Offline
- Junior Member
Less
More
11 years 4 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
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
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 4 months ago #136730
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.
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
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 30
11 years 4 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?
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
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 30
11 years 4 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
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 4 months ago #136733
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.)
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
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 30
11 years 4 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.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Compine slideshow and "dontmiss" feature