How to centre this video pop-up - popup

thank you for taking some time to reply.
I need help to create a video pop-up with a Title and a description. The user should be able to open the pop-up both by clicking the image and the title. We tried several codes for our website, but when we make the images clickable, it disrupts the whole layout. We are not coding experts, so we don't know the issue because the code worked fine outside Squarespace. Therefore, we were hoping someone could help us create a simple video pop-up with a clickable image and title.
I know it is a lot to ask; thank you for your time.

Related

How create change beackround by uesrs?

Good afternoon everyone.
Please help me to solve the issue.
I need to make it so that the user can change the background on their own, based on the options I suggested. The background will change only on one screen and for the background I decided to choose images.
That is, going to the quote screen, for example, the user can click on the button and a list of available pictures for changing the background will appear for him to choose from.
I've been looking for how to implement such an idea for the third day already and I can't find anything, please help!

How to set a full screen popup background in Swift

I am a beginner in iOS development.
I followed this tutorial https://github.com/nrlnishan/ViewPager-Swift to implement a viewPager in my application.
Then I followed https://github.com/nbyn/MWAPopup/blob/master/README.md to implement a popup in the first view of the popup.
But the popup background doesn't appear as full screen.
This screenshot may explain more my problem.
Please help me.
You are showing the popup on the wrong UIViewController. show method shows the popup inside the UIViewController that is passed in as a parameter.
Also when using someones else's GitHub code or library, always look for the number of the stars for the repository since the most quality solutions are recognized by the community, especially solutions to the popular problems like popups. Try something like this https://github.com/Orderella/PopupDialog

Use Custom Image Instead of Default Facebook Share button?

I'm trying to use a custom "share on facebook" image I made in photoshop instead of the default facebook share button. The idea is that when someone clicks the image the share box will be brought up. I have looked around, but can't seem to figure out how to do this. Any help would be greatly appreciated.
Add a UIButton & set it's background image as "yourCustomImage" ?
If you see a problem then try to see how to add a button type custom in stack overflow.

Add to cart button in Lightbox2?

I'm trying to add a PayPal "add to cart" button to my lightbox 2 gallery?? I've seen lots of trouble shooting (posted by ChrisD), however, I can't locate the actual code to get it into the lightbox. I can get it to be in my caption on the index, but the button won't go into the actual lighbox display container where I would prefer it? Any help would be greatly appreciated!! (or direct me to a link/question that answers this?)Thanks in advanced!
The Payments Standard buttons aren't meant to work within a frame or an iframe or launch an iframe. They need to launch in a window outside of your lightbox.

Disable search button

I have a problem and would appreciate it if you would help me.
I made a app from this tutorial:
http://www.lonhosford.com/lonblog/2011/05/08/xcode-4-iphone-tutorial-mountains-of-the-usa-overview/?fb_comment_id=fbc_10150196924999637_19584378_10150363736289637#f20e4d75c4
It works great, but i need it without the search button. I want to see all the data when i start the app... without taping on the search button or anything else.
I am in the learning process and it would help me a lot if someone would answer.
On the link you will find all the codes i used in the app.
Thanks a lot!!
David R.
remove the button from the interface and just call the method associated with the tap of the button from your viewDidLoad.