I'm using stapi beta as a backend for a website i'm building, and have noticed that i have no option for multiple file selection in the admin - file upload section.
This feature seems to be in a screen shot on the strapi website , so i'm wondering if this is the same for other users or if i have some sort of 'bug' or corruption in my install
I have been running in production mode, which i thought might be the problem, but have also tried running in develop mode and still have the same results
I'm running straight out of the box with this plugin, so have no additional code
No errors are shown.
When you create a new Media attribute in your model, you have a checkbox just under the name input.
You have to activate it to be able to upload multiple files.
Note: this is the new modal that will be released in next weeks - but the checkbox is in the same palce.
Related
I have created an app using manifest editor where I have generated the ID and I have configured the personal tab to open a public website "https://www.ibm.com/in-en"
I have downloaded the zip of the app
I have uploaded the app to teams and the app is shown in teams
When I click on the app and then click open to load the personal tab, I get the issue as mentioned in the image:
Could you please check if you have the "showloadingindicator" field set to true in your manifest? Could you please try removing it and uploading the app manifest?
I had the same issue, and removing the "showLoadingIndicator" fixed it, but while it sorted out the immediate problem, it didn't help understand why it was incorrect.
tl;dr : you need to call microsoftTeams.appInitialization.notifySuccess() inside your tab, but if you want more info, see my question/answer over here: Personal Tab Renders Fine, then a few seconds later shows "There was a problem reaching this app"
This wouldn't apply in your case as you're pointing to a public website, but if it was a custom tab, then the fix would help and also allow the "loading" indicator to be used.
I am in the process of integrating the Image2 (enhanced image) plugin into my CkEditor.
My use case for this plugin is for allowing users to upload images from local machines to the server.
So far so good, but the default upload process of this plugin has some steps I would like to be able to skip.
For instance, whenever I click the Image button in the editor's toolbar, I'd like the uploader to automatically open the file browser instead of just popping up the standard file managed dialog.
Also, I would like for the upload process to be automatically started whenever the user choodses the image to upload (by default, the plugin requires a click on the "Upload it"/"Send it to the server" button). Actually, I would like to remove the "Upload it"/"Send it to the server" button entirely.
Last but not least, I'd like the dialog to close automatically whenever an image is successfully uploaded.
Feels like almost a no-brainer to me, but I could not find anyone that actually managed to solve this situation, despite the fact that this kind of question has been asked many times around the net in recent years.
Can someone point me in the right direction? thank you.
I'm new to Umbraco and creating my own property editors. I am currently trying to implement the example from the Umbraco Belle site:
https://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
I managed to get it working, showing the alert message when I add the property editor to my document type.
However after I've added the Pagedown-bootstrap files, saved and rebuilt the project, as well as refreshing my browser cache, it still gives me the alert message from before when adding the editor. I tried recreating the datatype in the developer section as well, but this gives me the same result.
I've no clue why this happens and how to fix it. Is there something about the way Umbraco caches data that I am unaware of?
You could try updating the clientdependency number in Config/ClientDependency.config
Update the version number below by 1
<clientDependency version="{version number}" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco">
My website is hosted on OVH (France), with one SQL database.
I have installed manually PrestaShop from the GitHub folder.
After multiple attempts in installing PrestaShop, I finally reached to have it installed but since I choose to use the demo products (in the installation process and as I am new to PrestaShop), I think obtaining a white page with only the logo is surprising to me (see attachment).
I tried to print the errors switching to True the dev parameters from the file defines.inc.php, but nothing was printed.
Also, I see nothing in the console of the browser.
I suspect there is a conflict with the SQL database, but I don't know what to check.
Would you have any tracks to check what's wrong with my installation ?
Regards,
A&A
I installed opencart 1.5.6 on my localhost, and it's not possible for me to change the theme. The admin panel says the new theme is active, but the default theme always appears.
I made the same installation on a remote server, and everything is working well there.
I have no idea what's wrong on my localhost. I'm on a new installation on Ubuntu 12.4 with a default configuration for LAMP. I tried to compare the two phpinfo but there are so many things that are different that gives me no clue.
It was just a problem of rights on the theme folder. Very stupid ...
First, I would check your database to see if the change is registered. Use phpMyAdmin (or whatever included with your LAMP stack) and look at the "oc_setting" (prefix may differ) and see if the config_template is set to the template you've chosen via the admin. This will help identify if the issue is database related.
I have the solution, the ACTUAL solution. (For me anyway)
Extract the theme.
Login to your OpenCart website using FTP. Please read our article if
you need help using FTP.
Upload the catalog and images folders to the root of your OpenCart installation.
Once the upload is finished, log into your OpenCart Dashboard and go
to System > Settings
Choose your website from the list, check the box next to it, and select “Edit”
In the store tab you will now see your new theme option available under 'Template'
Click Save.
It has now been updated.
Many, many tutorials online at the moment incorrectly instruct people to upload their theme directly into the catalog > view > theme location as though it were a WordPress theme or similar. You actually need to put the appropriate resources where they need to be.