Dear cgdannie,
The changes can be implemented in wds_frontend.css file included within the Slider WD package. Thank you.
Thank you very much, this was quite helpful for styling some elements.
1) But I still cannot change the default settings. For example, I want always ‘Rightclick protection’ to be on and ‘Turn SliderWD Media Upload’ to be off.
2) And how can I set the width of the element ‘#wds_container1_0 #wds_container2_0’ and the width and the height (plus some extra pixels) of the element ‘.wds-loading’ to be equal to the dimensions in the global settings? Because every Slider has a different size, I cannot ‘harcode’ this into css.
At the moment, I have to add to every slider the CSS-rules like this:
#wds_container1_0 #wds_container2_0{
width:270px!important;
float:right!important;
}
.wds_loading{
width: 270px;
height: calc(220px + 6px);
}
3) I have set a link on every slide to an image opening in a new tab. But I want to open the target in a lightbox. I want to use the plugin responsive lightbox with the fancybox theme. This gives me as a selector the rel-attribute, at the moment: rel=”lightbox”.
I have also the option to enable triggering lightbox on custom jquery events. The default is ‘ajaxComplete’. How can I integrate this?
4) Hoc can I set a slider as the header-image in the twenty-fourteen-theme?
I do not know much about php or javascript, so I cannot find or understand the right files or lines in the plugin editor.
Thank you very much, I hope you can help me again 🙂
And again, I really apologize for my terrible English…
Dear user,
With the last update there is an option of having Save as Copy, so you can copy the set up slider.
That’s the only way of achieving the result.
Slider functions as a div with background image, if the sated tools work with bg-image, then it will work, otherwise it will not.
You should add <?php wd_slider(1); ?> to your theme header.php.