- This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago by
Ying.
-
AuthorPosts
-
November 15, 2022 at 11:39 am #2417020
Robert Holland
Folks: Thanks as always for your help.
I have finally gotten a MailChimp page to display for signups using the MC4WP plugin. I have an image I would like the form to overlay (display on top of), but it only displays the background behind the fields as tall as the fields themselves.
I need the container to display the image completely whether the form itself is large enough or not, i.e., deep enough/tall enough. As it is now it truncates the pagoda, which should really completely be displayed.
https://robertdeanholland.com/signup-for-blog-posts-and-news/
I would also like the complete image to fully display underneath the mobile, if possible?
What in the MC4WP CSS code below might be added to make the fields of the form center themselves on desktop and tablet?
_____________________________________________________________<p>
<input type=”submit” value=”Signup”>
</p>
<p>
<input type=”text” name=”FNAME” placeholder=”First Name”
required=””>
</p>
<p>
<input type=”email” name=”EMAIL” placeholder=”Email Address”
required=””>
</p>
<p>
<label>
<input name=”AGREE_TO_TERMS” type=”checkbox” value=”1″ required=””> I have read and agree to the terms & conditions</label>
</p><p>
<label>Form action</label>
<label>
<input name=”_mc4wp_action” type=”radio” value=”subscribe” required=””
checked=”true”> <span>Subscribe</span>
</label>
<label>
<input name=”_mc4wp_action” type=”radio” value=”unsubscribe” required=””> <span>Unsubscribe</span>
</label>
</p>_____________________________________________________________
November 15, 2022 at 12:30 pm #2417074Ying
StaffCustomer SupportI’m having a hard time to understand your request.
When you say complete image, do you mean this one?
https://www.screencast.com/t/SVqBRXIDJRI changed its
background-sizefromcovertocontainin the developer tool to show it completely, is this what you want?If not, can you show me a mock-up so I can understand it better?
November 15, 2022 at 3:35 pm #2417269Robert Holland
Ying:
I typically don’t use the code view, because I am not a coder. Second, I do not understand why these types of choices are not dropdowns? Instead, it seems I must know the codes as to positioning an image. Is that WordPress or GeneratePress? So, please tell me what the image positioning code snippets are, or tell me where the documentation is at, because I simply cannot find this on the web or in GPP docs.
And since you did whatever you did, my API is not behaving. Did you place code in the stack which I cannot undo from the WordPress/GPP API? If so, please go take it out, then let me know.
I’m sorry I did not run a backup. Lesson learned.
As far as you not understanding what I want, I am also sorry. Next time, I will add the image filename to my support query.
November 15, 2022 at 3:40 pm #2417274Robert Holland
Also Ying, since your work on my website, the short code HTML
I have used to make the text wrap the image has stopped working. Is it possible what you did broke that?
I am leaving the gpp-admin user in place till we get this fixed, then I think it best if I drop it. this seems to have not worked out well, but maybe it’s just me.
November 15, 2022 at 4:12 pm #2417294Ying
StaffCustomer SupportInstead, it seems I must know the codes as to positioning an image.
That’s correct, as for the
background-sizeCSS property, the values are not limited to several options, you can enter for example 100px this kind of thing, so it’s not possible to create a simple dropdown for that.For more info about
background-sizeproperty: https://developer.mozilla.org/en-US/docs/Web/CSS/background-sizeAnd since you did whatever you did, my API is not behaving. Did you place code in the stack which I cannot undo from the WordPress/GPP API? If so, please go take it out, then let me know.
I did NOT log in to your site or touch anything on your site as you didn’t provide an admin login, the changes I made are in the developer tool which would NOT affect anything on your actual site.
-
AuthorPosts
- You must be logged in to reply to this topic.