-
Author
Tagged: navigation arrow
-
June 11, 2015 at 10:10 #61988
Gandam
ParticipantHi,
How do I change slider navigation arrow style? I noticed that there is only “solo style” under nav arrow option. I prefer a square arrow with no preview function, something similar to the attachment I’ve enclosed. Is there option to customise it or how do I fix this then? Thanks
June 11, 2015 at 10:11 #61990Gandam
ParticipantHi,
I’ve found a live sample for your reference at http://artbloom.co
June 11, 2015 at 16:11 #62028Laura
ModeratorHello, its an image you can replace at
wp-content/plugins/revslider/rs-plugin/assets/large_left.png
wp-content/plugins/revslider/rs-plugin/assets/large_right.pngHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2015 at 20:30 #62136Gandam
Participant@Laura – Thank you. Are you saying that I just need to replace those two png files to see the changes?! I’ve tried it, but nothing has happened! I’ve attached two arrow png files for you to verify whether I am doing it right. 🙁
June 11, 2015 at 20:31 #62139Laura
ModeratorHave you replaced them with the same name as the old ones? Try clearing cache
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2015 at 20:44 #62145Gandam
Participant@Laura – Yes, I replaced the files with same name and I’ve clear the cache as well, no go! I’ve visited REV Slider support page at http://www.themepunch.com/faq/change-the-navigation-arrow-in-the-slider/ for solution, but I am a newbie still, no clue how to do it exactly and they wouldn’t offer me support directly unless I buy their license. 🙁
June 11, 2015 at 20:55 #62151Laura
ModeratorHello, please share admin credentials so i can check it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2015 at 21:13 #62162Gandam
Participant@Laura – Pls find site access credential at below;
site: taiwan098.com/sys-admin
user: sharmstr
pass: Tk9hSvnR6n3PJune 11, 2015 at 22:47 #62194Laura
ModeratorCould you enable right click? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2015 at 23:36 #62216Laura
ModeratorHello, please use this CSS
COPY CODE.tp-rightarrow.default { z-index: 100; cursor: pointer; background: url(../assets/large_right.png) no-repeat; width: 45px; height: 150px; color: #fff; text-align: center; margin-top: -50px !important; opacity: 1.2; } .tp-leftarrow.default { z-index: 100; cursor: pointer; background: url(../assets/large_left.png) no-repeat 0 0; width: 45px; height: 150px; color: #fff; text-align: center; margin-top: -50px !important; opacity: 1.2; } .tparrows:hover { background-position: initial !important; opacity: 0.5 !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2015 at 23:39 #62218Gandam
Participant@Laura – thanks, so Where do I paste it, in theme quick css? and this arrow style will be the same as my attached png file?
June 11, 2015 at 23:41 #62222Laura
ModeratorHello, yes, those are your images.
Add it to quick cssHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2015 at 11:57 #62329Gandam
Participant@Laura – I pasted the code to quick css, but the arrow became invisible, any ideas? By the way, I actually want the slider arrow style like this page (http://artbloom.co), can you help me with, thanks.
June 12, 2015 at 15:52 #62368Laura
ModeratorHello, please replace the code from above for this one
COPY CODE.tp-rightarrow.default { z-index: 100; cursor: pointer; width: 45px; height: 150px; color: #fff; text-align: center; margin-top: -50px !important; opacity: 1.2; } .tp-leftarrow.default { z-index: 100; cursor: pointer; width: 45px; height: 150px; color: #fff; text-align: center; margin-top: -50px !important; opacity: 1.2; } .tparrows:hover { background-position: initial !important; opacity: 0.5 !important; }If you find another image that fits better we can use it, so let me know if you like it like that 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2015 at 18:14 #62413Gandam
Participant@Laura – really appreciated your support. However, I still have problem with it, the arrow stays on permanently after I pasted the new code. Also, the arrow should be invisible and show up only when user hovers on the slider image. In addition, the arrow color should be lighter or 50% transparent if no mouse pointer hovering on arrow and becomes darker when hover on it, it is not doing that with this code. I also like to reduce the arrow image to 24*90, the current size if a bit too big, is that possible? You can check our page again at taiwan098.com to understand the issue. 🙂
June 12, 2015 at 23:43 #62512Gandam
Participant@Laura – Any chance for you to attend my query yet, thanks!! 🙂
June 13, 2015 at 06:12 #62583Laura
ModeratorHello, please change with the following codes
COPY CODE.tp-rightarrow.default { z-index: 100; cursor: pointer; width: 45px; height: 150px; color: #fff; text-align: center; margin-top: -50px !important; opacity: 0; } .tp-leftarrow.default { z-index: 100; cursor: pointer; width: 45px; height: 150px; color: #fff; text-align: center; margin-top: -50px !important; opacity: 0; }Do not replace the :hover ones
That it what i can do, when you hover the arrow will appear, not much more i can doHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 13, 2015 at 11:10 #62600Gandam
Participant@Laura – I picked up another with your code, it is not responsive, so it will show i full size on smart devices, how do I fix that? Thanks
June 13, 2015 at 18:46 #62630Laura
ModeratorHello, you need a small arrow for mobile so i can change it, just let me know the url and i will add it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.