How to destroy cache image when change the picture - image

I have a home page where there is an image slider. every day the picture must be changed. I think by changing the image with the same name it will be easier every day but when I have finished changing the image I have to press ctrl + f5 first.
How to solved this problem? This is caching problem?
I use codeigniter

When Generating the image URL add base_url($image_path)."?t=".date("Ymd");
This will request the server a fresh image daily.

Related

Extracting Images from the external website

Can anyone explain me what is been used on this template to secure the images used in the website template http://template-entitled.webflow.com/ and is there anyway I can extract them out, every time I save the pages, I just able to save icons not the background and slider images. I downloaded its css and js files but couldn't find and png files for background.
Not sure if you just need the background images or you need to recreate the same effect of this theme. Anyway if you just need the images with firefox you can right click on the image an choose visualize background image (not sure if the English menu is exactly like this) and you'll have the url of the image (i.e.: http://uploads.webflow.com/533e797fc51278ef4200094a/534e45fb2dd7fcb8350002df_Office-6-2.jpg)

Magento Uploaded Image displays previous uploaded images

I'm having a problem. When I try to upload an image for a product, the newly uploaded image would show up to be some of the previous uploaded image when I move the mouse over it.
But when I save the product and move the mouse over the image again, it shows the correct image that was just uploaded.
I first thought it was a cache problem, so I cleaned up everything, flash, browser, magento image cache, but the problem still exists.
What can be done to fix this?
Try deleting the contents of the following folder :\media\catalog\product\cache Then reload the page to check

Uploaded FTP files do not reflect on website

Uploaded files do not reflect on website.
I've done some editing offline and have uploaded the changes through FTP to my website. Some changes are shown but not on the navigation, logo, and header background (an image). I've copied every file exactly as it should go yet it doesn't reflect on the website.
The website is located on: http://www.vargasjpr.com
Any help on this? I would greatly appreciate it.
Edit:
The logo is supposed to show the logo of the company, not the "Inspiration" logo.
In your browser hold down your SHIFT button and then with your mouse click REFRESH button near the url. I suspect you are viewing the cached copy of old images and just need to clear your cache.
The other way is Tools -> Internet Options ... via browser menus.
This is the logo URL I see: http://www.vargasjpr.com/images/logo.png
Another thing you can do if caching bad, is change the name of the logo file and in your code to logo2.png but clearing your cache should work.

How to know what image is used when looking at the webpage

There is a facebook logo in the frontend design of my site above the header. I want to replace the it with a different colour facebook image. All i did was go to "skin/frontend/default/template_name/images/" and replace the old image with the new one with the same name. But still, the old image is displayed. Please help?????
Rather simple:
make a right click on a image and open image in new tab or inspect the source adress of this image
replace the image on the url that it is really displayed
clear your browser cache if the image still does not change

Outlook truncating images

I'm designing an e-mail template for a company and it tests great in everything besides Outlook. For some reason the bottom images of the email look like they're loading half way and then stop. I've found information online that Outlook won't load images with a height greater than 1728px, but the tallest image we have is much shorter than that. There are images beyond 1728px on the page that are loading just fine, so I'm not sure that's the issue. Does anyone have any experience with this? Any advice would be helpful.
Hi Here is a quick solution for this to be done in the outlook.
Use photoshop and follow this steps:
Once the design is over, slice up the image parts / height(1728px as per yout example).
Save this as, File->Save for web and device. click save. you will get option under save box
Under format change this to HTML and image from drop down.
Save them in one folder. A new HTML file and image file will be created in this folder.
Open this HTML file in a browser.
Just copy and paste the content in the outlook using a single cell table.
That's you are done. Now your image will load without any problem.

Resources