Title: Save Custom Setting
Last modified: August 22, 2016

---

# Save Custom Setting

 *  Resolved [cgdannie](https://wordpress.org/support/users/cgdannie/)
 * (@cgdannie)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/save-custom-setting/)
 * 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://wordpress.org/plugins/slider-wd/](https://wordpress.org/plugins/slider-wd/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/save-custom-setting/#post-5904182)
 * Dear cgdannie,
 * The changes can be implemented in wds_frontend.css file included within the Slider
   WD package. Thank you.
 *  Thread Starter [cgdannie](https://wordpress.org/support/users/cgdannie/)
 * (@cgdannie)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/save-custom-setting/#post-5904382)
 * 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](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/save-custom-setting/#post-5904404)
 * 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.

 * ![](https://ps.w.org/slider-wd/assets/icon-256x256.png?rev=2068748)
 * [Slider by 10Web - Responsive Image Slider](https://wordpress.org/plugins/slider-wd/)
 * [Support Threads](https://wordpress.org/support/plugin/slider-wd/)
 * [Active Topics](https://wordpress.org/support/plugin/slider-wd/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slider-wd/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slider-wd/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [default](https://wordpress.org/support/topic-tag/default/)
 * [save](https://wordpress.org/support/topic-tag/save/)
 * [settings](https://wordpress.org/support/topic-tag/settings/)

 * 3 replies
 * 2 participants
 * Last reply from: [webdorado](https://wordpress.org/support/users/webdorado/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/save-custom-setting/#post-5904404)
 * Status: resolved