Drupal theme - change slideshow images - image

Using Drupal 7, "business" theme, I want to change the default slideshow images of the theme to my own images.
The documentation says:
To change the Slide Images, Replace the slide-image-1.jpg,
slide-image-2.jpg and slide-image-3.jpg in the images folder of the
Business theme folder.
I did that, but images won't change.
I changed the images in sites/all/themes/business/images. And kept these original names.
The old images are not there anymore, but slideshow still displays the old images.
I tried clearing Drupal cache, wasn't the problem.
I'm guessing maybe a wrong dir?
Thanks in advance.

That is the correct directory for the slider images. Try clearing the cache in your own browser.

I would suggest, Don't go with hard-coded slideshow in theme, rather remove that slideshow from there and create new region. then create slideshow using view and flexslider which uses same CSS and javascript which makes you dynamic slideshow and you can add as many image you want.....

Related

Magento slideshow images are not getting updated

I am new to Magento and trying Magento 1.7
I have installed a theme and trying to change the images of the theme. I copied the new images in the right path and renamed those to the old image name. I was expecting the new images will show up, but it is not working.
I made sure the new images are also png files and of same size like the existing one.
What I am missing here.
I was not chaging the png file permission.
I changed it starts working

Where to upload fonts and PIE.htc for use in a custom Magento theme?

I am creating my first custom Magento theme and in my mockup I am using a couple of non-standard
fonts. Where do I upload these the /fonts folder that contains these fonts? Also, where do I
upload PIE.htc?
Thanks!
I would suggest you to put all fonts and PIE.htc under,
skin/frontend/default/[Your Theme]/

Is there any way to know all unused images of a website from image folder?

Is there any tool you know which can find all unused images of a website from image folder. I want to identfiy all those image in the image folder which are not being as a inline imge in HTML and CSS Background. Is it possible using any tools, techniques?
You can use dreamweaver for this. In dreamweaver look in site files (press F8) in site menu select recreate site cache. Dreamweaver checks links in your Local Site folder and provides you with a report of all unused files, which you can either delete or re-link.
Hope this solves your problem.

Drupal images issue after enabling cache

As much as 75% of images are not loading on my Drupal 7 website. The images in the public folder are being overwritten/renamed with number extensions (Original was: myimage.jpg but is replaced with myimage_0.jpg or myimage_1.jpg, etc). This breaks the image links. Both the original image and the styled version have this same issue.
When editing the node or the view, all the images are visible. But after saving, the majority of images are not visible and link to a non-existent renamed image file.
I thought it might be permissions-related. The images folders are 755. Maybe cache-based problem? Although the problem is not corrected when flushing all cache. I do not have imagecache but do have all performance cache enabled, then installed Boost to increase site performance due to slow loading time.
Is there a way to prevent Drupal from continually renaming/overwriting the original image files or other solution?
What action are you doing to cause this? As I understand it Drupal will created the image-0.jpg file if image.jpg already exist. That's a normal behavior.

How do I change an uploaded image file's URL in wordpress

We currently downloaded a Wordpress template from Themeforest called Gaia. It is a portfolio theme that allows you to upload portfolio items, and uses the featured posts section for the thumbnails on the main portfolio page. I have currently uploaded it on a subfolder of the website "/wordpress/".
Our problem is, whenever we upload a picture using the upload tool of the featured posts section, it formats the SRC of the uploaded image as:
http://www.sitename.com/wordpress/http://www.sitename.com/wordpress/wp-content/themes/gaia/images/thumbnail.jpg
I have no idea why it includes the URL of the theme folder twice before the URL of the image file. Was wondering if anyone has had a similar problem that can point me to the direction of a solution.
Thank You in advance!
Seedorf.
well.. I guess its a bug then.

Resources