I add module entity media browser and i add media filed in content type also Ienable module entity media browser .. now when I have add new content I have this error and I blocked in this page
how to resolve this error please
.. I'm blocked my friends
Related
I followed the instructions on this page to add the Media module to my Ckeditor. I did everything according to the instructions, additionally I added to the list of allowed entities <drupal-entity data-*> and yet, the image/entity does not actually display when rendering on the front-end of the site.
this is the entity tag:
<drupal-entity data-embed-button="assets" data-entity-embed-display="entity_reference:entity_reference_entity_id" data-entity-type="media" data-entity-uuid="e9884625-791a-4362-92f7-0c56c9b928c3"></drupal-entity>
What else can I check?
I'm trying to embed Google form in Joomla page. For some reason, it's stripping tag, as soon as I save the page.
Tried with below,
With JCEditor - Enabled iframe in media content
With TinyMCE - Removed iframe from restricted content
Enabled "No Filtering" for Super User in Joomla Global Configuration
Still, no luck.
Joomla version - 3.6.2
Any help here would be appreciate
Rather than embedding the form in an article directly you can use a module called a "Wrapper" and then associate that wrapper module with the Article / Menu item you are trying to display it with.
To create a module go to (Extensions > Modules) in Joomla Admin then do "New" to have the module placed around the article choose the appropriate "position" then make sure to set the "Menu Assignment" to "Only on the pages selected"
If you need it in the middle of an article you can learn more about how to do that here - How do you put a module inside an article?...
https://docs.joomla.org/How_do_you_put_a_module_inside_an_article%3F
Try setting editor to: "NONE"
Use Chrome when performing the save, I have seen this to be a browser issue.
We have added custom tab after Media Library tab in wordpress media uploader popup but the content of tab not getting refreshed after uploads.
It requires full page reload for the update content in media uploader popup.
here is the custom tab that we have added.
A user was facing a similar issue, you could use this plugin, everything is explained here:
https://premium.wpmudev.org/forums/topic/refresh-media-library-after-manual-ftp-upload
Regards,
Daniel
I'm using Drupal 7 + Ubercart. Have to add a field with easy selecting from images (52 logo images of producers), that are already uploaded and will be used every time, when i'm adding new product.
Use Media module. From media documentation
Media provides a multimedia browser which allows a user to view and
search through all of the multimedia currently added to a site.
After enabling the module, go to your content type Manage fields page, and change the widget of your image field to Media file selector.
Screenshot for your field settings.
Screenshot for Media browser
I am using the Feeds and Mediafront, and Media module and emfield. I set up the feed importer to map in the Youtube RSS and I mapped the url to a embedded media field. Then I created a new View to display all the videos from the RSS. But only the first video on the View page will work, the rest are blank empty video players? But if I click on each title. The video is displayed on the node page. The View is the problem. is it DOM or view cache? Why is only the very first video working?
Any suggesting would be greatly appreciated.
I solved it.
In Drupal Views set whatever your media field is to the formatter called 'Rendered file', not mediafront or media player. Then the view will display all of the rss feeds and playable videos. I also just installed the jQuery update module. But the problem was the wrong formatter. In Drupal6 the formatter i used was "lightbox video". I feel like i have to relearn everything in Drupal7. Just like if you are very good at photohop V6 or Flash V4. Then they come out with the new version and I feel lost! I know its all about improving the product but its tough to relearn a different way of doing what you are used to doing.