Yes, but it’s not trivial. You can do this with CSS. How familiar are you with CSS?
This is just a quick example, but you might do something like this in your theme CSS file:
.gallery_container_jsj-gallery-slideshow .gallery-navigation a.gallery-next {
width: 50px;
height: 50px;
background: url('URL_TO_YOUR_ARROW_IMAGE.png');
position: absolute;
right: 0;
top: 216px;
}
Thread Starter
xenina
(@xenina)
Works (almost) perfectly, thank you!
Hi, I downloaded the new version of jsj gallery plugin this morning but after… my site (www.parolacce.org) became inaccessible!!!!
Appeared this message:
Parse error: syntax error, unexpected ‘[‘ in /home/vitotartamella/parolacce.org/wp-content/plugins/jsj-gallery-slideshow/includes/handlers/class-shortcode-handler.php on line 147
Can you help me???? What can I do???
Thank you!!
This is 100% related to what you posted in the other thread and is actually exactly what I need to fix it. Thanks!
Should be fixed in version 2.0.1. Just updated the plugin!
Let me know if you have any problems with the plugin.
Hi,
I’m writing here because this is related:
How can I get the arrow(s) stay inside of the image div? For example if they should only be visible on image-hover. Or just right and left of the slideshow but not right/left of the whole page.