-
Posted a reply to Who rated the post, on the site WordPress.org Forums:
Anyone?1 year ago
-
Created a topic, Display dropdown of all categories or custom fields, on the site WordPress.org Forums:
I'm sorry, this plugin UI is not really friendly I'm t…1 year ago
-
Created a topic, Change the download text, on the site WordPress.org Forums:
Great plugin! Is there a way to change the download t…1 year ago
-
Created a topic, Contact Form for each Post, on the site WordPress.org Forums:
Hey, I have this code on my single.php <?php echo …1 year ago
-
Posted a reply to [Resolved] [Contact Form 7] Placeholder in textarea to far left!?, on the site WordPress.org Forums:
Your textarea probably doesn’t have padding try to add this code to your CSS: .wpcf7…1 year ago
-
Posted a reply to [Contact Form 7] 100% width does not look good :-(, on the site WordPress.org Forums:
Yeah, tell me about it We learning it the hardway that we need to learn…1 year ago
-
Posted a reply to Menu Bar missing on mobile, on the site WordPress.org Forums:
@pjacobson492, @jdembowski I’m really sorry! I didn’t know that Thank you for updating me @pjacobson492…1 year ago
-
Posted a reply to Where form is used, on the site WordPress.org Forums:
Already exist http://contactform7.com/special-mail-tags/1 year ago
-
Posted a reply to Menu Bar missing on mobile, on the site WordPress.org Forums:
Can you create a user for me? Users > Add New and send me the…1 year ago
-
Posted a reply to Send Response to client by email, on the site WordPress.org Forums:
At the Mail settings, look at the bottom for Mail (2) check the "Use Mail…1 year ago
-
Posted a reply to Contact Form Responsiveness, on the site WordPress.org Forums:
Without seeing the site, it sounds like the website isn't written right, like maybe it…1 year ago
-
Posted a reply to Contact form 7 Checkboxes not appearing in email, on the site WordPress.org Forums:
Hey, can you paste the code of your contact form 7?1 year ago
-
Posted a reply to Responsive submit button, on the site WordPress.org Forums:
Hey sorry for the late reply, I didn't get any notification to my email anyway,…1 year ago
-
Posted a reply to Adding checkboxes in table/add html to label, on the site WordPress.org Forums:
Can you share a screenshot of how it looks now?1 year ago
-
Posted a reply to Menu Bar missing on mobile, on the site WordPress.org Forums:
I think you need to load newer version of jQuery in your theme Do you…1 year ago
-
Posted a reply to Response message, on the site WordPress.org Forums:
Hey, That's because on your theme style.css file on line 62 you have this code…1 year ago
-
Posted a reply to Contact Form sends only email to customer not to admin, on the site WordPress.org Forums:
Go to your contact form settings and click on Mail tab, the first input is…1 year ago
-
Posted a reply to Change text of “choose file” buttons, on the site WordPress.org Forums:
I suggest to use this: http://markusslima.github.io/bootstrap-filestyle/ It gives a nicer look for the default html…1 year ago
-
Posted a reply to Responsive submit button, on the site WordPress.org Forums:
try to add this css code to your button -webkit-appearance: none;1 year ago
-
Posted a reply to CF7 checkboxes do not show on Divi theme, on the site WordPress.org Forums:
You didn't write the checkbox shortcode like you should the syntax is like that: [checkbox…1 year ago
-
Posted a reply to Load Post Images, on the site WordPress.org Forums:
Yes, you can do it in a loop, something like that: <?php while (have_posts()) :…1 year ago
-
Posted a reply to Contact form 7 Checkboxes not appearing in email, on the site WordPress.org Forums:
Let's say you created a checkbox with those options: [checkbox checkbox-203 use_label_element "Shirts" "Pants" "Other"]…1 year ago
-
Posted a reply to Contact Form Responsiveness, on the site WordPress.org Forums:
If you'll share your page I could tell you what to write on the CSS…1 year ago
-
Posted a reply to Either of two fields mandatory, on the site WordPress.org Forums:
Yes, just when you create the field, for example: [text your-name placeholder "Name"] it's should…1 year ago
-
Posted a reply to 3 column responsive layout, on the site WordPress.org Forums:
If you're using bootstrap you can paste this code <div class="container"> <div class="row"> <div class="col-md-4">…1 year ago
-
Posted a reply to Mail(2) not sending auto-response, on the site WordPress.org Forums:
Hey, Did you check the spam?1 year ago
-
Posted a reply to Contact Form 7 with SSL encryption, on the site WordPress.org Forums:
How do you know that it's SSL issue? do you get any error? Maybe the…1 year ago
-
Posted a reply to How to use variables in the settings form?, on the site WordPress.org Forums:
This plugin https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/ Let's you add dynamic text, did you try that? I think it…1 year ago
-
Posted a reply to CF7 checkboxes do not show on Divi theme, on the site WordPress.org Forums:
Can you paste the contact form 7 code that you have? Did it work before…1 year ago
-
Created a topic, Who rated the post, on the site WordPress.org Forums:
Hi, Is there a way to check which user rated the pos…1 year ago
-
Posted a reply to Register Page, on the site WordPress.org Forums:
But I want to display it on a custom page1 year ago
-
Created a topic, Grab Facebook Avatar, on the site WordPress.org Forums:
Is there a way to grab the facebook avatar and overwri…2 years ago
-
Posted a reply to exclude some of Categories, on the site WordPress.org Forums:
I need that too, please help2 years ago
-
Posted a reply to Exclude Category & Post type from search, on the site WordPress.org Forums:
I'm trying to exclude a category from the dropdown of the categories, is it like…2 years ago
-
Posted a reply to Display other post rating using php, on the site WordPress.org Forums:
you can echo each shortcode in the php files by using the do_shortcode function: <?php…2 years ago
-
Posted a reply to Invalid HTML generated by plugin?, on the site WordPress.org Forums:
What is the doctype that you're using? try to use this one: <!DOCTYPE html> <html…2 years ago
-
Posted a reply to styling, on the site WordPress.org Forums:
You're welcome note: It's not recommended to make the changes on your plugin files because…2 years ago
-
Posted a reply to styling, on the site WordPress.org Forums:
Do you have access for your style.css file? you'll need to edit this file and…2 years ago
-
Created a topic, Show subcategory for itself, on the site WordPress.org Forums:
Is there a way to separate the subcategories from the …2 years ago
-
Posted a reply to Change title for Posts, on the site WordPress.org Forums:
I think it's no related to the plugin, after you click on the submit button…2 years ago
-
Posted a reply to styling, on the site WordPress.org Forums:
you can do that with CSS, I'm assuming you don't know about it that much…2 years ago