Is there any way to disable the standard Opencart Image manager and just choose images directly from computer?
Related
this is my context:
i have an instance of bitnami's odoo solution running in google cloud plattform. the server run in perfect state.
i've tried to change the company's logo (settings>>company>>logoImage>>click on "pencil icon">> upload the image). And when i finalize the process the logo appear inside the company's form but it doesn't appear in the landpage; also it doesn't appear in the top-left corner (panel).
i've read and tried , every one of the "cache solutions" but still not working, i've probed on firefox and chrome; both respond similary. in firefox's case i had never used before the test access.
so, how can i change the company's logo to showup in the login page?
this is the image in the landing page...
and this is what i want :
That logo is a png file located in
addons/web/static/src/discription/logo.png
When odoo don't have a cashed logo of your company in the browser he load this logo (odoo logo). means you need to install a costum module that change the logo or replace that file by your company logo.
sorry i'm using my phone search forr logo file inside web module and replaced or install a costum module that do that if you can.
I run an apache webserver on ubuntu 16.04
I am creating many kml files on my server and I want the user to click a link that will automatically open the kml on google maps (and not download it)
e.g. click to open map doesn't open the file, it only downloads it.
If I host the file on google drive and get the shareable link to it, and I use this link everything works great (I can use it as a simple href in a HTML page).
Unfortunately, doing it through google drive is not a feasible option for me (too many files, high update rate).
Is there any other way I can do it with local file?
I am planning to store all my images on S3 Amazon service. Opencart system uses 4 different image sizes. Which one is better for website page load and optimize opencart; resizing all images and upload to S3 or just uploading main image to S3 and let opencart image cache resize the other picture sizes ?
Thanks
Upload normal images into s3 storage and give the storage path in config.php , opencart automatically does the resizing while rendering
I would use a cdn plugin it solves the headache for you.
I have a windows phone and I am trying to upload the Lumia Living Images taken with Lumia Camera. Looks like there is no option to upload the Living Image directly to OneDrive, but only the static images.
So wondering if there is any api available so that I can create an app to upload the images to OneDrive.
Looked everywhere, at this point of time there is no api to upload Living Images to OneDrive. I guess this will change soon. In the new windows 10 mobile insider preview, they recently added support for gif images support for photos app. Probably at some point when Windows 10 Mobile comes RTM we might have native support for Lumia Living Images.
There is no special API to do this, as the living image portion is tacked inside the JPG file, which is then viewable using the Photos app on Windows 10 (or any other capable client).
I'm showing an image in image control. For that I have created File Upload control of TextBox and button. And storing image in projects Images folder.Image is uploading very well. But it always needs to include in project then only I'm getting image displayed. Is there any solution to overcome this problem?
Be aware that the Silverlight application is running LOCAL in the user's browser. It cannot (easily) access files on the webserver that you upload. Files you include in the project work because they are compiled into the dll which is downloaded to the browser.
To dynamically access files uploaded to the server you need to implement some kind of WCF service to send it back. I don't know if you can easily "download" a file into a Silverlight App with a URL. Silerlight is pretty tight on what you can and cannt do...