carmichaeldb
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Multiple entries sent in single emailI made the change, I notified my client and asked them to let me know right away if the problem persists. thank you for the help. i’ll post again if the problem persists. ??
Forum: Plugins
In reply to: [Contact Form 7] Multiple entries sent in single emailhere is a screenshot of the mail tab. changed email addresses to “Troubleshooting” for privacy as suggested.
Forum: Plugins
In reply to: [Contact Form 7] Multiple entries sent in single emailunder “Book Consultation” you click the link and it opens the form.
Forum: Plugins
In reply to: [Contact Form 7] Multiple entries sent in single emailthe website is: https://nomad-tattoo.com/
Forum: Plugins
In reply to: [Contact Form 7] Contact form in lightbox submit button issuesThe following is the HTML being produced for the form:
<div class=”screen-reader-response” style=”color: rgba(0, 0, 0, 0.9);”>
<form action=”/wp-admin/admin-ajax.php#wpcf7-f190-o1″ method=”post” class=”wpcf7-form” novalidate=”novalidate” style=”color: rgba(0, 0, 0, 0.9);”>
<div style=”display: none; color: rgba(0, 0, 0, 0.9);”>
<input type=”hidden” name=”_wpcf7″ value=”190″ style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”hidden” name=”_wpcf7_version” value=”5.1.1″ style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”hidden” name=”_wpcf7_locale” value=”en_US” style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”hidden” name=”_wpcf7_unit_tag” value=”wpcf7-f190-o1″ style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”hidden” name=”_wpcf7_container_post” value=”0″ style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”hidden” name=”g-recaptcha-response” value=”” style=”color: rgba(0, 0, 0, 0.9);”>
</div><p style=”color: rgba(0, 0, 0, 0.9);”>
<label style=”color: rgba(0, 0, 0, 0.9);”> Name (req)<br style=”color: rgba(0, 0, 0, 0.9);”><span class=”wpcf7-form-control-wrap your-name” style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”text” name=”your-name” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-validates-as-required” aria-required=”true” aria-invalid=”false” style=”color: rgba(0, 0, 0, 0.9);”></span></label></p>
<p style=”color: rgba(0, 0, 0, 0.9);”><label style=”color: rgba(0, 0, 0, 0.9);”> Telephone (req)<br style=”color: rgba(0, 0, 0, 0.9);”>
<span class=”wpcf7-form-control-wrap tel-467″ style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”tel” name=”tel-467″ value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel” aria-required=”true” aria-invalid=”false” style=”color: rgba(0, 0, 0, 0.9);”></span> </label></p>
<p style=”color: rgba(0, 0, 0, 0.9);”><label style=”color: rgba(0, 0, 0, 0.9);”> Email (req)<br style=”color: rgba(0, 0, 0, 0.9);”>
<span class=”wpcf7-form-control-wrap your-email” style=”color: rgba(0, 0, 0, 0.9);”>
<input type=”email” name=”your-email” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email” aria-required=”true” aria-invalid=”false” style=”color: rgba(0, 0, 0, 0.9);”></span> </label></p>
<p style=”color: rgba(0, 0, 0, 0.9);”><label style=”color: rgba(0, 0, 0, 0.9);”> What’s Your Idea?<br style=”color: rgba(0, 0, 0, 0.9);”>
<span class=”wpcf7-form-control-wrap your-message” style=”color: rgba(0, 0, 0, 0.9);”><textarea name=”your-message” cols=”40″ rows=”10″ class=”wpcf7-form-control wpcf7-textarea” aria-invalid=”false” style=”color: rgba(0, 0, 0, 0.9);”></textarea></span> </label></p>
<p style=”color: rgba(0, 0, 0, 0.9);”><input type=”submit” value=”Send” class=”wpcf7-form-control wpcf7-submit” style=”color: rgba(0, 0, 0, 0.9);”></p>
<div class=”wpcf7-response-output wpcf7-display-none” style=”color: rgba(0, 0, 0, 0.9);”></div></form></div>Forum: Plugins
In reply to: [Contact Form 7] Contact form in lightbox submit button issueswhen I inspect the code in the browser that url is posted as the form action. I haven’t been able to find “wpcf7-f10-o1” in any of the files within the entire site so I haven’t been able to find what is generating that.
Forum: Plugins
In reply to: [Contact Form 7] Contact form in lightbox submit button issueshave been looking around more and it looks like theres an issue involving admin-ajax.php
from my understanding its responsible of handling data on a wordpress site, and theres an error somewhere. the url it redirects to is:
localhost:8888/wp-admin/admin-ajax.php#wpcf7-f10-o1
Forum: Plugins
In reply to: [Contact Form 7] Contact form in lightbox submit button issuesunfortunately i’m working it locally on localhost so I do not have a url.
Forum: Fixing WordPress
In reply to: Social Menu Twenty Seventeen ThemeI figured out how to resolve my issue. I implemented a CSS grid and put the social nav to be in the top row, and setting the row to only be the height of the social icons, while assigning the widgets to the 2nd row.
Forum: Fixing WordPress
In reply to: Social Menu Twenty Seventeen Themenope did not work. The footer.php file has the social nav below the widgets so the social nav will always be below the tallest widget. I want the social to be above the widgets or at least come up to be directly under widget 1 (beside widget 2 with its height). Only if I alter the footer.php file to have it place the social above the widgets then the whole thing gets screwy.