I really don't know what could be the issue but I Can't find from CPanel images I just uploaded from Joomla Media.
I created a Folder and uploaded ninety images but can't find them (folder + images) in CPanel.
I searched for about 2 hours without solution.
I also checked "Show Hidden Files (dotfiles)" in CPanel Setting but still can't see the file.
Using the browser, from Joomla Media (menu Contents>Media), you can right-click on a image that you can't found and choose "copy image location" or similar. So you can see where the image was stored.
Related
I have just started working for a new company and they have their website created using Kentico. There are images stored at the following location:
App_Themes/companyname/v3/content/call.gif" alt="call us">
How can I access the app themes folder from within Kentico CMS desk so that I can upload new images and replace them with a path similar to what is already there? I can not seem to locate the images already uploaded via the CMS desk
This was locked down to FTP only as I was using version 5.5.
The ~/App_Themes/ is an application folder which is located on the file server. In order to upload images to this folder you need to have access to the server where Kentico is running and manually put the files inside this folder. In Kentico 6 and higher you can manage the files in this folder in the UI in Site manager -> CSS stylesheets -> your stylesheet -> Theme, but this option is not available for version 5.5
I get the message "directory not writable" when trying to upload images into a normal cms page.
I have seen this before so I created a wysiwyg folder inside the media folder and chmod it to 777.
The images now upload but they dont appear in the wysiwyg folder on the backend. So I cant pick any images to inset into a page.
I tried copying the js folder from the original install folder, and it still doesn't work.
Any ideas?
Thanks
Check whether there is a folder named wysiwyg in media folder.
If no, then create /media/wysiwyg folder in magento installation folder and chmod 777.
If the problem still persists, then open the site in Firefox browser and activate firebug while opening the site.
Click on console and reload the page.
Now try to upload image. If there is some js error in console of browser, then download same version of magento you have, and replace the js folder from the download into your Magento installation and come back to minification later on.
Note: create a backup of your current js folder, just in case. Delete it once you have confirmed the fix works.
I'm working on a pagetype with a Imagedataobjectmanager. In slide show, files getting uploaded in CMS area.
The problem I'm having is, in the uploadify popup, when you upload a file, it hits 100%, and disappears. The file has been uploaded to the assets/uploads folder but it doesn't attach.
One mediocre fix is to upload in the File & Images to the right folder, go to your page and import them, however when you do that, it moves the selected files into the assets/Uploads folder, but it does attach them.
Changed the permission of the folder to 777, no luck. But surprosingly, file & images attaches the photos into the same folder
Thanks
my question is incredibly simple yet I haven't been able to find an answer online. I made a small image in photoshop and am trying to incorporate it in my current website. I don't know how to get the image into dreamweaver into the image folder in the dreamweaver panel.
You can copy the image into the image directory of your root folder and simply add the markup where you want to add the image.
<img src = "[your image link]" />
Or simply add the images using the files panel- Insert->Images->Select your image then press ok.
try the following
1- ctrl + Alt + I and choose your image from the dialog
2- copy manually the image you created to the website directory on your hard drive
hope this hepls!
Your image folder should be stored locally on your machine in your site-root folder.
In Photoshop: Save for Web Devices, Navigate to the Root Folder where your site is stored, Open Image Folder and Save Image in that location.
In Dreamweaver: Go to Files Panel, hit refresh button and the image should now appear in the images folder.
The easiest way to do this by far is too put your cursor on the part of the page you'd like you picture to reside.
Then using the top menus click "Insert" and then "Image", once you have done this you'll be able to find your image on your local computer or network and you will be prompted to save it to your site with the site directory already up - then just choose where to save your file.
It's best practice to save all images into the images folder.
Hope that helps!
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.