08.09.2019
53
Slide Show Not Working 3,9/5 4218 reviews
I think I've found the solution after a few years experiencing this problem. It keeps reverting back to Unsaved Theme(WITHOUT WALLPAPER SLIDESHOW). Usually occurs after:
1. I plug out the battery, or
2. reboot, or
3. hibernate, or
4. opening Aero incompatible software(such as Digi Broadband), or
5. sometimes let the laptop opened for too long (>12 hours non stop)
6. no reason, suddenly slideshow is disabled(sometimes while I'm watching movies)
I tried creating a theme named 'Unsaved Theme' to prevent windows to make its own theme. No success.
I don't want to uninstall any of my favorite programs. The main reason we buy a laptop is to install programs, right?
I've tried deleting slideshow.ini & TranscodedWallpaper.jpg. No success.
I tried enable slideshow on battery and on plugged in (power plan). No success.
I don't want to create new account every time this thing happens. I prefer my OWN Account for eternity.
I also don't want to upgrade Windows every times it happens...
I don't want to compare registry files, windows can change these registry whenever it likes, thus not very practical.
Windows keeps creating its own theme file named Custom.theme and emptying the file slideshow.ini.
The trick is to lock these 2 files but allow windows to access it.
1. Create your theme(setting up all appearances, images, screensaver, font, color, slideshow setting, whatever..),
then name it (e.g.: MyTheme)
Make sure it works on the background before proceed. (use 10 seconds delay to ensure that it works)
2. Go to %localAppData%MicrosoftWindowsThemes
We only concern about these 2 files:
1. MyTheme.theme
2. Custom.theme
If there is no Custom.theme, duplicate MyTheme.theme then rename it to Custom.theme.
(In my case, I let Windows do her things in creating the unwanted 'Unsaved Theme', so annoying)
use Beyond Compare(or other comparing softwares) between these 2 files:
copy all content from MyTheme.theme --> Custom.theme
except:
MyTheme.theme Custom.theme
------------------------------------------------------------------------
DisplayName=MyTheme DisplayName=Unsaved Theme
Make sure both of the themes contain something similar to these:
[Slideshow]
ImagesRootPIDL=8TAFA8BUg/E0gouOpBhoYjAArADMdm
Then, save both files.
THEN THE IMPORTANT PART, change Custom.theme ---> Read only (in properties menu)
3. Go to %USERPROFILE%AppDataRoamingMicrosoftWindowsThemes
You will find these 2 files:
slideshow.ini-I think where the slideshow data is stored, who knows
TranscodedWallpaper.jpg-current image being displayed on the background
try open the slideshow.ini, it should contain some gibberish characters e.g:
[Slideshow]
ImagesRootPIDL=8TAFA8BUg/E0gouOpBhoYjAArADMdm.........................
If it's empty, then your slideshow may already been disabled.
THEN THE IMPORTANT PART, change ONLY slideshow.ini ---> read only (in properties menu)
[don't touch the TranscodedWallpaper.jpg. Just let it be]
4. Then you're ready to enjoy wallpaper slideshow without having to worry about it.
Hope this helps.

In PowerPoint, you need to set the slide show display mode to display in the resolution that is the default for most projectors - 1024 x 768. In PowerPoint 2003, click on Slide Show - Set Up Show. In the Slide Show resolution drop down box at the bottom of the dialog box, select 1024 x. Aug 13, 2016  The reason your Slide Show is not working is because by default your Slide Show is paused in Windows 10. You will need to: This had to do with the Power schemes. This is what fixed mine! Type edit power plan in the Start Search box, and then click Edit.

My carousel from Bootstrap won't display my images or react to the controls.

This is my HTML:

My CSS:

There are no errors in the Chrome console and the code is pretty much the exact same as that from the Bootstrap examples.

This is what the site looks like on my end:

KyleMit
60.5k38 gold badges263 silver badges423 bronze badges
Liam PotterLiam Potter

Slideshow Not Working Windows 7

7525 gold badges16 silver badges39 bronze badges

5 Answers

There are just two minor things here.

The first is in the following carousel indicator list items:

Windows 10 slideshow not showing all pictures

You need to pass the data-target attribute a selector which means the ID must be prefixed with #. So change them to the following:

Secondly, you need to give the carousel a starting point so both the carousel indicator items and the carousel inner items must have one active class. Like this:

ShowKyleMitKyleMit
60.5k38 gold badges263 silver badges423 bronze badges

Here is the changes you need to be done

just replace the carousel div with the below code

You have missed the '#' for>66 gold badges30 silver badges35 bronze badges

Recently I was helping a friend to find why their carousel was not working. Controls would not work and images were not transitioning. I had a working sample on a page I had used and we went through all the code including checking the items above in this post. We pasted the 'good' carousel into the same page and it still worked. Now, all css and bootstrap files were the same for both. The code was now identical, so all we could try was the images.

So, we replaced the images with two that were working in my sample. It worked. We replaced the two images with the first two that were originally not working, and it worked. We added back each image (all jpegs) one-by-one, and when we got to the seventh image (of 18) and the carousel failed. Weird. We removed this one image and continued to add the remaining images until they were all added and the carousel worked.

for reference, we were using jquery-3.3.1.slim.min.js and bootstrap/4.3.1/js/bootstrap.min.js on this site.

I do not know why an image would or could cause a carousel to malfunction, but it did. I couldn't find a reference to this cause elsewhere either, so I'm posting here for posterity in the hope that it might help someone else when other solutions fail.

Test carousel with limited set of 'known-to-be-good' images.

srattigansrattigan

For me, the carousel wasn't working in the DreamWeaver CC provided the code in the 'template' page I am playing with. I needed to add the attribute to the carousel div in order for it to start working. Thanks to Adarsh for his code snippet which highlighted the missing attribute.

PaulepopsPaulepops

Not the answer you're looking for? Browse other questions tagged htmlcsstwitter-bootstraptwitter-bootstrap-3carousel or ask your own question.