triplemoons
Forum Replies Created
-
So it looks like something with the updates in the last 3 months. I reverted to v2.3.5 and the shortcode problem no longer exists…Though the counts are completely off (says their are 162 words, but their are only 75) and the descriptions it is pulling are only the last 45 characters of the content.
Guess I’ll hold onto my money until they fix it. In the meantime, I’ll experiment with the different versions to see where I can get the best working one.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha extending off contact form in mobileThis would be correct…
/* Contact Form 7 Styles ---------------------------------*/ @media only screen and (min-width: 699px) { .wpcf7-form-control-wrap iframe { transform:scale(0.90); -webkit-transform:scale(0.90); transform-origin:0 0; -webkit-transform-origin:0 0; } }
Actually, it looks like I had already tried that.
Thanks for the response.
By “random” I meant that sometimes it’s the first form that outputs the shortcodes, sometimes it’s the second form, sometimes the third…Or sometimes two of them…Their doesn’t seem to be a consistent method to what it’s outputting.
I’ll check to see if matching all mail fields in the plugin across all forms is of any help and report back.
I have been on this forum 8 years and have never had a moderator tell me I am not allowed to join an existing discussion.
Or, instead of having 50 individual posts describing the exact same problem, one can join an existing unresolved thread.
I’m experiencing an identical problem. It’s randomly showing the shortcodes for 1 of the forms on send. I did pull all the form data and put it into a single form and test and it worked fine, so it’s definitely related to this plugin.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha extending off contact form in mobileHah! I actually figured it out! ??
Add…
.wpcf7-form-control-wrap iframe { transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; }
..to a media query targeting max-width:699px and that should resolve it.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha extending off contact form in mobileI’m experiencing the same annoying issue. reCaptcha isn’t mobile responsive, which is Google’s fault. You can’t directly edit the css of reCaptcha and customizing reCaptcha in general via the API is extremely painful. The most I’ve been able to do is add a overflow:hidden to .wpcf7-form-control-wrap so it at least isn’t extending outside the form. Not ideal, but you work with what you got.
Forum: Plugins
In reply to: [Redux Framework] Update broke my websiteSame issue! Looking for the previous versions to revert now…
Forum: Plugins
In reply to: [WP-Members Membership Plugin] More then one administrative user…Yes, I’m running multisite, but your plugin isn’t network activated. I can not provide Super Admin access to the secondary user.
Forum: Plugins
In reply to: [Pinterest Widgets] Plugin is converting theme icons…No, it remains unresolved. I don’t want to change the parent theme for this website.
What would be ideal is the capability to enable/disable options. The reason why I want your plugin is strictly for the Pinterest board widget, I don’t want it converting anything else on-page. It would be amazing if that were possible. ??
Looks like I had a bad cookie for Google, clearing out all Google cookies appears to resolved the issue. Strange that I’ve never come across this before when we use this on dozens of websites.
Thanks a bunch for your quick responses!
It’s literally a white screen that says Bad Request 404. We exclusively use Chrome as our browser.
I figured it out. I didn’t see the route link on the Surveys/Quizes page. I would much rather it just display on the page they’re on instead of forcing them to a different page.