How to export content type from Drupal 7 to Drupal 8

Hi friends

i'm building a new site on drupal 8, but now all my content type is on drupal 7, 

so the question is, how can i export all my content type and its content from drupal 7 and import on drupal 8?

i was thinkig to creare a xml file and read that file and save my content, but i dont know if there is another way to do that.

Could you please help me?

Regards

Drupal 7 - Click button and then set form field value and redisplay form

This is not working for some reason. The form is redisplayed but the textarea field remains empty. Why?

Custom Section on top of one page

I am using Drupal 7 and I want to add a new page with a custom section on top. This custom section consists of some information that we are getting through some rest API. 

I want this custom section on top and client can add html content and sections below that section from the Drupal backend.

I tried creating a custom page--custompage.tpl.php and added that section. That page worked fine but unfortunately, it wasn't editable from the Drupal dashboard and we could not add sections before it so it was of no use.

Collapse Text toggle link

What would be the best way to append the expand toggle/link to the bottom of the expanded text div using the Collapse Text module? 

The current default setting is for the toggle remain at the top of the expanded div. 

Anybody here ever taken a stab at theming the output of that?

user migration

Hello,
I have two Drupal sites, the first is Drupal 7 (on-line) and the second is Drupal 9 (in development). I need to migrate all users (including additional fields and logins) of the online site to the one in development. How can I do?

Thanks a lot.
Claudio.

Textarea force wordwrap with CSS - En Masse

I am using this CSS to force word wrapping on some Textarea fields but I would like to enforce it on all Textarea fields if possible.  Is there a simple way to target every Textarea I use in my Drupal 7 app by chance?  I'm all ears if you have some alternative ways to accomplish the objective.  Thanks for reading and any thoughts.

The word-wrap property accepts two values, one of which is the default:

.selector {
  word-wrap: normal; /* the default */
}

.selector-2 {
  word-wrap: break-word;
}

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x