(2016-03-18, 20:56:26)filmpl Wrote: You have to edit JSSOR Slider data files content
In my case, that means modifying /theme/Evolve/scripts/jssor/slider1_container.js and /theme/Evolve/scripts/jssor/slider2_container.js. Am I right ?
Quote:and change there existing images links with your desired.I do not see any links to images in these files. Could you tell me which snippet it is ?
Once again I repeat - all Slider contents taken from the GS pages not from Javascript files. JS files set only code to slider transition effects, slider width and height, etc.
I do not know how you can better explain...
In this code:
Code:
get_component_with_params('evolve-main-slider', array('slider1_container', array( 'slider-1', 'slider-2' ), 'false', 'false', 'false'));
If on your site pages with slags 'slider-1' and 'slider-2' are not created or if they have the wrong structure than Slideshow or will not appear at all, or it will looks awfully.
Data structure formation (the necessary elements, their parameters and use functions attributed to them) quite a difficult job. You should not only know and understand how the Slider works, but also to know how to use its functions and parameters.
Therefore, I shared with GS community my prepared demo structure files. By using them you can learn to create their own slideshow or just replace images and texts with their own links and use already established demo slideshow.
I hope comprehensibly explains.