Problem with Reponsive Banner
- Posted by Gazizova (7) Offline
Dear Sir/Madam,
I have a problem with this module:
1 - even if it is marked "Open in New Window", my link opens in the same Window.
2 - I have a problem with a display of "navigation" Style 1 (next prev, play and stop are not displayed)
Elia
11 years 10 months ago #1
by Gazizova
I have a problem with this module:
1 - even if it is marked "Open in New Window", my link opens in the same Window.
2 - I have a problem with a display of "navigation" Style 1 (next prev, play and stop are not displayed)
Elia
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
- Posted by Gazizova (7) Offline
- Posted by erwinschro (1034) Offline
Ok Elia
For the 1st issue, is it possible for you to overwrite this file
/modules/mod_responsivebannerslider/tmpl/default.php file with the one attached below?
For the 2nd issue, there's an override list item style from your template css. So you need to add the followong css inside this existing module css file
/modules/mod_responsivebannerslider/assets/sequence/themes/style1/css/style.css line 94-96
Let us know the result then....
11 years 10 months ago #4
by erwinschro
For the 1st issue, is it possible for you to overwrite this file
/modules/mod_responsivebannerslider/tmpl/default.php file with the one attached below?
For the 2nd issue, there's an override list item style from your template css. So you need to add the followong css inside this existing module css file
/modules/mod_responsivebannerslider/assets/sequence/themes/style1/css/style.css line 94-96
.rbs_controls li {
list-style: none !important;
}
/* add these class */
.box .rbs_controls li {
padding: 0;
position: absolute;
}
Let us know the result then....
Please Log in or Create an account to join the conversation.
- Posted by Gazizova (7) Offline
- Posted by Gazizova (7) Offline
Finally, the first problem persists when I click on the title.
11 years 10 months ago #6
by Gazizova
Please Log in or Create an account to join the conversation.