I upgraded my Drupal 7 site to Drupal 8. I figured out how to promote my recent content to the front page, but now all my Article pages are appearing out of order because I made the mistake of using SAVE CONTENT on these old Articles that I brought over from the Drupal 7 site. There is no option in the Content menu to list the articles by their original post date, not the new updated date, which is today.
I have drupal 8.11 with views_slideshow 8.x-4.0 modules installed and using Zircon 8.x-0.2 as default theme, the slideshow only works for authenticated users. How can I get slideshow work for anonymous users? Thanks for your comments.
I have created a form with two fields in which one is a radio button field and another is a hidden field which has #prefix and #suffix to define a custom "DIV".
Based on the radio button selection I am able to append data to the custom "DIV" using ajax calls. In addition to that I also want the "DIV" to have its own default value predefined. How can I do that ?
We are currently working on our first Drupal site ever. We are almost ready to go in production, but we are facing a small but annoying problem. It seems like the breadcrumb is cached and I don't know how to avoid this.
The problem:
If you browse between the pages from the left-navigation, the breadcrumb isn't changing anymore after the first click. But if you click on page the is a level deeper, then it changes again.
I've done some work with Drupal, but I'm starting on a new project, and after taking a deeper look at how it works, I'm not sure if it would be the best choice for what I'm looking for and I'm looking for a second opinion on this. First, can I get this work easily with Drupal and, if not, is there and alternative that would be better?