velarde
Forum Replies Created
-
Hello
Just upgraded the Plugin today and found this bug.
It’s a BIG bug as it makes all forms that use a pulldown pretty much unusable.
I did a search and luckily found this thread and was able to patch it, but please upload an update that fixes this.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] css class wpcf7-validation-errors is missingJust noticed this on some websites I have …
Last week I added this custom CSS to change the font color of the validation and error messages. ( The color border stays the same, though). Hope it helps
.wpcf7 form.sent .wpcf7-response-output {
color: #3E3E3E !important;
}.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
color: #3E3E3E !important;
}.wpcf7 form.spam .wpcf7-response-output {
color: #3E3E3E !important;
}.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
color: #3E3E3E !important;
}Thanks it,s working now.
I had it working correctly on other forms before , Not sure if this changed in the recent update …?
Forum: Plugins
In reply to: [BigCommerce For WordPress] Theme Title not displaying properlyThanks for the response.
That helps somewhat on the product pages but messes up other pages I have.
I’ll desactivate the plugin for now and try in the future.
Regards,
fjv
Forum: Plugins
In reply to: [BigCommerce For WordPress] Theme Title not displaying properlyHello,
Sorry the products changed..
Here’s a direct link to the products page (also with the problem):
https://www.ventotechnologies.com/products/
And some sample products:
https://www.ventotechnologies.com/products/ventomist-30-portable-misting-fan/
https://www.ventotechnologies.com/products/ventomist-24-misting-fan-head/
Forum: Plugins
In reply to: [The Events Calendar] Double Scroll barHello.
I decided to uninstall the plugin.
Regards
Forum: Plugins
In reply to: [The Events Calendar] Double Scroll barHello
i’m seeing the problem in Mac. Both Safari and Google Chrome
Forum: Plugins
In reply to: [The Events Calendar] Hide elements from event page. Solved
Forum: Plugins
In reply to: [The Events Calendar] Hide elements from event pageI played with the code and was able to do it myself. If someone else needs this:
To hide the top part information (but the All Events link) use this code:
.tribe-events-schedule { display: none !important;}
.tribe-events-single-event-title { display: none !important;}To Hide The bottom information ( Buttons and Events Information ) use this:
.tribe-events-event-meta { display: none !important;}
.tribe-events-cal-links { display: none !important;}Forum: Plugins
In reply to: [The Events Calendar] Hide elements from event pageAlso if possible with css the way to hide the information on the top where I have the Event name and date, etc ( leave only the link to all the events calendar)
So maybe I can add the event information manually on my WordPress Editor
Forum: Plugins
In reply to: [Cliengo - Chatbot] Plugin messes up the backendThank you.
The new version of the plugin fixes the backend issue.
It looks ok now,
Forum: Plugins
In reply to: [Cliengo - Chatbot] Plugin messes up the backendHello.
The problem is not installing the chat plugin. It is working correctly.
But by having it activated in my website the backend is not behaving 100% percent.
I don’t have WooCommerce installed in my site.
I have :
Contact form 7, WP Bakery Page Builder and other plugins. These were not making any problem on the backend. But if your plugin is activated the issue is presented.Like I mentioned the backend shows a slightly different font and I can not click on the screen options and help links on the top.
Forum: Plugins
In reply to: [WP Speed of Light] Leverage browser cachingTo add more information on the issue.
In the Leverage browser caching recommendations I see a list of about 25 files ( images + a couple of js files)
I if I compare it to my personal site: https://www.velarde.com (using the same Theme and settings) I get a much better score, and in the Leverage browser cache recommendationsI only see one file (a google analytics js)
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Styling my formI fixed it for now by creating some custom styling.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Can’t import contacts using CF7 FormHello.
Thanks for the suggestion.
Hopefully this thread will help others.This is what I did to make it work:
– Created a new API KEY and connected it again to the plugin
– In MailChimp I put the NAME field as NOT required ( but kept it required in Contact Form 7 as I do need it)
– Used the [mc4wp-NAME] tag as [mc4wp-MERGE3] didn’t seem to workNow in MailChimp I get this in my list:
Email
First name ( it uses the first part of the name field)
Last name ( it uses the second part of the name field
Name: What I put in the name field in contact form 7.So it is working now.
Thanks
- This reply was modified 7 years, 10 months ago by velarde.