mgcgfo
Forum Replies Created
-
You have not responded to us in the Pro Version Support section for the past 6 days and you have been responding to other people. Isn’t there a quene?
Here is a more clear explanation:
I have a unique problem. The Plugin “Filter Everything Pro” is not getting the data from the original WordPress category (Cat ID 1), which is “General”, I believe, when you first install WordPress.
Well, that’s our main category on the website (Namely, Publications). So, that is important. Did anyone have this problem before? When I’m using the Plugin to filter my blog posts, on the category filter section, the original category (Cat ID 1) is not showing, which is interesting.
Not only that, but any subcategory under that main category (Cat ID 1) is also not showing in the filter section.
But other categories (Cat ID 2, subcategories of Cat ID 2, and beyond) are showing fine.
Kind regards.
Forum: Plugins
In reply to: [Contact Form 7] Error Messages Not Showing on CF7I’ve found the problem,
add_filter('wpcf7_form_elements', function($content) { $content = preg_replace('/<(span).*?class="\s*(?:.*\s)?wpcf7-form-control-wrap(?:\s[^"]+)?\s*"[^\>]*>(.*)<\/\1>/i', '\2', $content); return $content; });
This code in the functions.php breaks the ‘This field is required’ text. Unfortunately, when I delete this, my themes form style breaks
Forum: Plugins
In reply to: [Contact Form 7] Single row layout messed up after update to 5.7Hello,
Same here. The new update (5.7) broke every one of my form’s designs.