I am not a drupal developer. I just maintain a server that runs it but now the person that does the content is having a problem that she needs help with. Problem is as stated in the subject. On pages where there is an embedded node instead of showing the content of the node it just shows nid[[474]] (for instance) while other text on the page shows normally. I hope I am explaining this properly.
We are using a custom template, Drupal Wetkit 7.x-4.53 (Drupal 7.74)
I have been using ubercart 7.x-3.13 for a few years to sell products with downloadable files attached, these products are actually subscriptions and I have to update the files attached to the products a few times a year.
If I upload new files (or edit files) at admin/store/products/view file downloads the new customers get the access to the new files, but the existing customers do not get the new files in their purchased-files and are unable to download the new files unless I apply each file for each customer individually.
I have a content type motorcycles . In that a Term reference field for the brand of the motorcycle .
I have a made a page view ( exposed form in block ) to search for a particular brand of a motorcycle . In FILTER CRITERIA i have an exposed filters using simple hierarchical select ( content:has taxonomy terms ( with depth ;simple hierarchical select (exposed ) .So that works fine , a dropdown menu shows with the vocabulary terms of the brands and types .
A project that I am currently working upon is in Drupal 7.72 version and we want to migrate it to Drupal 8.9.7 version. My plan is to create a blank Drupal 8.9.7 VM on my local, install and setup migrate module that supports content import from 7.x to 8.9.7 and migrate the content with Drush. now, I am new to this process and I am searching for a migrate module that can support content import from Drupal 7.72(7.x) to Drupal 8.9.7. Any suggestions or ideas about such a module? Thanks!