Changing Theme Image
Hello,
I have a theme that is working; however, if I change an image in the theme I seem to have to go back into the Settings and resave the theme before the change works. Is this how it is supposed to work?
Thanks,
John
Hello John S.,
You don't need to register your theme after every change. Did you restart your application? It is possible that this behavior occurs because the content of your project gets cached. Try cleaning the cache of your browser and see if the issue reproduces again.
Best wishes,
Jen Peleva
the Telerik team
Hello,
I am still having problems with this (just getting back to the project). It is really odd and I feel I must be overlooking something.
An example, If I have a background image ,main_background.jpg, and if I make a change to that image it does not show up. If I delete the image and then put it back it never loads either; however, if I change the name in the css file and change the name of the file to match it works.
I have tried
url('./Images/main_background.jpg');
url('Images/main_background.jpg');
url(Images/main_background.jpg);
url(./Images/main_background.jpg);
Also, if it matters, I have a source Photoshop file I edit and export out as the .jpg.
Clearing the cache has no effect. The only thing I seem to be able to do to make this work is change the file name.
Does anyone have any suggestions? I feel like this is something that has to be simple.
Thanks,
John S.
John,
Does your theme follow this file structure?
Hi Tim,
Thanks for the reply. Yes, it does follow the structure shown.
John
John,
Have you tried it like this?
.yourclass
background
:
url
(../Images/main_background.png)
no-repeat
top
left
;
Tim,
I had a problem with what you sent on the last post; however, everything now seems to be working as expected the way I had it.
I have no idea what is up with this....if it reappears I will be back.
Thanks,
John S
The problem reappeared about 10 minutes after I said it went away.
If anyone has any other suggestions I would love to hear them.
John,
If you're using the recommended structure and your css is written like the example I posted, you shouldn't be having issues.
Is the page live? Can you provide a link?
Tim,
Thanks for the response. For some reason I am not getting updates on this thread by email.
The page is not live. I think I have to have something set up wrong. I am going to start from scratch and see what happens.
John S