• Resolved cgdannie

    (@cgdannie)


    Hello,

    I bought your plugin and I want to change the default settings. There are some Settings and espacially a lot of CSS that I want to be default for each new slider insetead of changing them each time.

    And is there a way to change some CSS for all Sliders? I want do modify the Filmstrips a bit and I dont want to copy the CSS to each slider or implement this into the theme style.css.

    Thanks

    PS: And sorry for my bad English ??

    https://www.ads-software.com/plugins/slider-wd/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear cgdannie,

    The changes can be implemented in wds_frontend.css file included within the Slider WD package. Thank you.

    Thread Starter cgdannie

    (@cgdannie)

    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…

    Plugin Contributor webdorado

    (@webdorado)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Save Custom Setting’ is closed to new replies.