I'm in the middle of creating a Drupal site. It already has lots of content. This morning I found out that the "Save" button has now gone missing from my Page and News nodes. Users now have to click Preview before the Save button appears (both for creating new content and editing existing content). It was fine yesterday and I'm not sure what has changed. Can anyone help me to restore the Save button?
Many thanks
Check under admin/content/node-settings if you set the preview to "required", that would cause this behaviour. You can also try to emtpy all caches.
in Drupal 8 , preview mode can be set for each content types,e.g for articles :
/admin/structure/types/manage/article
If set to required the save button will appear only after previewing the content and returning to edit mode.
Related
I've inherited the content upkeep on a local non-profit's website. The site is running Drupal 7.71. There's an employee/staff section on the site, and the admin interface has the ability to add new employees, and to modify the content of current employees. My issue is with the "Select Media" button in the interface that allows us to add an employee photo. When it was working properly, clicking on that button launched a modal overlay that allowed me to upload a new image, or choose a pre-existing one. Once I did that the modal would vanish, and I'd be back to the original employee admin form, with the selected image added.
Now for some reason when I click on the "Select Media" button the modal appears for a split second, but then it changes to a full HTML page, as if the browser's location.href has changed to the URL of the modal. I can pick/upload an image, but then have to navigate back to the original employee entry page, and when I do it does not show that any image has been selected.
As far as I know I have made no changes to the site that could be causing this change in behavior. I specifically have not done any updates to the Drupal install or any of the modules (I don't want to attempt any sort of code updates until we have a robust backup/rollback system in place). I don't see any JavaScript errors in the console when attempting to use this functionality, and the error occurs in multiple different browsers, so I don't think it's browser related.
Anyone have any idea what's going on, and how to fix it?
In my WordPress website from recently I am unable to edit any text in the widgets. Once I drag and drop a text widget it loads and just gets saved without allowing me to add any texts. Even the existing widgets are also disabled to edit.
Please help to sort out this issue as I need to add more additional information to the website.
I have attached an image of the issue:
Please check your developer console in browser. I believe that there is some Javascript error in back end.
Try to deactivate all plugins & switch to a default theme. Then activate plugins one by one.
Currently moved a website from one domain to another
Everything works except the add new page and new post and also can't edit prevoius post
Error Image
Currently running on wordpress 4.9.1
Disabled all plugins
And from the error image above, can write in title section but cant for the body part
Help would be pretty much appreciated
Have you tried to clear your browser's cache and cookies?
If your browser google chrome:
Ctrl+H
Click clear browsing data
Click tab advanced -> time range (All times)
Check all the box
Clear data
Reference:
Based on experience (Google chrome)
I am new to Drupal. Under appearance > setting > garland >Toggle display I unchecked some check box like logo, site name etc.... That made view button in the all the pages to disappear but edit is displaying correctly. After that,I reverted back the changes. View button is not appearing but if we click the area of view button area its navigating the view link. Please help me out.. Thanks in advance
see this image for reference
You should always clear your cache after changing the apperence of Drupal. To do this: Administer > Site configuration/Development > Performance
And you should really invest some time in reading how Drupal works. A good start is: User and Builder Guides
I have created a new user and I have given the rights to edit and display some specific content type, and the user has no other rights. Also I have created for him an shortcut list with some specific nodes of that type, which he has access to see and to edit.
But the strange thing is when the user (I have checked doesn't matter which user, even the administrator user) edit and save that node, then the shortcut to that node disappear from the menu bar. I have check the shortcut list attributed to that user and there is no shortcut there.
Do you experience the same thing?
UPDATE: Found a similar issue for the menu problem I'm experiencing indicating that this is a bug: http://drupal.org/node/761648#comment-4345692
I have the same trouble. It becomes very tiresome recreating my menus every time I edit content. I don't know how to fix it, but it seems the problem stems from the 'Provide a menu link' option in the Menu Settings tab while editing content. If I don't manually change it every time I edit content, it'll automatically choose to add a menu link to the main menu, deleting it from any other menu it was in. If I uncheck it, it will still delete the old menu item anyway.
I hope someone has answers!
I had the same problem with 'basic pages'.
Changed content type (structure > content types) 'basic page' and checked all the checkboxes for 'available menus'.
If you edit the content now and set the 'provide menu link' to the correct menu it remembers it correctly and the menu items don't disappear anymore.
Hope this helps.
Nephews
Try simplifying the URLs.
One thing I've found is that if Drupal doesn't like (for whatever validation reason) your URL, it will not show it until you edit it to be acceptable.
For example, I tried adding this repeatedly without success
node/2/edit%3Fdestination%3Dadmin/content
It showed up fine when I changed it to:
node/2/edit
Perhaps something in the node URL changes when they edit it.
It's not a real bug, but a bit strange ;)
You have to edit your content type to accept all referred menus. So, the actual menu entry won't be deleted and placed in main menu.
Have fun =)