Can someone help me with buttons from other widgets and putting them on the next widget

Widgets are like layers. if you call the journal widget last, it will “cover” the botton, which will be unclickable.
I may suggest you three solutions:

  1. Blend the two widgets into one.
    create your journal element (image, textbox, whatever) and set it to hidden. when you press the button, the widget will change the visibility of the item and do what it should do (set the text of the quest)
  2. You may invert to order you add the widgets to the viewport. first add a blank journal widget and then the botton one. as you click the button, it’ll work as for solution one.
  3. If your journal doesn’t overlap with the button, you may resize the size of the widget into the screen (like in the picture) and made it not overlapping the button. it this case you won’t need to change anything of the graphs.

If this helped you, set this as the answer.