Forum Replies Created
-
AuthorPosts
-
mike2020Participant
I searched for a plugin and found several - but they were all about pop-up windows and could not find anything on drop down lists.
I did find the following html code which got me 90% of what I needed and that's close enough.<form action="/action_page.php">
<select id="Quality" name="Quality">
<option value="1">Quality</option>
<option value="2">Cost of Quality</option>
</select>
</form>I used it at: https://transformanceadvisors.com/portfolio/lean-education-standards/
mike2020ParticipantAnita: Thanks for your idea. I'm building a list, but only working on the critical things I do. Looking to go live next Monday.
mike2020ParticipantJiveDig: You nailed it. Thank you. I was going crazy and could not find that.
mike2020Participantbraddalton: I am looking for the html code to "toggle open" if that is what it is called. I special plugin seems like overkill. Plus, I have never used a plugin on a regular page. Just used them on the homepage.
mike2020ParticipantAnita: Sorry about delay in response. I did not check the box to notify me. The link is to my old site which has the nice pop-up feature. I want to recreate that on my genesis site which is in development. Looking for the html code to do so.
mike2020ParticipantI'm going give "strong testimonials" a try.
September 20, 2020 at 5:50 pm in reply to: Homepage image is much darker than uploaded image #501123mike2020ParticipantThank you. It worked perfect.
September 20, 2020 at 1:31 pm in reply to: Mailchimp recommends moving their code to the HEAD of HTML file #501121mike2020ParticipantI did a generic google search and found the following.
https://makewpsimple.com/insert-code-head/
It was the exact advice I needed.
mike2020ParticipantThanks. It seems like there are thousands of testimonial plugins and I just need to find something better.
mike2020ParticipantI was able to fix with the following CSS:
.mc-embedded-subscribe {
font-size: 16px;
padding: 0px 6px 6px 6px;
}mike2020ParticipantYour advice worked perfectly. Thank you.
-
AuthorPosts