Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think I understand what you want to do. The image slider is most likely inserting the Prev and Next controls on the fly. They might not even be text, they might already be an image. If you have a link to a working demo it would be easier to see but I would do the following:</p> <ol> <li><p>Determine if Prev and Next are being displayed as text or if they are an image. Use something like Chrome developer tools to see the page's structure and you can figure that out. The reason it might already be an image is so they could use a specific font without headaches.</p></li> <li><p>If they are an image, find the source of the image. If it's in the css of the plugin you can change it there. If it's an image file being inserted into the html you can overwrite it with your own, just give it the same name.</p></li> <li><p>If it's really just text then you can look through the slider plugin files and find the place where it's inserted. CTRL+F for "prev" or "next" might help speed this up. Carefully change that instance to insert your image instead.</p></li> </ol> <p>Be warned that if you edit the slider plugin files then your changes will probably go away if you ever update the plugin to a newer version so saving notes about the changes you made will be helpful in the future.</p> <p>Edit: None of the ones in your demo used the words prev/next, but they did use a background image: <a href="http://thethefly.com/wp-content/plugins/thethe-image-slider/style/skins/frame-black/buttons.png" rel="nofollow">http://thethefly.com/wp-content/plugins/thethe-image-slider/style/skins/frame-black/buttons.png</a> If you find the corresponding file in your install you should be able to overwrite it with your own. But even better, it looks like that plugin is skinnable. I didn't see any information on how, but look through the files and see if there are any skin/theme/config files that you can edit. Also look for editable stuff in the CSS files that came with it if there are any.</p> <p>Edit again: I just read your comment again and I realize yours might be different. Do you have access to any of their themes? Modifying one of theirs might be easier if it uses images by default. Also to tell for sure using chrome browser right click on it and choose "inspect element" and you can see exactly what's going on. Other browsers have similar functionality if you use something else.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload