- Posts: 3
- Thank you received: 0
How to disable black strip?
-
rodjer4
Inactive member - Topic Author
- New Member
Less
More
14 years 1 month ago - 14 years 1 month ago #3438
by rodjer4
How to disable black strip? was created by rodjer4
How to disable black stip? I have managed to create 25 image gallery, but is it possible to disable this black strip, where descriptions are written, because i have no description and I don't need this strip.
Last edit: 14 years 1 month ago by rodjer4.
Please Log in to join the conversation.
-
rodjer4
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
14 years 1 month ago #3439
by rodjer4
Replied by rodjer4 on topic Re: How to disable black strip?
Well, actually i have found a solution
www.hotjoomlatemplates.com/support-forum...how-black-box-on-top
but it will disable this black strip in all modules based on hot joomla slider, i actually have two modules using hot image slide one on frontpage the second on other places, but i think it is impossible to disable it in one module and to let it be in the second one ?? Am I write.. ?
Please Log in to join the conversation.
-
juw
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 11 months ago #4776
by juw
Replied by juw on topic Re: How to disable black strip?
What I did is to comment the line 55 of default.php in /modules/mod_hot_image_slider/tmpl
// background:url(modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
// background:url(modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4793
by ivan.milic
Replied by ivan.milic on topic Re: How to disable black strip?
Using Module Manager copy the Copyright module. (Check module and then click "copy" button).
Open the newly created module and go to the editor. Click on Toggle Editor to switch to code view.
Add this code to the bottom:
<script type="text/javascript">
jQuery('#slide-controls').html('');
</script>
then use Menu Assignment to assign that Copyright module to the pages where you want to disable black strip.
Then save.
After that go to original Copyright module and in Menu Assignment omit the pages you assigned to it's copy.
Then save.
Open the newly created module and go to the editor. Click on Toggle Editor to switch to code view.
Add this code to the bottom:
<script type="text/javascript">
jQuery('#slide-controls').html('');
</script>
then use Menu Assignment to assign that Copyright module to the pages where you want to disable black strip.
Then save.
After that go to original Copyright module and in Menu Assignment omit the pages you assigned to it's copy.
Then save.
Please Log in to join the conversation.
Time to create page: 0.174 seconds