Shopify help? - expected String to be a Hash: properties - html

I am trying to add a text box for a product on Shopify for customers to enter their own name or text, I am very new to all this and followed this Youtube video exactly step for step.
https://www.youtube.com/watch?v=UtJ77gcWqaU
Ive got the text box but at 20.25 in the video when add product to cart it doesnt work and gives me this message
expected String to be a Hash: properties
This is what appears on the screen when I try to add a item to cart with custom text in the box
Here is a screenshot of the code I have entered
If anyone can help me Id really appreciate it, this is the most technical thing Ive attempted so I apologise in advance if ive missed anything out or not explained well.
All help highly appreciated!

Related

HTML Use content/Input from a user in order to overlay his text over a picture

I'm quite new to html and in order to help a friend create a Website, I need to get an Input from a User and overlay it over a picture. I'm using a WCMS and I doubt there aren't any options to solve this problem without using HTML.
Thank you!
I already tried to create some text boxes and already implemented the image, but I don't know how to get the Input and write it on the picture

Access display image in a listbox

I have a query with an url to an specific image.
I would like to display that image in a listbox where i display the rest of the data of that record, but I do not know if it's even possible.
I found this: Show Small Preview Picture in Access 2013 List Box On Click
but it does nothing.
Could you help me please?
Thank you in advance.

Looking to make an HTML form with and edit field connected to a list

I would like to preset an HTML page that has list box (scrollable) that is connected to an edit field. Every time the edit field is updated the list box should show only the items that match the text pattern in the edit field.
Am sure it's possible but not even sure what it's called and all my Google attempts have failed.
Thanks
For anyone who comes across this same question, the term that I was looking for was "creating an autocomplete form."

xcode swift Thread 1: signal SIGABRT/display url data from retrieved website info

I have 2 questions.
1. I keep getting signal SIGABRT and I don't know the issue. There questions didn't help. Project below!
2. When I get data from a website(mine) how would I display it in my table? Thanks.
Download: https://ufile.io/2sso0
The issue you get is when something isn't hooked up properly, like an outlet. Do you have some sort of outlet that you're not 100% sure works? If so, delete and add it again. Also something that I do a lot when I get this issue is to right click(two finger click) on the yellow circle on your view controller. Then if there's a yellow triangle, I click on the x and delete it. That fixes it for me.

Why is my website going blank everytime I edit a row in Wp_options?

I have a wordpress theme and I am trying to change a bit of text that I can only really find in the database. It's a bit of title text that I can only find in the wp_options database.
I found the bit of text I need to change in wp_options, in a row under "of_options"
...";s:16:"translation_port";s:16:"Recent portfolio";s:23:"translation_relatedpost";
s:7:"Related"; s:27:"translation_advertise_title";s:28:"Our Nights";
s:20:"translation_morelink";s:9:"Read more";s:24:"port_project_description";s:20:
That above code does not have any breaks in it, I only changed it for ease of reading.
Just ran another test, and I dont actually have to change a single bit of text, purely opening the row for edit, then saving it without touching anything messes it up.
No logos, images, layout or anything shows. Only the background image :/
I have no idea, tried everything.
Any help would be appreciated.
Don't try to edit this field in the database.
What you see here is a serialized array.
'of_options' refers to 'Options Framework' and is an array containing all chosen options.
Look under Appearance for an options links. The values will be editable there. If somewhere else you need to add more info to your question for help to be provided.
Never fully read it.
Was a part in the theme edit menu to change the titles under a translation tab. My bad.