-
AuthorPosts
-
December 3, 2014 at 7:07 pm #157898
Hello,
After the last update, the arrows on my revolution slider aren’t showing. Instead there are empty squares. The squares work with the same functionality of the arrows but the arrows themselves don’t show.The site url: http://beyondthesq.com/
Wordpress, theme, plugins, etc, are all up to date.
Thanks in advance for your help!
MS
December 4, 2014 at 3:55 am #158072Hi Manuel,
Thanks for writing in!
Can you try the code below.
You can add this under Custom > CSS in the Customizer.
body .tp-leftarrow.default { background: url(../assets/large_left.png) 0 0 no-repeat !important; } body .tp-rightarrow.default { background: url(../assets/large_right.png) 0 0 no-repeat !important; } body .tp-leftarrow:hover, body .tp-rightarrow:hover { background-position:0 -40px !important; }
Hope that helps. 🙂
December 4, 2014 at 7:12 am #158184Hi!
Thanks for the fast reply 🙂So I added the code but now nothing appears. It’s still working if I click on the places where the arrows should be, but it doesn’t display anything. I think that those images or the folder may be missing. I tried to find the “assets” folder but couldn’t find it. And I couldn’t find those png files anywhere as well.
Is the “assets” folder a pointer to some other directory? Where can I find the assets folder so that I can see if those files are there?
Again, thank you very much for your help!
MS
December 4, 2014 at 8:05 am #158232Hi again,
Update: I found the assets folder inside the plugin folder and substituted the url in that code with the full path to the png files and it’s working now.
Thank you for your help!
Manuel
December 4, 2014 at 10:08 am #158321Glad to hear you’ve figured it out Manuel,
Cheers
-
AuthorPosts