Shape 5

Joomla Templates => News Blog - Club => : forensys May 04, 2018, 01:42:04 AM



: S5 Image and Content Fader arrows
: forensys May 04, 2018, 01:42:04 AM
Hi!

I switched off the "Prev" and "Next" text at the sides of the Image and Content Fader, and I want to show arrows there. How to do that? Because I tried a few things, but it is not working. Another solution to translate the "Prev" and "Next" text, but I don't know how to do that, but showing arrows would be better.

Thanks!


: Re: S5 Image and Content Fader arrows
: jonahh May 04, 2018, 11:55:31 AM
Hello,

To translate you would have to edit the module files but to swap to arrows we have this feature included in the theme specific area of Vertex. You can see it in the first screenshot here:

http://www.shape5.com/demo/news_blog/index.php/features-mainmenu-47/template-specific-features


: Re: S5 Image and Content Fader arrows
: forensys May 07, 2018, 02:26:02 AM
Yes, I know, but It's not working, I can't see the arrows.


: Re: S5 Image and Content Fader arrows
: jonahh May 07, 2018, 01:52:58 PM
And I guess you have "navigation arrows" enabled in the fader admin? If this is the case please PM me login details and I can take a look at this for you. Thanks


: Re: S5 Image and Content Fader arrows
: jonahh May 09, 2018, 10:15:40 AM
Ah I see why, we didn't include arrows in this template. If you want to just change the text you can do so by opening up the JS file located here:

modules\mod_s5_image_and_content_fader\js\jd.gallery.jquery.js


and look for the below at about line 315:


:
			var leftArrow = $('<div class="leftarrowwrap"><a class="left"><span class="iacf_prev">Prev</span></a></div>').bind(
'click',
this.prevItem.bind(this)
).appendTo(element);
var rightArrow = $('<div class="rightarrowwrap"><a class="right"><span class="iacf_next">Next</span></a></div>').bind(


: Re: S5 Image and Content Fader arrows
: forensys May 10, 2018, 05:54:50 AM
Oh, okay. Thank you