Hello there on http://www.sportevents.eu/epicseriestest2/ I have installed a slider. please note I need the filters, so I cannot use de rev slider.
2 issues however : de bullits are not showing and more important the arrows left and right only show when tapped. this should be visible from the start. Now the not so intelligent viewers will not even notice it is a slider.
Can I fix this ? on http://www.hln.be it is very clear it is a slider on newspaper theme not
Thank you
Hi,
1)What kind of filters do you want? Provide more details so I can understand your request.
2)You should use the code below and place it in Theme panel custom CSS area. For this, you should try using the Big Grid Slide element. -> https://demo.tagdiv.com/newspaper/big-grid-slide/ and then, apply that custom code.
.td-big-grid-slide .td-icon-left{
opacity: 1;
}
.td-big-grid-slide .td-icon-right{
opacity: 1;
}
The result is here -> https://www.screencast.com/t/uyOqekJZKb7
Thanks.
Hi,
So you want it only on mobile, this should do it – http://prntscr.com/lwdzq0
Enter it in the phones field here – http://prntscr.com/lwdzzb
.td-big-grid-slide .td-icon-left, .td-big-grid-slide .td-icon-right {
display: block;
opacity: 1;
}
Let us know if you have more questions.
Thanks
Maybe I am misunderstanding, are you referring to the slide or the big grid slide? That code will work for the big grid slide.
If it is the IOS slide you are referring to, use this code instead
– http://prntscr.com/lwhsuf
.td_block_slide .td-slide-nav {
opacity: 1;
}
Let me know.
done it works thank you , big improvement. you should implement it as default.
now the IOS slider only opens when you click the titel. Any chance you can give me quick fix that when somebody clicks the image the link opens ?
you should implement this also as default by the way
Thanks
Wim
Glad it worked. I could give you a code for that, something like this should allow the image to be clicked while visually the slide should remain then same
– https://pastebin.com/hmQaYRAH
