I create a slider set, click the Add Images button, and it doesn’t work—I can’t add anything.
]]>Beginning with WordPress 5.5, this plugin (version 2.2.0) has issues on the WordPress admin backend. The following error is reported:
Uncaught TypeError: $(…).live is not a function
In addition, new images cannot be added as slides, as the Add Images button does not work.
Two deprecated functions are used in the plugin’s admin JavaScript.
Replace “live” in lines 16 and 55. PHP should appear as follows:
Line 16: $(‘#upload_image_button’).on( ‘click’, function(e) {
Line 55: $(‘img.bsm-image-remove’).on(‘click’, function (e){
How do to disable slide background at post page?
]]>Hi sometimes my slider is in the middle of the page. Somehow the margin-top is wrong on some image.
]]>Hi guys
Love this plugin however id like my background slides to start just under my nav menus, as the first time you load the page the top of the pic is always missing till you scroll down.
Is there a way to do this?
]]>This was fixed by using display: none; on #bsm-preloader. I could’ve also used jquery to .show() after the page is loaded, but this wasn’t needed.
This plugin rocks, but this premium version is even better:
https://codecanyon.net/item/icanwp-background-slider-gallery/16820854
And the support is superb. Highly recommended.
]]>I’ve tried to use the plugin but it just keep stuck on loading and not showing any background. please see the screenshot below. Thanks.
https://snag.gy/SbudBN.jpg
Also, i’m using “Responsive Full Width Background Slider” plug-in. Does it cause any conflict with this plug-in?
]]>Hi,
I am using Twenty Seventeen Theme and want to make the background slides scrollable on Desktop screens and deactivate them on mobile screens.
Found this one here
#bsm-bg {
position: relative!important; (or to whatever position you desire)
}
I am actually having the cliser positioned in the background with z-index: -1
Thanks in advance.
]]>Hello.
I want to use this on several pages of my website.
I have three pages where I am using a background.
Home – single image – but it redirects ,
portfolio – works like a charm,
and contact – has only one image <- this is the problem page.
https://charissecardenas.com/contact
here are my settings
https://charissecardenas.com/settings.jpg
If I change select slide animation to Cross Fading and add a 2nd of the same image it resolves the issue.
However on the pages that do not have a background – the black background on my site goes away and its white.
So I cannot do that.
Can you tell me how to use a single image as a background and have it be static?
Is it possible?
thank you for such a great plugin
]]>Hi, the slider isn’t responsive, it is not adapting to browser size. Is that a setting I’m missing somewhere? Sorry, it’s a development site, and I don’t have a url i can share publicly.
]]>Hi,
You have made a nice plugin! It could do with some simple features:
– It should be easy to add support to Custom Post Types (instead of only standard blog)
– Could you add a shortcode? I want to use it in a php file
thx!
]]>When the lpage load the slider my menu jump a pixel or 200 down. I try to hide the loader, and set my menu absolute/fix etc. I’ve tried multiple solutions within the CSS but nothing works. What can I still do?
]]>Hi I use your plugin and it’s nice.
You can set them on individuel pages and posts which is nice too. Only thing is the page for more posts. I can’t set this. Is it possible to do something with this?
Thank you in advance.
Greets,
Kevin
]]>How can I change the behavior of the background slider to scroll with the page rather stay fixed as it does now?
]]>Hello,
I was trying to activate the plugin in my local installation when this appears:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Can't use function return value in write context in D:\xampp\htdocs\cakrawikara\wp-content\plugins\background-slider-master\includes\class-background-slider-master.php on line 169
Any clue why this happens?
]]>hello,
This plugin works on one page ? Because i try to use it on a particular page than be use on a one page template and i don’t see the background slider.
best regards
]]>Hallo,
first of all, thank you for a splendid plugin.
When adding images to a slide, it’s possible either to upload new images from a computer, or choose them from a Library. But it’s not possible to add images from NextGen plugin (for example). So my question is : are there any other image galleries (plugins) which are compatible with Background Slider Master? These galleries (plugins) are quite useful to preserve images in order, and it would be nice if it could be possible to make your plugin compatible with Nextgen or other gallery.
]]>Hallo,
first of all, thank you for a splendid plugin.
I need some help me with adding some functionality.
I need to change the color of menu depending on the color of current background image.
So I would like to implement it via a javascript function.
I can do it myself, but could you please tell me on which event should it be done?
Could you give me some advice? Thank you in advance.
Hallo,
first of all, thank you for a splendid plugin.
I noticed that in a thumb gallery (which appears on hover)
all images (all thumbs) have the same title & alt attributes,
it’s “Hello world”. So when I place my mouse over a thumb,
I always see “Hello world” popup. Could you pleae correct it?
Thank you in advance
]]>I am running WordPress version 4.74 and Background Slider version 2.1.1 ever since the last two WordPress updates trying to update this plugin in causes the entire site to go down. I have contacted the developer and they offer no help.
Any suggestions or a good replacement?
kingspointdelray.com is the website.
Thanks!
]]>Hello, I am trying to find a background slider for a number of projects and have been trying out a few.
I like the relative simplicity of your plugin however I was wondering how I can position it at the top of the page rather than the centre?
Is this possible at all?
many thanks for your plugin and anything assistance you can provide.
anthonyod
]]>I am running WordPress version 4.74 and Background Slider version 2.1.1 ever since the last two WordPress updates trying to update this plugin in causes the entire site to go down. I have contacted the developer and they offer no help.
Any suggestions or a good replacement?
Thanks!
]]>Hi there – thanks for making your plugin. I do appreciate it … but is there a way to permanently (or at least for a month or so) remove the notification :
“If you like our Background Slider Master, please support us by purchasing our pro version iCanWP Background Slider that has many more features.”
It really is annoying having to close it every single time.
Thanks
]]>Hello! I’m using version 4.6.1 of wordpress, and there is no “add new slider” button in the list of sliders. I suppose it’s because Background Slider is not yet compatible with that version. Is there anything I could do to solve the problem? Is there any chance for the plugin to be updated to the newest version of wordpress soon?
All the best,
Marta
hey!
i like the plugin, but why is all the html stuff inside the <head> section?
so i get a validation error…
Hi,
thanks for this great plugin!
I’ve modified it a bit in order to crossfade images and wanted to share this with you. In public/class-background-slider-master-public.php I’ve replaced:
function BackgroundLoad($this,imageWidth,imageHeight,imgSrc){
$this.fadeOut("fast",function(){
$this.attr("src", "").attr("src", imgSrc); //change image source
FullScreenBackground($this,imageWidth,imageHeight); //scale background image
$preloader.fadeOut("fast",function(){$this.fadeIn("slow");});
by
function BackgroundLoad($this,imageWidth,imageHeight,imgSrc){
var $clone = $this.clone().addClass('clone').prependTo('#bsm-bg');
$this.fadeOut("slow",function(){
$this.attr("src", "").attr("src", imgSrc); //change image source
FullScreenBackground($this,imageWidth,imageHeight); //scale background image
$preloader.fadeOut("slow",function(){
$this.fadeIn("slow", function() {
$clone.remove();
});
});
And I added the following CSS:
.clone {
position: absolute;
top: 0;
left: 0;
}
Hope it helps maybe to propose such an option to users later?
Cheers!
]]>Hi
I have selected the title of slider only in one page but still it shows on each and every page. Please fix this issue for me.
Thanks in advance.
hello team,
I can’t manage the top problem on safari.
<div id=”bsm-bg”>
<img src=”https://maren-martell.de/wp-content/uploads/2016/06/6.jpg” alt=”1-dark” title=”1-dark” id=”bsm-bgimg” width=”1623″ height=”1020.71484375″ style=”margin-left: 0px; margin-top: 94.5px; display: inline; opacity: 0.16349374324511345;”>
The value appears with every picture depending on the screen.
Already set:
html,body {
margin:0;
}
#bsm-bgimg {
margin: 0;
}
The funny thing is, that the top-problem doesn’t appear on every computer(tested on 4 items) … but all have the newest OS X.
website
Thanks for help
Would it be possible to add a randomization option for future releases? It works great as it is, but that would be the icing on the cake for me!
]]>when I set the easing delay to 10000 nothing changes. Slide change interval works fine.
also when the images fade there is a white background or a white flash that displays which is very abrupt and I would like to know how to adjust that? if that is the easing delay then it is not working.
Please advise
]]>